Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.c479 struct hns3_rx_vtag_cfg *vcfg) in hns3_set_vlan_rx_offload_cfg() argument
492 vcfg->strip_tag1_en ? 1 : 0); in hns3_set_vlan_rx_offload_cfg()
494 vcfg->strip_tag2_en ? 1 : 0); in hns3_set_vlan_rx_offload_cfg()
522 struct hns3_rx_vtag_cfg *vcfg) in hns3_update_rx_offload_cfg() argument
530 struct hns3_tx_vtag_cfg *vcfg) in hns3_update_tx_offload_cfg() argument
696 vcfg->accept_tag1 ? 1 : 0); in hns3_set_vlan_tx_offload_cfg()
698 vcfg->accept_untag1 ? 1 : 0); in hns3_set_vlan_tx_offload_cfg()
700 vcfg->accept_tag2 ? 1 : 0); in hns3_set_vlan_tx_offload_cfg()
702 vcfg->accept_untag2 ? 1 : 0); in hns3_set_vlan_tx_offload_cfg()
704 vcfg->insert_tag1_en ? 1 : 0); in hns3_set_vlan_tx_offload_cfg()
[all …]