Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c1681 txq->tx_dhdl = kmem_zalloc(sizeof (ddi_dma_handle_t) * in alloc_txq()
1685 DDI_DMA_SLEEP, 0, &txq->tx_dhdl[i]); in alloc_txq()
1726 hdl = txq->tx_dhdl[txq->tx_dhdl_cidx]; in free_txq()
1749 if (txq->tx_dhdl != NULL) { in free_txq()
1751 if (txq->tx_dhdl[i] != NULL) in free_txq()
1752 ddi_dma_free_handle(&txq->tx_dhdl[i]); in free_txq()
2368 dhdl = txq->tx_dhdl[txq->tx_dhdl_pidx]; in add_mblk()
2426 (void) ddi_dma_unbind_handle(txq->tx_dhdl[txq->tx_dhdl_pidx]); in free_txinfo_resources()
2894 (void) ddi_dma_unbind_handle(txq->tx_dhdl[txq->tx_dhdl_cidx]); in reclaim_tx_descs()
H A Dadapter.h276 ddi_dma_handle_t *tx_dhdl; member