Home
last modified time | relevance | path

Searched refs:isochp (Results 1 – 1 of 1) 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() local
77 isochp = kmem_alloc(sizeof (hci1394_isoch_t), KM_SLEEP); in hci1394_isoch_init()
81 isochp->ctxt_xmit[i].ctxt_index = i; in hci1394_isoch_init()
84 isochp->ctxt_xmit[i].ctxt_flags = 0; in hci1394_isoch_init()
86 mutex_init(&isochp->ctxt_xmit[i].intrprocmutex, NULL, in hci1394_isoch_init()
88 cv_init(&isochp->ctxt_xmit[i].intr_cv, NULL, in hci1394_isoch_init()
91 isochp->ctxt_recv[i].ctxt_index = i; in hci1394_isoch_init()
92 isochp->ctxt_recv[i].ctxt_flags = HCI1394_ISO_CTXT_RECV; in hci1394_isoch_init()
93 mutex_init(&isochp->ctxt_recv[i].intrprocmutex, NULL, in hci1394_isoch_init()
95 cv_init(&isochp->ctxt_recv[i].intr_cv, NULL, in hci1394_isoch_init()
[all …]