Searched refs:sw_tx_cons (Results 1 – 2 of 2) sorted by relevance
28 #define TX_CONS(txq) (txq->sw_tx_cons & NUM_TX_BDS(txq))228 uint16_t sw_tx_cons; member
515 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() local924 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()