Searched refs:ctxt_flags (Results 1 – 5 of 5) sorted by relevance
84 isochp->ctxt_xmit[i].ctxt_flags = 0; in hci1394_isoch_init()92 isochp->ctxt_recv[i].ctxt_flags = HCI1394_ISO_CTXT_RECV; in hci1394_isoch_init()217 if ((isochp->ctxt_xmit[i].ctxt_flags & in hci1394_alloc_isoch_dma()240 isochp->ctxt_xmit[i].ctxt_flags |= HCI1394_ISO_CTXT_INUSE; in hci1394_alloc_isoch_dma()253 if ((isochp->ctxt_recv[i].ctxt_flags & in hci1394_alloc_isoch_dma()276 isochp->ctxt_recv[i].ctxt_flags |= in hci1394_alloc_isoch_dma()280 isochp->ctxt_recv[i].ctxt_flags |= in hci1394_alloc_isoch_dma()288 isochp->ctxt_recv[i].ctxt_flags |= HCI1394_ISO_CTXT_INUSE; in hci1394_alloc_isoch_dma()318 if ((ctxtp->ctxt_flags & HCI1394_ISO_CTXT_RECV) != 0) { in hci1394_alloc_isoch_dma()320 isochp->ctxt_recv[i].ctxt_flags &= in hci1394_alloc_isoch_dma()[all …]
580 (ctxtp->ctxt_flags & HCI1394_ISO_CTXT_CMDREG)) != 0) { in hci1394_ixl_intr_check_done()969 if ((ctxtp->ctxt_flags & in hci1394_isoch_cycle_inconsistent()1062 if ((ctxtp->ctxt_flags & in hci1394_isoch_cycle_lost()
1141 if (((uvp->ctxtp->ctxt_flags & HCI1394_ISO_CTXT_BFFILL) != 0) || in hci1394_ixl_update_prep_recv_buf()1169 if ((uvp->ctxtp->ctxt_flags & HCI1394_ISO_CTXT_BFFILL) == 0) { in hci1394_ixl_update_prep_recv_buf()1204 if ((uvp->ctxtp->ctxt_flags & HCI1394_ISO_CTXT_BFFILL) == 0) { in hci1394_ixl_update_prep_recv_buf()1970 if (ctxtp->ctxt_flags & HCI1394_ISO_CTXT_RECV) { in hci1394_ixl_update_perform()
205 wvp->ixl_io_mode = ctxtp->ctxt_flags; in hci1394_compile_ixl_init()
79 uint32_t ctxt_flags; /* general context info */ member