Home
last modified time | relevance | path

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

/linux/drivers/atm/
H A Dfore200e.h610 typedef struct host_txq { struct
850 struct host_txq host_txq; /* host resident tx queue */ member
H A Dfore200e.c396 fore200e_dma_chunk_free(fore200e, &fore200e->host_txq.status); in fore200e_shutdown()
397 fore200e_dma_chunk_free(fore200e, &fore200e->host_txq.tpd); in fore200e_shutdown()
771 struct host_txq* txq = &fore200e->host_txq; in fore200e_tx_irq()
776 if (fore200e->host_txq.txing == 0) in fore200e_tx_irq()
853 fore200e->host_txq.txing--; in fore200e_tx_irq()
1473 struct host_txq* txq; in fore200e_send()
1495 txq = &fore200e->host_txq; in fore200e_send()
2172 struct host_txq* txq = &fore200e->host_txq; in fore200e_init_tx_queue()