Searched refs:vfc (Results 1 – 6 of 6) sorted by relevance
391 vfc->vfc_name, vfc->vfc_version); in vfs_register()423 vfc->vfc_typenum = hashval; in vfs_register()441 vfsops = vfc->vfc_vfsops; in vfs_register()486 vfc->vfc_vfsops_sd = vfc->vfc_vfsops; in vfs_register()491 prison_add_vfs(vfc); in vfs_register()497 vfc->vfc_vfsops_sd->vfs_init(vfc); in vfs_register()499 vfc->vfc_vfsops->vfs_init(vfc); in vfs_register()573 struct vfsconf *vfc; in vfs_modevent() local580 if (vfc) in vfs_modevent()581 error = vfs_register(vfc); in vfs_modevent()[all …]
657 mqfs_init(struct vfsconf *vfc) in mqfs_init() argument698 mqfs_uninit(struct vfsconf *vfc) in mqfs_uninit() argument
252 struct hwrm_func_vf_cfg_input *vfc = (void *)fwd_cmd; in bnxt_handle_fwd_req() local254 if (vfc->enables & in bnxt_handle_fwd_req()
3667 struct rte_vlan_filter_conf *vfc; in bnxt_restore_vlan_filters() local3672 vfc = &dev->data->vlan_filter_conf; in bnxt_restore_vlan_filters()3677 if (vfc->ids[vidx] & (UINT64_C(1) << vbit)) { in bnxt_restore_vlan_filters()
1537 struct rte_vlan_filter_conf *vfc; in hns3vf_handle_all_vlan_table() local1545 vfc = &hw->data->vlan_filter_conf; in hns3vf_handle_all_vlan_table()1546 for (i = 0; i < RTE_DIM(vfc->ids); i++) { in hns3vf_handle_all_vlan_table()1547 if (vfc->ids[i] == 0) in hns3vf_handle_all_vlan_table()1549 ids = vfc->ids[i]; in hns3vf_handle_all_vlan_table()
3494 struct rte_vlan_filter_conf *vfc; in rte_eth_dev_vlan_filter() local3498 vfc = &dev->data->vlan_filter_conf; in rte_eth_dev_vlan_filter()3503 vfc->ids[vidx] |= UINT64_C(1) << vbit; in rte_eth_dev_vlan_filter()3505 vfc->ids[vidx] &= ~(UINT64_C(1) << vbit); in rte_eth_dev_vlan_filter()