Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_isoch.c81 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()
145 mutex_destroy(&isochp->ctxt_xmit[i].intrprocmutex); in hci1394_isoch_fini()
147 cv_destroy(&isochp->ctxt_xmit[i].intr_cv); in hci1394_isoch_fini()
217 if ((isochp->ctxt_xmit[i].ctxt_flags & in hci1394_alloc_isoch_dma()
240 isochp->ctxt_xmit[i].ctxt_flags |= HCI1394_ISO_CTXT_INUSE; in hci1394_alloc_isoch_dma()
241 ctxtp = &isochp->ctxt_xmit[i]; in hci1394_alloc_isoch_dma()
242 isochp->ctxt_xmit[i].ctxt_regsp = in hci1394_alloc_isoch_dma()
[all …]
H A Dhci1394_ixl_isr.c967 ctxtp = &soft_statep->isoch->ctxt_xmit[i]; in hci1394_isoch_cycle_inconsistent()
1060 ctxtp = &soft_statep->isoch->ctxt_xmit[i]; in hci1394_isoch_cycle_lost()
/titanic_41/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_isoch.h189 hci1394_iso_ctxt_t ctxt_xmit[HCI1394_MAX_ISOCH_CONTEXTS]; member