Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_isoch.c277 HCI1394_ISO_CTXT_BFFILL; in hci1394_alloc_isoch_dma()
321 ~HCI1394_ISO_CTXT_BFFILL; in hci1394_alloc_isoch_dma()
466 (ctxtp->ctxt_flags & HCI1394_ISO_CTXT_BFFILL) != 0 /* bf */, in hci1394_start_isoch_dma()
805 HCI1394_ISO_CTXT_BFFILL | HCI1394_ISO_CTXT_RHDRS); in hci1394_free_isoch_dma()
H A Dhci1394_ixl_comp.c449 if ((wvp->ixl_io_mode & HCI1394_ISO_CTXT_BFFILL) == 0) { in hci1394_parse_ixl()
495 if ((wvp->ixl_io_mode & HCI1394_ISO_CTXT_BFFILL) != 0) { in hci1394_parse_ixl()
531 if ((wvp->ixl_io_mode & HCI1394_ISO_CTXT_BFFILL) != 0) { in hci1394_parse_ixl()
1383 if ((wvp->ixl_io_mode & HCI1394_ISO_CTXT_BFFILL) != 0) { in hci1394_finalize_cur_xfer_desc()
H A Dhci1394_ixl_update.c1141 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()
/titanic_41/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_isoch.h138 #define HCI1394_ISO_CTXT_BFFILL 0x00000010 /* on=BufFill off=Pkt IR only */ macro