Home
last modified time | relevance | path

Searched refs:rxb_dmah (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/afe/
H A Dafeimpl.h179 ddi_dma_handle_t rxb_dmah; member
317 (void) ddi_dma_sync(rxb->rxb_dmah, 0, len, who)
H A Dafe.c1607 DDI_DMA_SLEEP, NULL, &rxb->rxb_dmah) != DDI_SUCCESS) { in afe_allocrxbuf()
1611 if (ddi_dma_mem_alloc(rxb->rxb_dmah, AFE_BUFSZ, &afe_bufattr, in afe_allocrxbuf()
1614 ddi_dma_free_handle(&rxb->rxb_dmah); in afe_allocrxbuf()
1618 if (ddi_dma_addr_bind_handle(rxb->rxb_dmah, NULL, rxb->rxb_buf, len, in afe_allocrxbuf()
1622 ddi_dma_free_handle(&rxb->rxb_dmah); in afe_allocrxbuf()
1635 (void) ddi_dma_unbind_handle(rxb->rxb_dmah); in afe_destroyrxbuf()
1637 ddi_dma_free_handle(&rxb->rxb_dmah); in afe_destroyrxbuf()
/illumos-gate/usr/src/uts/common/io/mxfe/
H A Dmxfeimpl.h204 ddi_dma_handle_t rxb_dmah; member
358 (void) (ddi_dma_sync(rxb->rxb_dmah, 0, len, who))
H A Dmxfe.c1953 DDI_DMA_SLEEP, NULL, &rxb->rxb_dmah) != DDI_SUCCESS) { in mxfe_allocrxbuf()
1957 if (ddi_dma_mem_alloc(rxb->rxb_dmah, MXFE_BUFSZ, &mxfe_bufattr, in mxfe_allocrxbuf()
1960 ddi_dma_free_handle(&rxb->rxb_dmah); in mxfe_allocrxbuf()
1964 if (ddi_dma_addr_bind_handle(rxb->rxb_dmah, NULL, rxb->rxb_buf, len, in mxfe_allocrxbuf()
1968 ddi_dma_free_handle(&rxb->rxb_dmah); in mxfe_allocrxbuf()
1981 (void) ddi_dma_unbind_handle(rxb->rxb_dmah); in mxfe_destroyrxbuf()
1983 ddi_dma_free_handle(&rxb->rxb_dmah); in mxfe_destroyrxbuf()