Home
last modified time | relevance | path

Searched refs:dma_handle_setbuf (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.h387 ddi_dma_handle_t dma_handle_setbuf; member
H A Ddnet.c2182 if (dnetp->dma_handle_setbuf == NULL) in dnet_alloc_bufs()
2184 DDI_DMA_SLEEP, 0, &dnetp->dma_handle_setbuf) != DDI_SUCCESS) in dnet_alloc_bufs()
2193 if (ddi_dma_mem_alloc(dnetp->dma_handle_setbuf, in dnet_alloc_bufs()
2199 if (ddi_dma_addr_bind_handle(dnetp->dma_handle_setbuf, in dnet_alloc_bufs()
2370 if (dnetp->dma_handle_setbuf != NULL) { in dnet_free_bufs()
2371 (void) ddi_dma_unbind_handle(dnetp->dma_handle_setbuf); in dnet_free_bufs()
2372 ddi_dma_free_handle(&dnetp->dma_handle_setbuf); in dnet_free_bufs()
2373 dnetp->dma_handle_setbuf = NULL; in dnet_free_bufs()