Lines Matching refs:sc_irq_res
385 sc->sc_irq_res = bus_alloc_resource_any(self, SYS_RES_IRQ, &rid,
387 if (sc->sc_irq_res == NULL) {
421 if (sc->sc_irq_res != NULL && xhci_use_polling() == 0) {
422 err = bus_setup_intr(self, sc->sc_irq_res, INTR_TYPE_BIO | INTR_MPSAFE,
426 rman_get_rid(sc->sc_irq_res), sc->sc_irq_res);
427 sc->sc_irq_res = NULL;
433 if (sc->sc_irq_res == NULL || sc->sc_intr_hdl == NULL) {
478 if (sc->sc_irq_res && sc->sc_intr_hdl) {
479 bus_teardown_intr(self, sc->sc_irq_res, sc->sc_intr_hdl);
482 if (sc->sc_irq_res) {
484 rman_get_rid(sc->sc_irq_res), sc->sc_irq_res);
485 sc->sc_irq_res = NULL;