Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_isoch.c196 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()
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.h132 #define HCI1394_ISO_CTXT_INUSE 0x00000001 /* context is in use */ macro