Searched refs:HCI1394_ISO_CTXT_RUNNING (Results 1 – 3 of 3) sorted by relevance
394 if ((ctxtp->ctxt_flags & HCI1394_ISO_CTXT_RUNNING) != 0) { in hci1394_start_isoch_dma()403 ctxtp->ctxt_flags |= HCI1394_ISO_CTXT_RUNNING; in hci1394_start_isoch_dma()659 if ((ctxtp->ctxt_flags & HCI1394_ISO_CTXT_RUNNING) == 0) { in hci1394_do_stop()667 ctxtp->ctxt_flags &= ~HCI1394_ISO_CTXT_RUNNING; in hci1394_do_stop()
970 (HCI1394_ISO_CTXT_INUSE | HCI1394_ISO_CTXT_RUNNING)) != 0) { in hci1394_isoch_cycle_inconsistent()1063 (HCI1394_ISO_CTXT_INUSE | HCI1394_ISO_CTXT_RUNNING)) != 0) { in hci1394_isoch_cycle_lost()
135 #define HCI1394_ISO_CTXT_RUNNING 0x00000002 /* context is running */ macro