Home
last modified time | relevance | path

Searched refs:dma_firstp (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_misc.c428 hci1394_delete_dma_desc_mem(soft_statep, ctxtp->dma_firstp); in hci1394_ixl_cleanup()
443 hci1394_idma_desc_mem_t *dma_firstp) in hci1394_delete_dma_desc_mem() argument
450 while (dma_firstp != NULL) { in hci1394_delete_dma_desc_mem()
451 dma_next = dma_firstp->dma_nextp; in hci1394_delete_dma_desc_mem()
459 if (dma_firstp->mem_handle != NULL) { in hci1394_delete_dma_desc_mem()
460 hci1394_buf_free(&dma_firstp->mem_handle); in hci1394_delete_dma_desc_mem()
464 kmem_free(dma_firstp, sizeof (hci1394_idma_desc_mem_t)); in hci1394_delete_dma_desc_mem()
468 free(dma_firstp->mem.bi_kaddr); in hci1394_delete_dma_desc_mem()
469 free(dma_firstp); in hci1394_delete_dma_desc_mem()
472 dma_firstp = dma_next; in hci1394_delete_dma_desc_mem()
H A Dhci1394_ixl_comp.c183 ctxtp->dma_firstp = NULL; in hci1394_compile_ixl_init()
201 wvp->dma_firstp = NULL; in hci1394_compile_ixl_init()
282 dma_nextp = wvp->ctxtp->dma_firstp; in hci1394_compile_ixl_endup()
306 wvp->ctxtp->dma_firstp = wvp->dma_firstp; in hci1394_compile_ixl_endup()
327 wvp->ctxtp->dma_firstp = wvp->dma_firstp; in hci1394_compile_ixl_endup()
2774 wvp->dma_currentp = wvp->dma_firstp = dma_new; in hci1394_alloc_dma_mem()
/titanic_44/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_isoch.h89 hci1394_idma_desc_mem_t *dma_firstp; /* 1st alloc dma descriptor mem */ member
H A Dhci1394_ixl.h155 hci1394_idma_desc_mem_t *dma_firstp; /* 1st alloc descriptor mem */ member