Home
last modified time | relevance | path

Searched refs:ctxt_flags (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_isoch.c80 isochp->ctxt_xmit[i].ctxt_flags = 0; in hci1394_isoch_init()
195 if ((isochp->ctxt_xmit[i].ctxt_flags & in hci1394_alloc_isoch_dma()
218 if ((isochp->ctxt_recv[i].ctxt_flags & in hci1394_alloc_isoch_dma()
234 isochp->ctxt_recv[i].ctxt_flags |= in hci1394_alloc_isoch_dma()
238 isochp->ctxt_recv[i].ctxt_flags |= in hci1394_alloc_isoch_dma()
275 isochp->ctxt_recv[i].ctxt_flags &= in hci1394_alloc_isoch_dma()
277 isochp->ctxt_recv[i].ctxt_flags &= in hci1394_alloc_isoch_dma()
280 ctxtp->ctxt_flags &= ~HCI1394_ISO_CTXT_INUSE; in hci1394_alloc_isoch_dma()
339 ctxtp->ctxt_flags |= HCI1394_ISO_CTXT_RUNNING; in hci1394_start_isoch_dma()
358 if (ctxtp->ctxt_flags & HCI1394_ISO_CTXT_RECV) { in hci1394_start_isoch_dma()
[all …]
H A Dhci1394_ixl_isr.c508 (ctxtp->ctxt_flags & HCI1394_ISO_CTXT_CMDREG)) != 0) { in hci1394_ixl_intr_check_done()
827 if ((ctxtp->ctxt_flags & in hci1394_isoch_cycle_inconsistent()
912 if ((ctxtp->ctxt_flags & in hci1394_isoch_cycle_lost()
H A Dhci1394_ixl_update.c1002 if (((uvp->ctxtp->ctxt_flags & HCI1394_ISO_CTXT_BFFILL) != 0) || in hci1394_ixl_update_prep_recv_buf()
1022 if ((uvp->ctxtp->ctxt_flags & HCI1394_ISO_CTXT_BFFILL) == 0) { in hci1394_ixl_update_prep_recv_buf()
1048 if ((uvp->ctxtp->ctxt_flags & HCI1394_ISO_CTXT_BFFILL) == 0) { in hci1394_ixl_update_prep_recv_buf()
1742 if (ctxtp->ctxt_flags & HCI1394_ISO_CTXT_RECV) { in hci1394_ixl_update_perform()
H A Dhci1394_ixl_comp.c189 wvp->ixl_io_mode = ctxtp->ctxt_flags; in hci1394_compile_ixl_init()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_isoch.h77 uint32_t ctxt_flags; /* general context info */ member