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 */
856 FORE200E_NEXT_ENTRY(txq->tail, QUEUE_SIZE_TX); in fore200e_tx_irq()1552 if ((*entry->status != STATUS_FREE) || (txq->txing >= QUEUE_SIZE_TX - 2)) { in fore200e_send()1602 FORE200E_NEXT_ENTRY(txq->head, QUEUE_SIZE_TX); in fore200e_send()2196 QUEUE_SIZE_TX, in fore200e_init_tx_queue()2205 QUEUE_SIZE_TX, in fore200e_init_tx_queue()2216 for (i=0; i < QUEUE_SIZE_TX; i++) { in fore200e_init_tx_queue()2323 fore200e->bus->write(QUEUE_SIZE_TX, &cpq->init.tx_queue_len); in fore200e_initialize()