Home
last modified time | relevance | path

Searched refs:xfer_hci_flush (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_comp.c196 wvp->xfer_hci_flush = 0; /* updateable - xfer, jump, set */ in hci1394_compile_ixl_init()
506 wvp->xfer_hci_flush |= UPDATEABLE_XFER; in hci1394_parse_ixl()
655 wvp->xfer_hci_flush |= UPDATEABLE_XFER; in hci1394_parse_ixl()
703 wvp->xfer_hci_flush |= INITIATING_LBL; in hci1394_parse_ixl()
760 wvp->xfer_hci_flush |= UPDATEABLE_SET; in hci1394_parse_ixl()
784 wvp->xfer_hci_flush |= UPDATEABLE_SET; in hci1394_parse_ixl()
1147 wvp->xfer_hci_flush |= UPDATEABLE_XFER; in hci1394_finalize_cur_xfer_desc()
1154 wvp->xfer_hci_flush |= UPDATEABLE_JUMP; in hci1394_finalize_cur_xfer_desc()
1169 if (wvp->xfer_hci_flush != 0) { in hci1394_finalize_cur_xfer_desc()
1266 wvp->xfer_hci_flush = 0; in hci1394_finalize_cur_xfer_desc()
[all …]
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ixl.h166 uint_t xfer_hci_flush; /* updateable - xfer, jump, set */ member