Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.c483 struct hns3_rx_vlan_type_cfg_cmd *rx_req; in hns3_vlan_tpid_configure() local
501 rx_req = (struct hns3_rx_vlan_type_cfg_cmd *)desc.data; in hns3_vlan_tpid_configure()
504 rx_req->ot_fst_vlan_type = rte_cpu_to_le_16(tpid); in hns3_vlan_tpid_configure()
505 rx_req->ot_sec_vlan_type = rte_cpu_to_le_16(tpid); in hns3_vlan_tpid_configure()
507 rx_req->ot_fst_vlan_type = rte_cpu_to_le_16(tpid); in hns3_vlan_tpid_configure()
508 rx_req->ot_sec_vlan_type = rte_cpu_to_le_16(tpid); in hns3_vlan_tpid_configure()
509 rx_req->in_fst_vlan_type = rte_cpu_to_le_16(tpid); in hns3_vlan_tpid_configure()
510 rx_req->in_sec_vlan_type = rte_cpu_to_le_16(tpid); in hns3_vlan_tpid_configure()