Searched refs:TX_QUEUE_SIZE (Results 1 – 4 of 4) sorted by relevance
262 #define TX_QUEUE_SIZE 3 macro284 struct tx_queue_entry tx_queue[TX_QUEUE_SIZE];
689 for (i = 0; i < TX_QUEUE_SIZE; i++) { in alloc_mscandev()
74 #define TX_QUEUE_SIZE 12 /* Must be > 4 && <= TX_RING_SIZE */ macro718 if (yp->cur_tx - yp->dirty_tx < TX_QUEUE_SIZE) in yellowfin_tx_timeout()883 if (yp->cur_tx - yp->dirty_tx < TX_QUEUE_SIZE) in yellowfin_start_xmit()944 yp->cur_tx - yp->dirty_tx < TX_QUEUE_SIZE - 4) { in yellowfin_interrupt()1013 yp->cur_tx - dirty_tx < TX_QUEUE_SIZE - 2) { in yellowfin_interrupt()
134 #define TX_QUEUE_SIZE 32 macro