Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_isoch.c67 hci1394_isoch_t *isochp; in hci1394_isoch_init() local
73 isochp = kmem_alloc(sizeof (hci1394_isoch_t), KM_SLEEP); in hci1394_isoch_init()
77 isochp->ctxt_xmit[i].ctxt_index = i; in hci1394_isoch_init()
80 isochp->ctxt_xmit[i].ctxt_flags = 0; in hci1394_isoch_init()
82 mutex_init(&isochp->ctxt_xmit[i].intrprocmutex, NULL, in hci1394_isoch_init()
84 cv_init(&isochp->ctxt_xmit[i].intr_cv, NULL, in hci1394_isoch_init()
87 isochp->ctxt_recv[i].ctxt_index = i; in hci1394_isoch_init()
88 isochp->ctxt_recv[i].ctxt_flags = HCI1394_ISO_CTXT_RECV; in hci1394_isoch_init()
89 mutex_init(&isochp->ctxt_recv[i].intrprocmutex, NULL, in hci1394_isoch_init()
91 cv_init(&isochp->ctxt_recv[i].intr_cv, NULL, in hci1394_isoch_init()
[all …]