Searched refs:TX_QUEUE_SIZE (Results 1 – 4 of 4) sorted by relevance
273 #define TX_QUEUE_SIZE 3 macro295 struct tx_queue_entry tx_queue[TX_QUEUE_SIZE];
707 for (i = 0; i < TX_QUEUE_SIZE; i++) { in alloc_mscandev()
74 #define TX_QUEUE_SIZE 12 /* Must be > 4 && <= TX_RING_SIZE */ macro714 if (yp->cur_tx - yp->dirty_tx < TX_QUEUE_SIZE) in yellowfin_tx_timeout()875 if (yp->cur_tx - yp->dirty_tx < TX_QUEUE_SIZE) in yellowfin_start_xmit()935 yp->cur_tx - yp->dirty_tx < TX_QUEUE_SIZE - 4) { in yellowfin_interrupt()1004 yp->cur_tx - dirty_tx < TX_QUEUE_SIZE - 2) { in yellowfin_interrupt()
148 #define TX_QUEUE_SIZE 32 macro