Home
last modified time | relevance | path

Searched refs:TX_QUEUE_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/can/mscan/
H A Dmscan.h262 #define TX_QUEUE_SIZE 3 macro
284 struct tx_queue_entry tx_queue[TX_QUEUE_SIZE];
H A Dmscan.c689 for (i = 0; i < TX_QUEUE_SIZE; i++) { in alloc_mscandev()
/linux/drivers/net/ethernet/packetengines/
H A Dyellowfin.c74 #define TX_QUEUE_SIZE 12 /* Must be > 4 && <= TX_RING_SIZE */ macro
718 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()
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.h134 #define TX_QUEUE_SIZE 32 macro