Searched refs:ecore_iov_get_next_active_vf (Results 1 – 1 of 1) sorted by relevance
747 u16 ecore_iov_get_next_active_vf(struct ecore_hwfn *p_hwfn, u16 rel_vf_id);801 static OSAL_INLINE u16 ecore_iov_get_next_active_vf(struct ecore_hwfn *p_hwfn, u16 rel_vf_id) { ret… in ecore_iov_get_next_active_vf() function805 for (_i = ecore_iov_get_next_active_vf(_p_hwfn, 0); \807 _i = ecore_iov_get_next_active_vf(_p_hwfn, _i + 1))