Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_vf.h121 enum _ecore_status_t ecore_vf_hw_prepare(struct ecore_hwfn *p_hwfn);
342 static OSAL_INLINE enum _ecore_status_t ecore_vf_hw_prepare(struct ecore_hwfn OSAL_UNUSED *p_hwfn) … in ecore_vf_hw_prepare() function
H A Decore_vf.c518 enum _ecore_status_t ecore_vf_hw_prepare(struct ecore_hwfn *p_hwfn) in ecore_vf_hw_prepare() function
H A Decore_dev.c5859 return ecore_vf_hw_prepare(p_hwfn); in ecore_hw_prepare_single()