Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_init.c391 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() local
580 if (vfc) in vfs_modevent()
581 error = vfs_register(vfc); in vfs_modevent()
[all …]
H A Duipc_mqueue.c657 mqfs_init(struct vfsconf *vfc) in mqfs_init() argument
698 mqfs_uninit(struct vfsconf *vfc) in mqfs_uninit() argument
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_cpr.c252 struct hwrm_func_vf_cfg_input *vfc = (void *)fwd_cmd; in bnxt_handle_fwd_req() local
254 if (vfc->enables & in bnxt_handle_fwd_req()
H A Dbnxt_ethdev.c3667 struct rte_vlan_filter_conf *vfc; in bnxt_restore_vlan_filters() local
3672 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()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_ethdev_vf.c1537 struct rte_vlan_filter_conf *vfc; in hns3vf_handle_all_vlan_table() local
1545 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()
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev.c3494 struct rte_vlan_filter_conf *vfc; in rte_eth_dev_vlan_filter() local
3498 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()