Searched refs:QUEUE_SIZE_RX (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dfore200e.h32 #define QUEUE_SIZE_RX 64 /* receive queue capacity */ macro
622 struct host_rxq_entry host_entry[ QUEUE_SIZE_RX ]; /* host resident rx queue entries */
H A Dfore200e.c1182 FORE200E_NEXT_ENTRY(rxq->head, QUEUE_SIZE_RX);
2149 QUEUE_SIZE_RX,
2158 QUEUE_SIZE_RX,
2169 for (i=0; i < QUEUE_SIZE_RX; i++) {
2337 fore200e->bus->write(QUEUE_SIZE_RX, &cpq->init.rx_queue_len);

Completed in 102 milliseconds