Home
last modified time | relevance | path

Searched refs:ecore_eth_tx_queue_stop (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_l2_api.h271 enum _ecore_status_t ecore_eth_tx_queue_stop(struct ecore_hwfn *p_hwfn,
H A Decore_l2.c1275 enum _ecore_status_t ecore_eth_tx_queue_stop(struct ecore_hwfn *p_hwfn, in ecore_eth_tx_queue_stop() function
H A Decore_sriov.c2789 rc = ecore_eth_tx_queue_stop(p_hwfn, in ecore_iov_vf_stop_txqs()
/f-stack/dpdk/drivers/net/qede/
H A Dqede_rxtx.c985 rc = ecore_eth_tx_queue_stop(p_hwfn, txq->handle); in qede_tx_queue_stop()