Home
last modified time | relevance | path

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

/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.h825 struct hns3_vtag_cfg vtag_config; member
H A Dhns3_ethdev.c619 memcpy(&hns->pf.vtag_config.rx_vcfg, &rxvlan_cfg, in hns3_en_hw_strip_rxvtag()
818 memcpy(&hns->pf.vtag_config.tx_vcfg, &txvlan_cfg, in hns3_vlan_txvlan_cfg()
922 struct hns3_rx_vtag_cfg *old_cfg = &hns->pf.vtag_config.rx_vcfg; in hns3_en_pvid_strip()
946 memcpy(&hns->pf.vtag_config.rx_vcfg, &rx_vlan_cfg, in hns3_en_pvid_strip()
1148 ret = hns3_set_vlan_rx_offload_cfg(hns, &pf->vtag_config.rx_vcfg); in hns3_restore_vlan_conf()
1154 ret = hns3_set_vlan_tx_offload_cfg(hns, &pf->vtag_config.tx_vcfg); in hns3_restore_vlan_conf()