Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_misc.c44 hci1394_idma_desc_mem_t *);
371 hci1394_idma_desc_mem_t *dma_firstp) in hci1394_delete_dma_desc_mem()
373 hci1394_idma_desc_mem_t *dma_next; in hci1394_delete_dma_desc_mem()
389 kmem_free(dma_firstp, sizeof (hci1394_idma_desc_mem_t)); in hci1394_delete_dma_desc_mem()
H A Dhci1394_ixl_comp.c232 hci1394_idma_desc_mem_t *dma_nextp; in hci1394_compile_ixl_endup()
2203 hci1394_idma_desc_mem_t *dma_new; in hci1394_alloc_dma_mem()
2220 if ((dma_new = (hci1394_idma_desc_mem_t *) in hci1394_alloc_dma_mem()
2221 kmem_zalloc(sizeof (hci1394_idma_desc_mem_t), in hci1394_alloc_dma_mem()
2266 sizeof (hci1394_idma_desc_mem_t)); in hci1394_alloc_dma_mem()
2275 sizeof (hci1394_idma_desc_mem_t)); in hci1394_alloc_dma_mem()
2284 if ((dma_new = (hci1394_idma_desc_mem_t *) in hci1394_alloc_dma_mem()
2285 calloc(1, sizeof (hci1394_idma_desc_mem_t))) == NULL) { in hci1394_alloc_dma_mem()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_isoch.h68 } hci1394_idma_desc_mem_t; typedef
87 hci1394_idma_desc_mem_t *dma_firstp; /* 1st alloc dma descriptor mem */
H A Dhci1394_ixl.h153 hci1394_idma_desc_mem_t *dma_firstp; /* 1st alloc descriptor mem */
154 hci1394_idma_desc_mem_t *dma_currentp; /* cur dma descriptor mem */