Searched refs:qed_iov_get_next_active_vf (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_sriov.h | 278 u16 qed_iov_get_next_active_vf(struct qed_hwfn *p_hwfn, u16 rel_vf_id); 380 static inline u16 qed_iov_get_next_active_vf(struct qed_hwfn *p_hwfn, in qed_iov_get_next_active_vf() function 449 for (_i = qed_iov_get_next_active_vf(_p_hwfn, 0); \ 451 _i = qed_iov_get_next_active_vf(_p_hwfn, _i + 1))
|
H A D | qed_sriov.c | 4068 u16 qed_iov_get_next_active_vf(struct qed_hwfn *p_hwfn, u16 rel_vf_id) in qed_iov_get_next_active_vf() function
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_sriov.h | 272 * qed_iov_get_next_active_vf(): Given a VF index, return index of 280 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 D | qed_sriov.c | 4093 u16 qed_iov_get_next_active_vf(struct qed_hwfn *p_hwfn, u16 rel_vf_id) in qed_iov_get_next_active_vf() function
|
Completed in 15 milliseconds