Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_iov_api.h743 u16 ecore_iov_get_next_active_vf(struct ecore_hwfn *p_hwfn, u16 rel_vf_id);
817 static OSAL_INLINE u16 ecore_iov_get_next_active_vf(struct ecore_hwfn OSAL_UNUSED *p_hwfn, u16 OSAL… in ecore_iov_get_next_active_vf() function
827 for (_i = ecore_iov_get_next_active_vf(_p_hwfn, 0); \
829 _i = ecore_iov_get_next_active_vf(_p_hwfn, _i + 1))
H A Decore_sriov.c4377 u16 ecore_iov_get_next_active_vf(struct ecore_hwfn *p_hwfn, u16 rel_vf_id) in ecore_iov_get_next_active_vf() function