Searched refs:TX_QUEUE_DEPTH (Results 1 – 1 of 1) sorted by relevance
68 #define TX_QUEUE_DEPTH 16 macro69 VOID *TxQueue[TX_QUEUE_DEPTH];143 #define TxQueNext(off) ((((off) + 1) >= TX_QUEUE_DEPTH) ? 0 : ((off) + 1))