Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_comp.c186 wvp->dma_currentp = NULL; in hci1394_compile_ixl_init()
2213 if ((wvp->dma_currentp == NULL) || in hci1394_alloc_dma_mem()
2215 wvp->dma_currentp->used))) { in hci1394_alloc_dma_mem()
2233 if (wvp->dma_currentp != NULL) { in hci1394_alloc_dma_mem()
2235 memp = &wvp->dma_currentp->mem; in hci1394_alloc_dma_mem()
2247 wvp->dma_currentp->mem_handle; in hci1394_alloc_dma_mem()
2301 if (wvp->dma_currentp != NULL) { in hci1394_alloc_dma_mem()
2303 wvp->dma_currentp = dma_new; in hci1394_alloc_dma_mem()
2312 wvp->dma_currentp->offset + wvp->dma_currentp->used; in hci1394_alloc_dma_mem()
2314 wvp->dma_currentp->used; in hci1394_alloc_dma_mem()
[all …]
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ixl.h154 hci1394_idma_desc_mem_t *dma_currentp; /* cur dma descriptor mem */ member