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

/opensolaris-onvv-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c101 ddi_dma_handle_t rbuf_dmahdl; /* dma handle */ member in struct:rbuf_list
2573 0, &rp->rbuf_dmahdl) != DDI_SUCCESS)
2577 if (ddi_dma_mem_alloc(rp->rbuf_dmahdl, rx_buf_size, &accattr,
2583 if (ddi_dma_addr_bind_handle(rp->rbuf_dmahdl, NULL,
2595 ddi_dma_nextcookie(rp->rbuf_dmahdl, &cookie);
2610 (void) ddi_dma_unbind_handle(rp->rbuf_dmahdl);
2614 ddi_dma_free_handle(&rp->rbuf_dmahdl);
2637 (void) ddi_dma_unbind_handle(rp->rbuf_dmahdl);
2671 0, &rp->rbuf_dmahdl) != DDI_SUCCESS)
2675 if (ddi_dma_mem_alloc(rp->rbuf_dmahdl, rx_buf_siz
[all...]

Completed in 104 milliseconds