Searched refs:HCI1394_ISO_CTXT_INUSE (Results 1 – 3 of 3) sorted by relevance
196 HCI1394_ISO_CTXT_INUSE) == 0) { in hci1394_alloc_isoch_dma()209 isochp->ctxt_xmit[i].ctxt_flags |= HCI1394_ISO_CTXT_INUSE; in hci1394_alloc_isoch_dma()219 HCI1394_ISO_CTXT_INUSE) == 0) { in hci1394_alloc_isoch_dma()243 isochp->ctxt_recv[i].ctxt_flags |= HCI1394_ISO_CTXT_INUSE; in hci1394_alloc_isoch_dma()280 ctxtp->ctxt_flags &= ~HCI1394_ISO_CTXT_INUSE; in hci1394_alloc_isoch_dma()674 ctxtp->ctxt_flags &= ~(HCI1394_ISO_CTXT_INUSE | in hci1394_free_isoch_dma()
828 (HCI1394_ISO_CTXT_INUSE | HCI1394_ISO_CTXT_RUNNING)) != 0) { in hci1394_isoch_cycle_inconsistent()913 (HCI1394_ISO_CTXT_INUSE | HCI1394_ISO_CTXT_RUNNING)) != 0) { in hci1394_isoch_cycle_lost()
132 #define HCI1394_ISO_CTXT_INUSE 0x00000001 /* context is in use */ macro