Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_iov_api.h747 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() function
805 for (_i = ecore_iov_get_next_active_vf(_p_hwfn, 0); \
807 _i = ecore_iov_get_next_active_vf(_p_hwfn, _i + 1))