Searched refs:TX_QUEUE_SIZE (Results 1 – 2 of 2) sorted by relevance
262 #define TX_QUEUE_SIZE 3 macro284 struct tx_queue_entry tx_queue[TX_QUEUE_SIZE];
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()