Searched refs:ic_cmpl_dma_handle (Results 1 – 2 of 2) sorted by relevance
558 DDI_DMA_SLEEP, NULL, &channel->ic_cmpl_dma_handle); in ioat_completion_alloc()563 e = ddi_dma_mem_alloc(channel->ic_cmpl_dma_handle, in ioat_completion_alloc()572 e = ddi_dma_addr_bind_handle(channel->ic_cmpl_dma_handle, NULL, in ioat_completion_alloc()620 (void) ddi_dma_unbind_handle(channel->ic_cmpl_dma_handle); in ioat_completion_free()622 ddi_dma_free_handle(&channel->ic_cmpl_dma_handle); in ioat_completion_free()1333 (void) ddi_dma_sync(channel->ic_cmpl_dma_handle, 0, 0, in ioat_cmd_poll()
278 ddi_dma_handle_t ic_cmpl_dma_handle; member