Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.c549 struct hns3_rx_vtag_cfg *vcfg) in hns3_set_vlan_rx_offload_cfg() argument
562 vcfg->strip_tag1_en ? 1 : 0); in hns3_set_vlan_rx_offload_cfg()
564 vcfg->strip_tag2_en ? 1 : 0); in hns3_set_vlan_rx_offload_cfg()
737 struct hns3_tx_vtag_cfg *vcfg) in hns3_set_vlan_tx_offload_cfg() argument
752 vcfg->accept_tag1 ? 1 : 0); in hns3_set_vlan_tx_offload_cfg()
754 vcfg->accept_untag1 ? 1 : 0); in hns3_set_vlan_tx_offload_cfg()
756 vcfg->accept_tag2 ? 1 : 0); in hns3_set_vlan_tx_offload_cfg()
758 vcfg->accept_untag2 ? 1 : 0); in hns3_set_vlan_tx_offload_cfg()
760 vcfg->insert_tag1_en ? 1 : 0); in hns3_set_vlan_tx_offload_cfg()
762 vcfg->insert_tag2_en ? 1 : 0); in hns3_set_vlan_tx_offload_cfg()
[all …]