Searched refs:rx_req (Results 1 – 1 of 1) sorted by relevance
413 struct hns3_rx_vlan_type_cfg_cmd *rx_req; in hns3_vlan_tpid_configure() local431 rx_req = (struct hns3_rx_vlan_type_cfg_cmd *)desc.data; in hns3_vlan_tpid_configure()434 rx_req->ot_fst_vlan_type = rte_cpu_to_le_16(tpid); in hns3_vlan_tpid_configure()435 rx_req->ot_sec_vlan_type = rte_cpu_to_le_16(tpid); in hns3_vlan_tpid_configure()437 rx_req->ot_fst_vlan_type = rte_cpu_to_le_16(tpid); in hns3_vlan_tpid_configure()438 rx_req->ot_sec_vlan_type = rte_cpu_to_le_16(tpid); in hns3_vlan_tpid_configure()439 rx_req->in_fst_vlan_type = rte_cpu_to_le_16(tpid); in hns3_vlan_tpid_configure()440 rx_req->in_sec_vlan_type = rte_cpu_to_le_16(tpid); in hns3_vlan_tpid_configure()