Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/ioat/
H A Dioat_chan.c558 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()
1334 (void) ddi_dma_sync(channel->ic_cmpl_dma_handle, 0, 0, in ioat_cmd_poll()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dioat.h278 ddi_dma_handle_t ic_cmpl_dma_handle; member