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

/linux-master/drivers/atm/
H A Dfore200e.h33 #define QUEUE_SIZE_RX 64 /* receive queue capacity */ macro
623 struct host_rxq_entry host_entry[ QUEUE_SIZE_RX ]; /* host resident rx queue entries */
H A Dfore200e.c1125 FORE200E_NEXT_ENTRY(rxq->head, QUEUE_SIZE_RX);
2121 QUEUE_SIZE_RX,
2130 QUEUE_SIZE_RX,
2141 for (i=0; i < QUEUE_SIZE_RX; i++) {
2306 fore200e->bus->write(QUEUE_SIZE_RX, &cpq->init.rx_queue_len);

Completed in 97 milliseconds