Searched refs:r_dmah (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/elxl/
H A Delxl.c298 (void) ddi_dma_unbind_handle(r->r_dmah);
301 if (r->r_dmah)
302 ddi_dma_free_handle(&r->r_dmah);
341 (void) ddi_dma_sync(r->r_dmah, 0, 0, DDI_DMA_SYNC_FORDEV);
358 NULL, &r->r_dmah);
364 rv = ddi_dma_mem_alloc(r->r_dmah, count * sizeof (struct ex_pd),
373 rv = ddi_dma_addr_bind_handle(r->r_dmah, NULL,
1249 (void) ddi_dma_sync(r->r_dmah, 0, 0, DDI_DMA_SYNC_FORDEV);
1782 (void) ddi_dma_sync(r->r_dmah, rxd->ed_off,
1803 (void) ddi_dma_sync(r->r_dmah, rx
[all...]
H A Delxl.h435 ddi_dma_handle_t r_dmah; member in struct:ex_ring
/illumos-gate/usr/src/uts/common/io/efe/
H A Defe.c1159 &rp->r_dmah) != DDI_SUCCESS) {
1164 if (ddi_dma_mem_alloc(rp->r_dmah, DESCSZ(len), &efe_buf_acc_attr,
1171 if (ddi_dma_addr_bind_handle(rp->r_dmah, NULL, (caddr_t)rp->r_descp,
1212 (void) ddi_dma_unbind_handle(rp->r_dmah);
1217 if (rp->r_dmah != NULL) {
1218 ddi_dma_free_handle(&rp->r_dmah);
H A Defe.h356 (void) ddi_dma_sync((rp)->r_dmah, DESCSZ(x), \
385 ddi_dma_handle_t r_dmah; member in struct:__anon5374
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c1481 NULL, &ring->r_dmah);
1487 rv = ddi_dma_mem_alloc(ring->r_dmah, num * sizeof (yge_desc_t),
1499 rv = ddi_dma_addr_bind_handle(ring->r_dmah, NULL, kaddr,
1516 (void) ddi_dma_unbind_handle(ring->r_dmah);
1522 if (ring->r_dmah)
1523 ddi_dma_free_handle(&ring->r_dmah);
1524 ring->r_dmah = NULL;
H A Dyge.h1870 (void) ddi_dma_sync((ring)->r_dmah, (i) * sizeof (yge_desc_t), \
1877 (void) ddi_dma_sync((ring)->r_dmah, 0, 0, (flags))
1912 ddi_dma_handle_t r_dmah; member in struct:yge_ring

Completed in 95 milliseconds