Home
last modified time | relevance | path

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

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_vf.h291 enum _ecore_status_t ecore_vf_pf_vport_stop(struct ecore_hwfn *p_hwfn);
356 static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_vport_stop(struct ecore_hwfn OSAL_UNUSED *p_hwf… in ecore_vf_pf_vport_stop() function
H A Decore_vf.c1161 enum _ecore_status_t ecore_vf_pf_vport_stop(struct ecore_hwfn *p_hwfn) in ecore_vf_pf_vport_stop() function
H A Decore_l2.c836 return ecore_vf_pf_vport_stop(p_hwfn); in ecore_sp_vport_stop()