Searched refs:sc_irqctx (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/powerpc/ps3/
H A Dif_glcreg.h78 void *sc_irqctx; member in struct:glc_softc
H A Dps3cdrom.c98 void *sc_irqctx; member in struct:ps3cdrom_softc
184 NULL, ps3cdrom_intr, sc, &sc->sc_irqctx);
298 bus_teardown_intr(dev, sc->sc_irq, sc->sc_irqctx);
327 bus_teardown_intr(dev, sc->sc_irq, sc->sc_irqctx);
H A Dps3disk.c114 void *sc_irqctx; member in struct:ps3disk_softc
206 NULL, ps3disk_intr, sc, &sc->sc_irqctx);
277 bus_teardown_intr(dev, sc->sc_irq, sc->sc_irqctx);
298 bus_teardown_intr(dev, sc->sc_irq, sc->sc_irqctx);
H A Dif_glc.c182 glc_intr_filter, glc_intr, sc, &sc->sc_irqctx);

Completed in 164 milliseconds