Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_comp.c212 wvp->xfer_hci_flush = 0; /* updateable - xfer, jump, set */ in hci1394_compile_ixl_init()
582 wvp->xfer_hci_flush |= UPDATEABLE_XFER; in hci1394_parse_ixl()
748 wvp->xfer_hci_flush |= UPDATEABLE_XFER; in hci1394_parse_ixl()
803 wvp->xfer_hci_flush |= INITIATING_LBL; in hci1394_parse_ixl()
881 wvp->xfer_hci_flush |= UPDATEABLE_SET; in hci1394_parse_ixl()
911 wvp->xfer_hci_flush |= UPDATEABLE_SET; in hci1394_parse_ixl()
1328 wvp->xfer_hci_flush |= UPDATEABLE_XFER; in hci1394_finalize_cur_xfer_desc()
1335 wvp->xfer_hci_flush |= UPDATEABLE_JUMP; in hci1394_finalize_cur_xfer_desc()
1350 if (wvp->xfer_hci_flush != 0) { in hci1394_finalize_cur_xfer_desc()
1352 IXL1394_OPTY_XFER_PKT_ST) != 0) || ((wvp->xfer_hci_flush & in hci1394_finalize_cur_xfer_desc()
[all …]
/titanic_41/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_ixl.h168 uint_t xfer_hci_flush; /* updateable - xfer, jump, set */ member