Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dsbp2_bus.c329 DDI_DMA_SLEEP, NULL, &sbb->sbb_dma_hdl) != DDI_SUCCESS) { in scsa1394_bus_alloc_buf_phys()
334 if (ddi_dma_mem_alloc(sbb->sbb_dma_hdl, buf->bb_len, in scsa1394_bus_alloc_buf_phys()
339 ddi_dma_free_handle(&sbb->sbb_dma_hdl); in scsa1394_bus_alloc_buf_phys()
345 if (ddi_dma_addr_bind_handle(sbb->sbb_dma_hdl, NULL, buf->bb_kaddr, in scsa1394_bus_alloc_buf_phys()
349 ddi_dma_free_handle(&sbb->sbb_dma_hdl); in scsa1394_bus_alloc_buf_phys()
369 (void) ddi_dma_unbind_handle(sbb->sbb_dma_hdl); in scsa1394_bus_alloc_buf_phys()
371 ddi_dma_free_handle(&sbb->sbb_dma_hdl); in scsa1394_bus_alloc_buf_phys()
390 (void) ddi_dma_unbind_handle(sbb->sbb_dma_hdl); in scsa1394_bus_free_buf_phys()
392 ddi_dma_free_handle(&sbb->sbb_dma_hdl); in scsa1394_bus_free_buf_phys()
454 return (ddi_dma_sync(sbb->sbb_dma_hdl, offset, length, type)); in scsa1394_bus_sync_buf()
/illumos-gate/usr/src/uts/common/sys/1394/targets/scsa1394/
H A Dimpl.h211 ddi_dma_handle_t sbb_dma_hdl; /* DMA handle */ member