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

/freebsd-9.3-release/sys/powerpc/ps3/
H A Dif_glcreg.h78 void *sc_irqctx; member in struct:glc_softc
H A Dps3cdrom.c99 void *sc_irqctx; member in struct:ps3cdrom_softc
185 NULL, ps3cdrom_intr, sc, &sc->sc_irqctx);
299 bus_teardown_intr(dev, sc->sc_irq, sc->sc_irqctx);
328 bus_teardown_intr(dev, sc->sc_irq, sc->sc_irqctx);
H A Dps3disk.c115 void *sc_irqctx; member in struct:ps3disk_softc
207 NULL, ps3disk_intr, sc, &sc->sc_irqctx);
278 bus_teardown_intr(dev, sc->sc_irq, sc->sc_irqctx);
299 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 42 milliseconds