Searched refs:ic_desc_dma_handle (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/i86pc/io/ioat/ |
H A D | ioat_chan.c | 597 ddi_dma_free_handle(&channel->ic_desc_dma_handle); in ioat_completion_alloc() 656 DDI_DMA_SLEEP, NULL, &channel->ic_desc_dma_handle); in ioat_ring_alloc() 668 e = ddi_dma_mem_alloc(channel->ic_desc_dma_handle, in ioat_ring_alloc() 676 e = ddi_dma_addr_bind_handle(channel->ic_desc_dma_handle, NULL, in ioat_ring_alloc() 711 ddi_dma_free_handle(&channel->ic_desc_dma_handle); in ioat_ring_alloc() 747 (void) ddi_dma_unbind_handle(channel->ic_desc_dma_handle); in ioat_ring_free() 749 ddi_dma_free_handle(&channel->ic_desc_dma_handle); in ioat_ring_free() 866 (void) ddi_dma_sync(channel->ic_desc_dma_handle, in ioat_ring_loop() 1185 (void) ddi_dma_sync(channel->ic_desc_dma_handle, in ioat_cmd_post_dca() 1196 (void) ddi_dma_sync(channel->ic_desc_dma_handle, next_offset, 64, in ioat_cmd_post_dca() [all …]
|
/titanic_50/usr/src/uts/i86pc/sys/ |
H A D | ioat.h | 272 ddi_dma_handle_t ic_desc_dma_handle; member
|