Searched refs:dma_firstp (Results 1 – 4 of 4) sorted by relevance
428 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() argument450 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()
183 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()
89 hci1394_idma_desc_mem_t *dma_firstp; /* 1st alloc dma descriptor mem */ member
155 hci1394_idma_desc_mem_t *dma_firstp; /* 1st alloc descriptor mem */ member