Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/usb/
Dxhcivar.h124 bool sc_intrxfer_deferred[2]; member
Dxhci.c2387 if (!xhci_polling_p(sc) || !sc->sc_intrxfer_deferred[bn]) in xhci_rhpsc()
2393 sc->sc_intrxfer_deferred[bn] = true; in xhci_rhpsc()
2690 if (__predict_false(sc->sc_intrxfer_deferred[bn])) { in xhci_softintr()
2691 sc->sc_intrxfer_deferred[bn] = false; in xhci_softintr()