Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/qlnx/qlnxe/
HDecore_vf.h184 enum _ecore_status_t ecore_vf_pf_txq_stop(struct ecore_hwfn *p_hwfn,
346 static OSAL_INLINE enum _ecore_status_t ecore_vf_pf_txq_stop(struct ecore_hwfn OSAL_UNUSED *p_hwfn,… in ecore_vf_pf_txq_stop() function
HDecore_vf.c1013 enum _ecore_status_t ecore_vf_pf_txq_stop(struct ecore_hwfn *p_hwfn, in ecore_vf_pf_txq_stop() function
HDecore_l2.c1336 rc = ecore_vf_pf_txq_stop(p_hwfn, p_cid); in ecore_eth_tx_queue_stop()