Home
last modified time | relevance | path

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

/openbmc/linux/drivers/atm/
H A Dfore200e.h610 typedef struct host_txq { struct
851 struct host_txq host_txq; /* host resident tx queue */ member
H A Dfore200e.c395 fore200e_dma_chunk_free(fore200e, &fore200e->host_txq.status); in fore200e_shutdown()
396 fore200e_dma_chunk_free(fore200e, &fore200e->host_txq.tpd); in fore200e_shutdown()
770 struct host_txq* txq = &fore200e->host_txq; in fore200e_tx_irq()
775 if (fore200e->host_txq.txing == 0) in fore200e_tx_irq()
852 fore200e->host_txq.txing--; in fore200e_tx_irq()
1470 struct host_txq* txq; in fore200e_send()
1492 txq = &fore200e->host_txq; in fore200e_send()
2170 struct host_txq* txq = &fore200e->host_txq; in fore200e_init_tx_queue()