Home
last modified time | relevance | path

Searched refs:QUEUE_SIZE_TX (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/atm/
Dfore200e.h34 #define QUEUE_SIZE_TX 256 /* transmit queue capacity */ macro
611 … struct host_txq_entry host_entry[ QUEUE_SIZE_TX ]; /* host resident tx queue entries */
Dfore200e.c854 FORE200E_NEXT_ENTRY(txq->tail, QUEUE_SIZE_TX); in fore200e_tx_irq()
1561 if ((*entry->status != STATUS_FREE) || (txq->txing >= QUEUE_SIZE_TX - 2)) { in fore200e_send()
1611 FORE200E_NEXT_ENTRY(txq->head, QUEUE_SIZE_TX); in fore200e_send()
2180 QUEUE_SIZE_TX, in fore200e_init_tx_queue()
2189 QUEUE_SIZE_TX, in fore200e_init_tx_queue()
2200 for (i=0; i < QUEUE_SIZE_TX; i++) { in fore200e_init_tx_queue()
2307 fore200e->bus->write(QUEUE_SIZE_TX, &cpq->init.tx_queue_len); in fore200e_initialize()