Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_sriov.c369 p_vf = ecore_iov_get_vf_info(p_hwfn, (u16)vfid, true); in ecore_iov_post_vf_bulletin()
760 vf = ecore_iov_get_vf_info(p_hwfn, rel_vf_id, false); in ecore_iov_set_vf_to_disable()
874 p_vf = ecore_iov_get_vf_info(p_hwfn, (u16)i, true); in ecore_iov_enable_vf_access_msix()
1245 vf = ecore_iov_get_vf_info(p_hwfn, rel_vf_id, true); in ecore_iov_release_hw_for_vf()
4062 p_vf = ecore_iov_get_vf_info(p_hwfn, i, false); in ecore_iov_mark_vf_flr()
4642 vf = ecore_iov_get_vf_info(p_hwfn, (u16)vfid, true); in ecore_iov_spoofchk_set()
4676 ecore_iov_get_vf_info(p_hwfn, rel_vf_id, true); in ecore_iov_get_vf_req_virt_mbx_params()
4694 ecore_iov_get_vf_info(p_hwfn, rel_vf_id, true); in ecore_iov_get_vf_reply_virt_mbx_params()
4712 ecore_iov_get_vf_info(p_hwfn, rel_vf_id, true); in ecore_iov_get_vf_sw_mbx()
4772 vf = ecore_iov_get_vf_info(p_hwfn, (u16)vfid, true); in ecore_iov_configure_tx_rate()
[all …]
H A Decore_sriov.h315 struct ecore_vf_info *ecore_iov_get_vf_info(struct ecore_hwfn *p_hwfn,
329 static OSAL_INLINE struct ecore_vf_info *ecore_iov_get_vf_info(struct ecore_hwfn OSAL_UNUSED *p_hwf… in ecore_iov_get_vf_info() function