Home
last modified time | relevance | path

Searched refs:active_vfs (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
HDecore_sriov.h207 u64 active_vfs[ECORE_VF_ARRAY_LENGTH]; member
HDecore_sriov.c1228 p_hwfn->pf_iov_info->active_vfs[vf->relative_vf_id / 64] |= in ecore_iov_init_hw_for_vf()
1289 p_hwfn->pf_iov_info->active_vfs[vf->relative_vf_id / 64] &= in ecore_iov_release_hw_for_vf()
/freebsd-11-stable/sys/dev/bnxt/
HDbnxt.h377 uint16_t active_vfs; member
/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
HDmlx4_main.c3906 int active_vfs = 0; in mlx4_remove_one() local
3921 active_vfs = mlx4_how_many_lives_vf(dev); in mlx4_remove_one()
3922 if (active_vfs) { in mlx4_remove_one()
3936 if (dev->flags & MLX4_FLAG_SRIOV && !active_vfs) { in mlx4_remove_one()