Searched refs:ctxt_recv (Results 1 – 2 of 2) sorted by relevance
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()146 mutex_destroy(&isochp->ctxt_recv[i].intrprocmutex); in hci1394_isoch_fini()148 cv_destroy(&isochp->ctxt_recv[i].intr_cv); in hci1394_isoch_fini()253 if ((isochp->ctxt_recv[i].ctxt_flags & in hci1394_alloc_isoch_dma()276 isochp->ctxt_recv[i].ctxt_flags |= in hci1394_alloc_isoch_dma()280 isochp->ctxt_recv[i].ctxt_flags |= in hci1394_alloc_isoch_dma()288 isochp->ctxt_recv[i].ctxt_flags |= HCI1394_ISO_CTXT_INUSE; in hci1394_alloc_isoch_dma()[all …]
190 hci1394_iso_ctxt_t ctxt_recv[HCI1394_MAX_ISOCH_CONTEXTS]; member