Home
last modified time | relevance | path

Searched refs:tx_started (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_txq.c168 txq->tx_started = false; in bnxt_tx_queue_setup_op()
170 txq->tx_started = true; in bnxt_tx_queue_setup_op()
H A Dbnxt_txq.h23 uint8_t tx_started; /* TX queue is started */ member
H A Dbnxt_txr.c489 if (unlikely(!txq->tx_started)) { in bnxt_xmit_pkts()
538 txq->tx_started = true; in bnxt_tx_queue_start()
558 txq->tx_started = false; in bnxt_tx_queue_stop()
H A Dbnxt_rxtx_vec_sse.c416 if (unlikely(!txq->tx_started)) { in bnxt_xmit_pkts_vec()
H A Dbnxt_rxtx_vec_neon.c408 if (unlikely(!txq->tx_started)) { in bnxt_xmit_pkts_vec()