Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_sriov.h280 u16 qed_iov_get_next_active_vf(struct qed_hwfn *p_hwfn, u16 rel_vf_id);
416 static inline u16 qed_iov_get_next_active_vf(struct qed_hwfn *p_hwfn, in qed_iov_get_next_active_vf() function
497 for (_i = qed_iov_get_next_active_vf(_p_hwfn, 0); \
499 _i = qed_iov_get_next_active_vf(_p_hwfn, _i + 1))
H A Dqed_sriov.c4093 u16 qed_iov_get_next_active_vf(struct qed_hwfn *p_hwfn, u16 rel_vf_id) in qed_iov_get_next_active_vf() function