Searched refs:dma_firstp (Results 1 – 4 of 4) sorted by relevance
359 hci1394_delete_dma_desc_mem(soft_statep, ctxtp->dma_firstp); in hci1394_ixl_cleanup()371 hci1394_idma_desc_mem_t *dma_firstp) in hci1394_delete_dma_desc_mem() argument375 while (dma_firstp != NULL) { in hci1394_delete_dma_desc_mem()376 dma_next = dma_firstp->dma_nextp; in hci1394_delete_dma_desc_mem()384 if (dma_firstp->mem_handle != NULL) { in hci1394_delete_dma_desc_mem()385 hci1394_buf_free(&dma_firstp->mem_handle); in hci1394_delete_dma_desc_mem()389 kmem_free(dma_firstp, sizeof (hci1394_idma_desc_mem_t)); in hci1394_delete_dma_desc_mem()393 free(dma_firstp->mem.bi_kaddr); in hci1394_delete_dma_desc_mem()394 free(dma_firstp); in hci1394_delete_dma_desc_mem()397 dma_firstp = dma_next; in hci1394_delete_dma_desc_mem()
167 ctxtp->dma_firstp = NULL; in hci1394_compile_ixl_init()185 wvp->dma_firstp = NULL; in hci1394_compile_ixl_init()252 dma_nextp = wvp->ctxtp->dma_firstp; in hci1394_compile_ixl_endup()273 wvp->ctxtp->dma_firstp = wvp->dma_firstp; in hci1394_compile_ixl_endup()292 wvp->ctxtp->dma_firstp = wvp->dma_firstp; in hci1394_compile_ixl_endup()2306 wvp->dma_currentp = wvp->dma_firstp = dma_new; in hci1394_alloc_dma_mem()
87 hci1394_idma_desc_mem_t *dma_firstp; /* 1st alloc dma descriptor mem */ member
153 hci1394_idma_desc_mem_t *dma_firstp; /* 1st alloc descriptor mem */ member