Home
last modified time | relevance | path

Searched refs:txDmaHandle (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3_tx.c187 if (ddi_dma_addr_bind_handle(dp->txDmaHandle, NULL, in vmxnet3_tx_one()
215 dp->txDmaHandle); in vmxnet3_tx_one()
222 dp->txDmaHandle); in vmxnet3_tx_one()
261 ddi_dma_nextcookie(dp->txDmaHandle, &cookie); in vmxnet3_tx_one()
265 (void) ddi_dma_unbind_handle(dp->txDmaHandle); in vmxnet3_tx_one()
H A Dvmxnet3.h145 ddi_dma_handle_t txDmaHandle; member
H A Dvmxnet3_main.c570 DDI_DMA_SLEEP, NULL, &dp->txDmaHandle)) != DDI_SUCCESS) { in vmxnet3_start()
611 ddi_dma_free_handle(&dp->txDmaHandle); in vmxnet3_start()
645 ddi_dma_free_handle(&dp->txDmaHandle); in vmxnet3_stop()