Home
last modified time | relevance | path

Searched refs:hci1394_isoch_t (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_isoch.c69 hci1394_isoch_t *isochp; in hci1394_isoch_init()
77 isochp = kmem_alloc(sizeof (hci1394_isoch_t), KM_SLEEP); in hci1394_isoch_init()
135 hci1394_isoch_t *isochp; in hci1394_isoch_fini()
152 kmem_free(isochp, sizeof (hci1394_isoch_t)); in hci1394_isoch_fini()
189 hci1394_isoch_t *isochp; in hci1394_alloc_isoch_dma()
776 hci1394_isoch_t *isochp; in hci1394_free_isoch_dma()
/titanic_44/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_isoch.h192 } hci1394_isoch_t; typedef