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.c392 fore200e_dma_chunk_free(fore200e, &fore200e->host_txq.status); in fore200e_shutdown()
393 fore200e_dma_chunk_free(fore200e, &fore200e->host_txq.tpd); in fore200e_shutdown()
767 struct host_txq* txq = &fore200e->host_txq; in fore200e_tx_irq()
772 if (fore200e->host_txq.txing == 0) in fore200e_tx_irq()
849 fore200e->host_txq.txing--; in fore200e_tx_irq()
1469 struct host_txq* txq; in fore200e_send()
1491 txq = &fore200e->host_txq; in fore200e_send()
2169 struct host_txq* txq = &fore200e->host_txq; in fore200e_init_tx_queue()