Searched refs:QUEUE_SIZE_TX (Results 1 – 2 of 2) sorted by relevance
33 #define QUEUE_SIZE_TX 256 /* transmit queue capacity */ macro610 … struct host_txq_entry host_entry[ QUEUE_SIZE_TX ]; /* host resident tx queue entries */
945 FORE200E_NEXT_ENTRY(txq->tail, QUEUE_SIZE_TX); in fore200e_tx_irq()1644 if ((*entry->status != STATUS_FREE) || (txq->txing >= QUEUE_SIZE_TX - 2)) { in fore200e_send()1687 FORE200E_NEXT_ENTRY(txq->head, QUEUE_SIZE_TX); in fore200e_send()2278 QUEUE_SIZE_TX, in fore200e_init_tx_queue()2287 QUEUE_SIZE_TX, in fore200e_init_tx_queue()2298 for (i=0; i < QUEUE_SIZE_TX; i++) { in fore200e_init_tx_queue()2405 fore200e->bus->write(QUEUE_SIZE_TX, &cpq->init.tx_queue_len); in fore200e_initialize()