Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c1966 txq->tx_dhdl = kmem_zalloc(sizeof (ddi_dma_handle_t) * in alloc_txq()
1970 DDI_DMA_SLEEP, 0, &txq->tx_dhdl[i]); in alloc_txq()
2011 hdl = txq->tx_dhdl[txq->tx_dhdl_cidx]; in free_txq()
2034 if (txq->tx_dhdl != NULL) { in free_txq()
2036 if (txq->tx_dhdl[i] != NULL) in free_txq()
2037 ddi_dma_free_handle(&txq->tx_dhdl[i]); in free_txq()
2670 dhdl = txq->tx_dhdl[txq->tx_dhdl_pidx]; in add_mblk()
2728 (void) ddi_dma_unbind_handle(txq->tx_dhdl[txq->tx_dhdl_pidx]); in free_txinfo_resources()
3257 (void) ddi_dma_unbind_handle(txq->tx_dhdl[txq->tx_dhdl_cidx]); in reclaim_tx_descs()
H A Dadapter.h309 ddi_dma_handle_t *tx_dhdl; member