Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_sriov.h264 enum _ecore_status_t ecore_iov_alloc(struct ecore_hwfn *p_hwfn);
343 static OSAL_INLINE enum _ecore_status_t ecore_iov_alloc(struct ecore_hwfn *p_hwfn) {return ECORE_SU… in ecore_iov_alloc() function
H A Decore_dev.c938 rc = ecore_iov_alloc(p_hwfn); in ecore_resc_alloc()