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 in struct:afe_rxbuf
317 (void) ddi_dma_sync(rxb->rxb_dmah, 0, len, who)
H A Dafe.c1607 DDI_DMA_SLEEP, NULL, &rxb->rxb_dmah) != DDI_SUCCESS) {
1611 if (ddi_dma_mem_alloc(rxb->rxb_dmah, AFE_BUFSZ, &afe_bufattr,
1614 ddi_dma_free_handle(&rxb->rxb_dmah);
1618 if (ddi_dma_addr_bind_handle(rxb->rxb_dmah, NULL, rxb->rxb_buf, len,
1622 ddi_dma_free_handle(&rxb->rxb_dmah);
1635 (void) ddi_dma_unbind_handle(rxb->rxb_dmah);
1637 ddi_dma_free_handle(&rxb->rxb_dmah);
/illumos-gate/usr/src/uts/common/io/mxfe/
H A Dmxfeimpl.h204 ddi_dma_handle_t rxb_dmah; member in struct:mxfe_rxbuf
358 (void) (ddi_dma_sync(rxb->rxb_dmah, 0, len, who))
H A Dmxfe.c1953 DDI_DMA_SLEEP, NULL, &rxb->rxb_dmah) != DDI_SUCCESS) {
1957 if (ddi_dma_mem_alloc(rxb->rxb_dmah, MXFE_BUFSZ, &mxfe_bufattr,
1960 ddi_dma_free_handle(&rxb->rxb_dmah);
1964 if (ddi_dma_addr_bind_handle(rxb->rxb_dmah, NULL, rxb->rxb_buf, len,
1968 ddi_dma_free_handle(&rxb->rxb_dmah);
1981 (void) ddi_dma_unbind_handle(rxb->rxb_dmah);
1983 ddi_dma_free_handle(&rxb->rxb_dmah);

Completed in 73 milliseconds