Searched refs:hci1394_csr_t (Results 1 – 2 of 2) sorted by relevance
94 static void hci1394_csr_state_init(hci1394_csr_t *csr);105 hci1394_csr_t *csr; in hci1394_csr_init()114 csr = kmem_alloc(sizeof (hci1394_csr_t), KM_SLEEP); in hci1394_csr_init()137 hci1394_csr_t *csr; in hci1394_csr_fini()143 csr = (hci1394_csr_t *)*csr_handle; in hci1394_csr_fini()145 kmem_free(csr, sizeof (hci1394_csr_t)); in hci1394_csr_fini()537 static void hci1394_csr_state_init(hci1394_csr_t *csr) in hci1394_csr_state_init()
119 } hci1394_csr_t; typedef