Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/
H A Dbnxt_cpr.c314 struct hwrm_func_vf_cfg_input *vfc = (void *)fwd_cmd; in bnxt_handle_fwd_req() local
316 if (vfc->enables & in bnxt_handle_fwd_req()
H A Dbnxt_ethdev.c4225 struct rte_vlan_filter_conf *vfc; in bnxt_restore_vlan_filters() local
4230 vfc = &dev->data->vlan_filter_conf; in bnxt_restore_vlan_filters()
4235 if (vfc->ids[vidx] & (UINT64_C(1) << vbit)) { in bnxt_restore_vlan_filters()
/dpdk/drivers/net/hns3/
H A Dhns3_ethdev_vf.c1206 struct rte_vlan_filter_conf *vfc; in hns3vf_handle_all_vlan_table() local
1214 vfc = &hw->data->vlan_filter_conf; in hns3vf_handle_all_vlan_table()
1215 for (i = 0; i < RTE_DIM(vfc->ids); i++) { in hns3vf_handle_all_vlan_table()
1216 if (vfc->ids[i] == 0) in hns3vf_handle_all_vlan_table()
1218 ids = vfc->ids[i]; in hns3vf_handle_all_vlan_table()
/dpdk/drivers/net/mvpp2/
H A Dmrvl_ethdev.c757 struct rte_vlan_filter_conf *vfc; in mrvl_populate_vlan_table() local
759 vfc = &dev->data->vlan_filter_conf; in mrvl_populate_vlan_table()
760 for (j = 0; j < RTE_DIM(vfc->ids); j++) { in mrvl_populate_vlan_table()
763 uint64_t ids = vfc->ids[j]; 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() local
1354 for (i = 0; i < RTE_DIM(vfc->ids); i++) { in iavf_iterate_vlan_filters_v2()
1355 if (vfc->ids[i] == 0) in iavf_iterate_vlan_filters_v2()
1358 ids = vfc->ids[i]; in iavf_iterate_vlan_filters_v2()
/dpdk/lib/ethdev/
H A Drte_ethdev.c3426 struct rte_vlan_filter_conf *vfc; in rte_eth_dev_vlan_filter() local
3430 vfc = &dev->data->vlan_filter_conf; in rte_eth_dev_vlan_filter()
3435 vfc->ids[vidx] |= RTE_BIT64(vbit); in rte_eth_dev_vlan_filter()
3437 vfc->ids[vidx] &= ~RTE_BIT64(vbit); in rte_eth_dev_vlan_filter()