Home
last modified time | relevance | path

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

/dpdk/drivers/net/failsafe/
H A Dfailsafe_ether.c209 vfc1 = &dev->data->vlan_filter_conf; in fs_eth_dev_conf_apply()
210 vfc2 = &edev->data->vlan_filter_conf; in fs_eth_dev_conf_apply()
/dpdk/drivers/net/mlx4/
H A Dmlx4_ethdev.c589 if (vidx >= RTE_DIM(dev->data->vlan_filter_conf.ids)) { in mlx4_vlan_filter_set()
593 v = &dev->data->vlan_filter_conf.ids[vidx]; in mlx4_vlan_filter_set()
H A Dmlx4_flow.c1262 if (ETH_DEV(priv)->data->vlan_filter_conf.ids[vlan / 64] & in mlx4_flow_internal_next_vlan()
/dpdk/lib/ethdev/
H A Dethdev_driver.h161 struct rte_vlan_filter_conf vlan_filter_conf; member
H A Drte_ethdev.c3430 vfc = &dev->data->vlan_filter_conf; in rte_eth_dev_vlan_filter()
/dpdk/drivers/net/hns3/
H A Dhns3_ethdev_vf.c1214 vfc = &hw->data->vlan_filter_conf; in hns3vf_handle_all_vlan_table()
/dpdk/drivers/net/mvpp2/
H A Dmrvl_ethdev.c759 vfc = &dev->data->vlan_filter_conf; in mrvl_populate_vlan_table()
/dpdk/drivers/net/iavf/
H A Diavf_ethdev.c1348 struct rte_vlan_filter_conf *vfc = &dev->data->vlan_filter_conf; in iavf_iterate_vlan_filters_v2()
/dpdk/drivers/net/bnxt/
H A Dbnxt_ethdev.c4230 vfc = &dev->data->vlan_filter_conf; in bnxt_restore_vlan_filters()