Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_ethdev.c827 uint16_t old_pvid; in hns3_update_vlan_filter_entries() local
831 old_pvid = hw->port_base_vlan_cfg.pvid; in hns3_update_vlan_filter_entries()
832 if (old_pvid != HNS3_INVALID_PVID) { in hns3_update_vlan_filter_entries()
833 ret = hns3_set_port_vlan_filter(hns, old_pvid, 0); in hns3_update_vlan_filter_entries()
836 "ret = %d", old_pvid, ret); in hns3_update_vlan_filter_entries()