Home
last modified time | relevance | path

Searched refs:sw_tx_cons (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/qede/
H A Dqede_rxtx.h28 #define TX_CONS(txq) (txq->sw_tx_cons & NUM_TX_BDS(txq))
212 uint16_t sw_tx_cons; member
H A Dqede_rxtx.c511 txq->sw_tx_cons = 0; in qede_tx_queue_reset()
899 txq->sw_tx_cons++; in qede_free_tx_pkt()
913 uint16_t sw_tx_cons; in qede_process_tx_compl() local
921 sw_tx_cons = ecore_chain_get_cons_idx(&txq->tx_pbl); in qede_process_tx_compl()
923 abs(hw_bd_cons - sw_tx_cons)); in qede_process_tx_compl()
935 while (txq->sw_tx_cons != txq->sw_tx_prod) { in qede_drain_txq()
950 txq->sw_tx_cons); in qede_drain_txq()