Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_iov_api.h749 u16 ecore_iov_get_next_active_vf(struct ecore_hwfn *p_hwfn, u16 rel_vf_id);
770 for (_i = ecore_iov_get_next_active_vf(_p_hwfn, 0); \
772 _i = ecore_iov_get_next_active_vf(_p_hwfn, _i + 1))
H A Decore_sriov.c4475 u16 ecore_iov_get_next_active_vf(struct ecore_hwfn *p_hwfn, u16 rel_vf_id) in ecore_iov_get_next_active_vf() function