Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_mbx.c322 HNS3_PORT_BASE_VLAN_ENABLE : HNS3_PORT_BASE_VLAN_DISABLE; in hns3_update_port_base_vlan_info()
H A Dhns3_ethdev.h188 #define HNS3_PORT_BASE_VLAN_DISABLE 0 macro
H A Dhns3_ethdev.c382 if (hw->port_base_vlan_cfg.state == HNS3_PORT_BASE_VLAN_DISABLE) { in hns3_vlan_filter_configure()
543 if (hw->port_base_vlan_cfg.state == HNS3_PORT_BASE_VLAN_DISABLE) { in hns3_en_hw_strip_rxvtag()
737 if (port_base_vlan_state == HNS3_PORT_BASE_VLAN_DISABLE) { in hns3_vlan_txvlan_cfg()
908 HNS3_PORT_BASE_VLAN_DISABLE; in hns3_vlan_pvid_configure()
959 (!on && pvid_state == HNS3_PORT_BASE_VLAN_DISABLE)) in hns3_vlan_pvid_set()
1012 hw->port_base_vlan_cfg.state = HNS3_PORT_BASE_VLAN_DISABLE; in hns3_init_vlan_config()
5048 hns3_vlan_txvlan_cfg(hns, HNS3_PORT_BASE_VLAN_DISABLE, 0); in hns3_dev_close()
H A Dhns3_ethdev_vf.c1280 resp_msg = HNS3_PORT_BASE_VLAN_DISABLE; in hns3vf_get_port_base_vlan_filter_state()
1288 HNS3_PORT_BASE_VLAN_ENABLE : HNS3_PORT_BASE_VLAN_DISABLE; in hns3vf_get_port_base_vlan_filter_state()