Searched refs:ecore_iov_get_next_active_vf (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Decore_iov_api.h745 u16 ecore_iov_get_next_active_vf(struct ecore_hwfn *p_hwfn, u16 rel_vf_id);
821 static OSAL_INLINE u16 ecore_iov_get_next_active_vf(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL_UNUSED rel_vf_id) { return MAX_NUM_VFS_E4; } function
831 for (_i = ecore_iov_get_next_active_vf(_p_hwfn, 0); \
833 _i = ecore_iov_get_next_active_vf(_p_hwfn, _i + 1))
H A Decore_sriov.c4380 u16 ecore_iov_get_next_active_vf(struct ecore_hwfn *p_hwfn, u16 rel_vf_id) function

Completed in 109 milliseconds