Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_sriov.h301 u16 qed_iov_get_next_active_vf(struct qed_hwfn *p_hwfn, u16 rel_vf_id);
403 static inline u16 qed_iov_get_next_active_vf(struct qed_hwfn *p_hwfn, in qed_iov_get_next_active_vf() function
472 for (_i = qed_iov_get_next_active_vf(_p_hwfn, 0); \
474 _i = qed_iov_get_next_active_vf(_p_hwfn, _i + 1))
Dqed_sriov.c4080 u16 qed_iov_get_next_active_vf(struct qed_hwfn *p_hwfn, u16 rel_vf_id) in qed_iov_get_next_active_vf() function