Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_isoch.h150 #define HCI1394_ISO_CTXT_INCALL 0x00000100 /* intrproc is doing callback */ macro
/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_isr.c100 } else if (ctxtp->intr_flags & HCI1394_ISO_CTXT_INCALL) { in hci1394_ixl_interrupt()
241 ctxtp->intr_flags |= HCI1394_ISO_CTXT_INCALL; in hci1394_ixl_dma_sync()
255 ctxtp->intr_flags &= ~HCI1394_ISO_CTXT_INCALL; in hci1394_ixl_dma_sync()
H A Dhci1394_ixl_update.c326 } else if (uvp->ctxtp->intr_flags & HCI1394_ISO_CTXT_INCALL) { in hci1394_ixl_update_enable()