Home
last modified time | relevance | path

Searched refs:HCI1394_ISO_CTXT_RECV (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_isoch.c88 isochp->ctxt_recv[i].ctxt_flags = HCI1394_ISO_CTXT_RECV; in hci1394_isoch_init()
273 if ((ctxtp->ctxt_flags & HCI1394_ISO_CTXT_RECV) != 0) { in hci1394_alloc_isoch_dma()
358 if (ctxtp->ctxt_flags & HCI1394_ISO_CTXT_RECV) { in hci1394_start_isoch_dma()
561 if (ctxtp->ctxt_flags & HCI1394_ISO_CTXT_RECV) { in hci1394_do_stop()
H A Dhci1394_ixl_comp.c334 if ((((wvp->ixl_io_mode & HCI1394_ISO_CTXT_RECV) != 0) && in hci1394_parse_ixl()
336 (((wvp->ixl_io_mode & HCI1394_ISO_CTXT_RECV) == 0) && in hci1394_parse_ixl()
849 if (((wvp->ixl_io_mode & HCI1394_ISO_CTXT_RECV) == 0) && in hci1394_finalize_all_xfer_desc()
1188 if ((wvp->ixl_io_mode & HCI1394_ISO_CTXT_RECV) != 0) { in hci1394_finalize_cur_xfer_desc()
1196 if ((wvp->ixl_io_mode & HCI1394_ISO_CTXT_RECV) != 0) { in hci1394_finalize_cur_xfer_desc()
H A Dhci1394_ixl_update.c1742 if (ctxtp->ctxt_flags & HCI1394_ISO_CTXT_RECV) { in hci1394_ixl_update_perform()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_isoch.h134 #define HCI1394_ISO_CTXT_RECV 0x00000004 /* isoch receive context */ macro