Searched refs:sc_irqctx (Results 1 – 4 of 4) sorted by relevance
| /freebsd-head/sys/powerpc/ps3/ |
| HD | ps3disk.c | 113 void *sc_irqctx; member 205 NULL, ps3disk_intr, sc, &sc->sc_irqctx); in ps3disk_attach() 276 bus_teardown_intr(dev, sc->sc_irq, sc->sc_irqctx); in ps3disk_attach() 297 bus_teardown_intr(dev, sc->sc_irq, sc->sc_irqctx); in ps3disk_detach()
|
| HD | ps3cdrom.c | 97 void *sc_irqctx; member 183 NULL, ps3cdrom_intr, sc, &sc->sc_irqctx); in ps3cdrom_attach() 298 bus_teardown_intr(dev, sc->sc_irq, sc->sc_irqctx); in ps3cdrom_attach() 327 bus_teardown_intr(dev, sc->sc_irq, sc->sc_irqctx); in ps3cdrom_detach()
|
| HD | if_glcreg.h | 78 void *sc_irqctx; member
|
| HD | if_glc.c | 179 glc_intr_filter, glc_intr, sc, &sc->sc_irqctx); in glc_attach()
|