Home
last modified time | relevance | path

Searched refs:rx_req (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.c413 struct hns3_rx_vlan_type_cfg_cmd *rx_req; in hns3_vlan_tpid_configure() local
431 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()