Searched refs:bu_dma_handle (Results 1 – 2 of 2) sorted by relevance
116 DDI_DMA_SLEEP, NULL, &buf->bu_dma_handle); in hci1394_buf_alloc()126 status = ddi_dma_mem_alloc(buf->bu_dma_handle, parms->bp_length, in hci1394_buf_alloc()130 ddi_dma_free_handle(&buf->bu_dma_handle); in hci1394_buf_alloc()139 status = ddi_dma_addr_bind_handle(buf->bu_dma_handle, NULL, in hci1394_buf_alloc()145 ddi_dma_free_handle(&buf->bu_dma_handle); in hci1394_buf_alloc()156 info->bi_dma_handle = buf->bu_dma_handle; in hci1394_buf_alloc()179 (void) ddi_dma_unbind_handle(buf->bu_dma_handle); in hci1394_buf_free()181 ddi_dma_free_handle(&buf->bu_dma_handle); in hci1394_buf_free()
82 ddi_dma_handle_t bu_dma_handle; member