Home
last modified time | relevance | path

Searched refs:dma_nextp (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls.c107 nextp = p->dma_nextp; in dls_close()
359 for (pp = &(dsp->ds_dmap); (p = *pp) != NULL; pp = &(p->dma_nextp)) { in dls_multicst_add()
386 ASSERT(*pp == p && p->dma_nextp == NULL); in dls_multicst_add()
416 for (pp = &(dsp->ds_dmap); (p = *pp) != NULL; pp = &(p->dma_nextp)) { in dls_multicst_remove()
433 *pp = p->dma_nextp; in dls_multicst_remove()
607 dmap = dmap->dma_nextp) { in dls_accept_common()
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_comp.c232 hci1394_idma_desc_mem_t *dma_nextp; in hci1394_compile_ixl_endup() local
252 dma_nextp = wvp->ctxtp->dma_firstp; in hci1394_compile_ixl_endup()
253 while (dma_nextp != NULL) { in hci1394_compile_ixl_endup()
254 err = ddi_dma_sync(dma_nextp->mem.bi_dma_handle, in hci1394_compile_ixl_endup()
255 (off_t)dma_nextp->mem.bi_kaddr, dma_nextp->mem.bi_length, in hci1394_compile_ixl_endup()
264 dma_nextp = dma_nextp->dma_nextp; in hci1394_compile_ixl_endup()
2302 wvp->dma_currentp->dma_nextp = dma_new; in hci1394_alloc_dma_mem()
H A Dhci1394_ixl_misc.c376 dma_next = dma_firstp->dma_nextp; in hci1394_delete_dma_desc_mem()
/illumos-gate/usr/src/uts/common/sys/
H A Ddls_impl.h44 struct dls_multicst_addr_s *dma_nextp; /* ds_rw_lock */ member
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_isoch.h63 struct hci1394_idma_desc_mem_s *dma_nextp; member