Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_sriov.h258 enum _ecore_status_t ecore_iov_alloc(struct ecore_hwfn *p_hwfn);
322 static OSAL_INLINE enum _ecore_status_t ecore_iov_alloc(struct ecore_hwfn OSAL_UNUSED *p_hwfn) {ret… in ecore_iov_alloc() function
H A Decore_sriov.c605 enum _ecore_status_t ecore_iov_alloc(struct ecore_hwfn *p_hwfn) in ecore_iov_alloc() function
H A Decore_dev.c2505 rc = ecore_iov_alloc(p_hwfn); in ecore_resc_alloc()