Searched refs:qed_iov_get_vf_info (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/qlogic/qed/ |
D | qed_sriov.c | 159 static struct qed_vf_info *qed_iov_get_vf_info(struct qed_hwfn *p_hwfn, in qed_iov_get_vf_info() function 313 p_vf = qed_iov_get_vf_info(p_hwfn, (u16)vfid, true); in qed_iov_post_vf_bulletin() 686 vf = qed_iov_get_vf_info(p_hwfn, rel_vf_id, false); in qed_iov_set_vf_to_disable() 768 p_vf = qed_iov_get_vf_info(p_hwfn, (u16)i, true); in qed_iov_enable_vf_access_msix() 944 struct qed_vf_info *p_vf = qed_iov_get_vf_info(p_hwfn, in qed_iov_set_link() 991 vf = qed_iov_get_vf_info(p_hwfn, p_params->rel_vf_id, false); in qed_iov_init_hw_for_vf() 1095 vf = qed_iov_get_vf_info(p_hwfn, rel_vf_id, true); in qed_iov_release_hw_for_vf() 1325 vf = qed_iov_get_vf_info(p_hwfn, relative_vf_id, b_enabled_only); in qed_iov_get_public_vf_info() 1902 vf_info = qed_iov_get_vf_info(p_hwfn, (u16)vf->relative_vf_id, true); in qed_iov_vf_mbx_start_vport() 3691 p_vf = qed_iov_get_vf_info(p_hwfn, rel_vf_id, false); in qed_iov_execute_vf_flr_cleanup() [all …]
|