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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/can/mscan/
H A Dmscan.h273 #define TX_QUEUE_SIZE 3 macro
294 struct tx_queue_entry tx_queue[TX_QUEUE_SIZE];
H A Dmscan.c690 for (i = 0; i < TX_QUEUE_SIZE; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dyellowfin.c73 #define TX_QUEUE_SIZE 12 /* Must be > 4 && <= TX_RING_SIZE */ macro
719 if (yp->cur_tx - yp->dirty_tx < TX_QUEUE_SIZE)
881 if (yp->cur_tx - yp->dirty_tx < TX_QUEUE_SIZE)
941 yp->cur_tx - yp->dirty_tx < TX_QUEUE_SIZE - 4) {
1010 yp->cur_tx - dirty_tx < TX_QUEUE_SIZE - 2) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ipw2x00/
H A Dipw2200.h150 #define TX_QUEUE_SIZE 32 macro

Completed in 194 milliseconds