Searched refs:NUM_TX_BDS (Results 1 – 1 of 1) sorted by relevance
26 #define NUM_TX_BDS(q) (q->nb_tx_desc - 1) macro28 #define TX_CONS(txq) (txq->sw_tx_cons & NUM_TX_BDS(txq))29 #define TX_PROD(txq) (txq->sw_tx_prod & NUM_TX_BDS(txq))