Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_isoch.c333 if ((ctxtp->ctxt_flags & HCI1394_ISO_CTXT_RUNNING) != 0) { in hci1394_start_isoch_dma()
339 ctxtp->ctxt_flags |= HCI1394_ISO_CTXT_RUNNING; in hci1394_start_isoch_dma()
553 if ((ctxtp->ctxt_flags & HCI1394_ISO_CTXT_RUNNING) == 0) { in hci1394_do_stop()
557 ctxtp->ctxt_flags &= ~HCI1394_ISO_CTXT_RUNNING; in hci1394_do_stop()
H A Dhci1394_ixl_isr.c828 (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()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_isoch.h133 #define HCI1394_ISO_CTXT_RUNNING 0x00000002 /* context is running */ macro