Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_mbx.c334 if (hw->port_base_vlan_cfg.state != new_pvid_state) { in hns3_update_port_base_vlan_info()
335 hw->port_base_vlan_cfg.state = new_pvid_state; in hns3_update_port_base_vlan_info()
H A Dhns3_ethdev.h539 struct hns3_port_base_vlan_config port_base_vlan_cfg; member
953 if (hw->port_base_vlan_cfg.state) in hns3_txvlan_cap_get()
H A Dhns3_ethdev.c346 hw->port_base_vlan_cfg.pvid, 1); in hns3_restore_vlan_table()
811 if (hw->port_base_vlan_cfg.pvid != HNS3_INVALID_PVID) { in hns3_remove_all_vlan_table()
813 hw->port_base_vlan_cfg.pvid, 0); in hns3_remove_all_vlan_table()
831 old_pvid = hw->port_base_vlan_cfg.pvid; in hns3_update_vlan_filter_entries()
899 if (on == 0 && pvid != hw->port_base_vlan_cfg.pvid) { in hns3_vlan_pvid_configure()
900 if (hw->port_base_vlan_cfg.pvid != HNS3_INVALID_PVID) in hns3_vlan_pvid_configure()
903 hw->port_base_vlan_cfg.pvid, pvid); in hns3_vlan_pvid_configure()
933 hw->port_base_vlan_cfg.state = port_base_vlan_state; in hns3_vlan_pvid_configure()
934 hw->port_base_vlan_cfg.pvid = on ? pvid : HNS3_INVALID_PVID; in hns3_vlan_pvid_configure()
957 pvid_state = hw->port_base_vlan_cfg.state; in hns3_vlan_pvid_set()
[all …]
H A Dhns3_rxtx.c341 pvid_en = hw->port_base_vlan_cfg.state == HNS3_PORT_BASE_VLAN_ENABLE; in hns3_update_all_queues_pvid_proc_en()
1783 rxq->pvid_sw_discard_en = hw->port_base_vlan_cfg.state == in hns3_rx_queue_setup()
2613 txq->pvid_sw_shift_en = hw->port_base_vlan_cfg.state == in hns3_tx_queue_setup()
H A Dhns3_ethdev_vf.c1287 hw->port_base_vlan_cfg.state = resp_msg ? in hns3vf_get_port_base_vlan_filter_state()