Searched refs:QUEUE_SIZE_TX (Results 1 – 2 of 2) sorted by relevance
34 #define QUEUE_SIZE_TX 256 /* transmit queue capacity */ macro611 … struct host_txq_entry host_entry[ QUEUE_SIZE_TX ]; /* host resident tx queue entries */
851 FORE200E_NEXT_ENTRY(txq->tail, QUEUE_SIZE_TX); in fore200e_tx_irq()1558 if ((*entry->status != STATUS_FREE) || (txq->txing >= QUEUE_SIZE_TX - 2)) { in fore200e_send()1608 FORE200E_NEXT_ENTRY(txq->head, QUEUE_SIZE_TX); in fore200e_send()2177 QUEUE_SIZE_TX, in fore200e_init_tx_queue()2186 QUEUE_SIZE_TX, in fore200e_init_tx_queue()2197 for (i=0; i < QUEUE_SIZE_TX; i++) { in fore200e_init_tx_queue()2304 fore200e->bus->write(QUEUE_SIZE_TX, &cpq->init.tx_queue_len); in fore200e_initialize()