Home
last modified time | relevance | path

Searched refs:ecore_iov_is_vf_stopped (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/sys/dev/qlnx/qlnxe/
H A Decore_iov_api.h469 bool ecore_iov_is_vf_stopped(struct ecore_hwfn *p_hwfn, int vfid);
793 static OSAL_INLINE bool ecore_iov_is_vf_stopped(struct ecore_hwfn OSAL_UNUSED *p_hwfn, int OSAL_UNU… in ecore_iov_is_vf_stopped() function
H A Decore_sriov.c4608 bool ecore_iov_is_vf_stopped(struct ecore_hwfn *p_hwfn, int vfid) in ecore_iov_is_vf_stopped() function
H A Dqlnx_os.c7942 if (!ecore_iov_is_vf_stopped(hwfn, j)) { in qlnx_sriov_disable()