Searched refs:rxb_dh (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.h164 ddi_dma_handle_t rxb_dh; member in struct:rxbuf
H A Dsfe_util.c530 NULL, &rbp->rxb_dh)) != DDI_SUCCESS) {
541 if ((err = ddi_dma_mem_alloc(rbp->rxb_dh,
559 ddi_dma_free_handle(&rbp->rxb_dh);
565 if ((err = ddi_dma_addr_bind_handle(rbp->rxb_dh,
585 ddi_dma_free_handle(&rbp->rxb_dh);
592 ddi_dma_nextcookie(rbp->rxb_dh, &rbp->rxb_dmacookie[i]);
804 ASSERT(rbp->rxb_dh != NULL);
809 (void) ddi_dma_unbind_handle(rbp->rxb_dh);
815 ddi_dma_free_handle(&rbp->rxb_dh);
1787 (void) ddi_dma_sync(rbp->rxb_dh, rx_header_le
[all...]

Completed in 260 milliseconds