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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_comp.c2657 hci1394_idma_desc_mem_t *dma_new; local
2677 if ((dma_new = (hci1394_idma_desc_mem_t *)
2696 dma_new->mem = *memp;
2697 dma_new->offset = wvp->dma_currentp->offset +
2703 &dma_new->mem.bi_cookie);
2705 if (dma_new->mem.bi_cookie.dmac_size >= size) {
2706 dma_new->mem_handle =
2709 dma_new->mem.bi_cookie_count--;
2712 dma_new->offset +=
2713 dma_new
[all...]

Completed in 61 milliseconds