Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/
H A Dqede_rxtx.h28 #define TX_CONS(txq) (txq->sw_tx_cons & NUM_TX_BDS(txq))
228 uint16_t sw_tx_cons; member
H A Dqede_rxtx.c515 txq->sw_tx_cons = 0; in qede_tx_queue_reset()
904 txq->sw_tx_cons++; in qede_free_tx_pkt()
918 uint16_t sw_tx_cons; in qede_process_tx_compl() local
924 sw_tx_cons = ecore_chain_get_cons_idx(&txq->tx_pbl); in qede_process_tx_compl()
926 abs(hw_bd_cons - sw_tx_cons)); in qede_process_tx_compl()
938 while (txq->sw_tx_cons != txq->sw_tx_prod) { in qede_drain_txq()
953 txq->sw_tx_cons); in qede_drain_txq()