Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/qlogic/qed/
Dqed_sriov.h277 u16 qed_iov_get_next_active_vf(struct qed_hwfn *p_hwfn, u16 rel_vf_id);
379 static inline u16 qed_iov_get_next_active_vf(struct qed_hwfn *p_hwfn, in qed_iov_get_next_active_vf() function
448 for (_i = qed_iov_get_next_active_vf(_p_hwfn, 0); \
450 _i = qed_iov_get_next_active_vf(_p_hwfn, _i + 1))
Dqed_sriov.c4056 u16 qed_iov_get_next_active_vf(struct qed_hwfn *p_hwfn, u16 rel_vf_id) in qed_iov_get_next_active_vf() function