Home
last modified time | relevance | path

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

/Linux-v4.19/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.c948 FORE200E_NEXT_ENTRY(txq->tail, QUEUE_SIZE_TX); in fore200e_tx_irq()
1642 if ((*entry->status != STATUS_FREE) || (txq->txing >= QUEUE_SIZE_TX - 2)) { in fore200e_send()
1685 FORE200E_NEXT_ENTRY(txq->head, QUEUE_SIZE_TX); in fore200e_send()
2277 QUEUE_SIZE_TX, in fore200e_init_tx_queue()
2286 QUEUE_SIZE_TX, in fore200e_init_tx_queue()
2297 for (i=0; i < QUEUE_SIZE_TX; i++) { in fore200e_init_tx_queue()
2404 fore200e->bus->write(QUEUE_SIZE_TX, &cpq->init.tx_queue_len); in fore200e_initialize()