hci1394_idma_desc_mem_t
hci1394_idma_desc_mem_t *dma_new;
if ((dma_new = (hci1394_idma_desc_mem_t *)
kmem_zalloc(sizeof (hci1394_idma_desc_mem_t),
sizeof (hci1394_idma_desc_mem_t));
sizeof (hci1394_idma_desc_mem_t));
if ((dma_new = (hci1394_idma_desc_mem_t *)
calloc(1, sizeof (hci1394_idma_desc_mem_t))) == NULL) {
hci1394_idma_desc_mem_t *dma_nextp;
hci1394_idma_desc_mem_t *dma_firstp)
hci1394_idma_desc_mem_t *dma_next;
kmem_free(dma_firstp, sizeof (hci1394_idma_desc_mem_t));
hci1394_idma_desc_mem_t *);
hci1394_idma_desc_mem_t *dma_firstp; /* 1st alloc dma descriptor mem */
hci1394_idma_desc_mem_t *dma_firstp; /* 1st alloc descriptor mem */
hci1394_idma_desc_mem_t *dma_currentp; /* cur dma descriptor mem */