Searched defs:TX_QUEUE_SIZE (Results 1 - 3 of 3) sorted by relevance

/drivers/net/can/mscan/
H A Dmscan.h273 #define TX_QUEUE_SIZE 3 macro
295 struct tx_queue_entry tx_queue[TX_QUEUE_SIZE];
/drivers/net/ethernet/packetengines/
H A Dyellowfin.c74 #define TX_QUEUE_SIZE 12 /* Must be > 4 && <= TX_RING_SIZE */ macro
714 if (yp->cur_tx - yp->dirty_tx < TX_QUEUE_SIZE)
875 if (yp->cur_tx - yp->dirty_tx < TX_QUEUE_SIZE)
935 yp->cur_tx - yp->dirty_tx < TX_QUEUE_SIZE - 4) {
1004 yp->cur_tx - dirty_tx < TX_QUEUE_SIZE - 2) {
/drivers/net/wireless/ipw2x00/
H A Dipw2200.h148 #define TX_QUEUE_SIZE 32 macro

Completed in 90 milliseconds