Searched refs:vfc (Results 1 – 6 of 6) sorted by relevance
314 struct hwrm_func_vf_cfg_input *vfc = (void *)fwd_cmd; in bnxt_handle_fwd_req() local316 if (vfc->enables & in bnxt_handle_fwd_req()
4225 struct rte_vlan_filter_conf *vfc; in bnxt_restore_vlan_filters() local4230 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()
1206 struct rte_vlan_filter_conf *vfc; in hns3vf_handle_all_vlan_table() local1214 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()
757 struct rte_vlan_filter_conf *vfc; in mrvl_populate_vlan_table() local759 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()
1348 struct rte_vlan_filter_conf *vfc = &dev->data->vlan_filter_conf; in iavf_iterate_vlan_filters_v2() local1354 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()
3426 struct rte_vlan_filter_conf *vfc; in rte_eth_dev_vlan_filter() local3430 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()