Home
last modified time | relevance | path

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.c2203 hci1394_idma_desc_mem_t *dma_new; in hci1394_alloc_dma_mem() local
2220 if ((dma_new = (hci1394_idma_desc_mem_t *) in hci1394_alloc_dma_mem()
2236 dma_new->mem = *memp; in hci1394_alloc_dma_mem()
2237 dma_new->offset = wvp->dma_currentp->offset + in hci1394_alloc_dma_mem()
2243 &dma_new->mem.bi_cookie); in hci1394_alloc_dma_mem()
2245 if (dma_new->mem.bi_cookie.dmac_size >= size) { in hci1394_alloc_dma_mem()
2246 dma_new->mem_handle = in hci1394_alloc_dma_mem()
2249 dma_new->mem.bi_cookie_count--; in hci1394_alloc_dma_mem()
2252 dma_new->offset += in hci1394_alloc_dma_mem()
2253 dma_new->mem.bi_cookie.dmac_size; in hci1394_alloc_dma_mem()
[all …]