Searched refs:sc_ih (Results 1 - 15 of 15) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_ahb.c77 void *sc_ih; /* interrupt handler */ member in struct:ath_ahb_softc
168 NULL, ath_intr, sc, &psc->sc_ih)) {
201 bus_teardown_intr(dev, psc->sc_irq, psc->sc_ih);
227 bus_teardown_intr(dev, psc->sc_irq, psc->sc_ih);
H A Dif_ath_pci.c71 void *sc_ih; /* interrupt handler */ member in struct:ath_pci_softc
142 NULL, ath_intr, sc, &psc->sc_ih)) {
175 bus_teardown_intr(dev, psc->sc_irq, psc->sc_ih);
196 bus_teardown_intr(dev, psc->sc_irq, psc->sc_ih);
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwl_pci.c75 void *sc_ih; /* interrupt handler */ member in struct:mwl_pci_softc
191 NULL, mwl_intr, sc, &psc->sc_ih)) {
229 bus_teardown_intr(dev, psc->sc_irq, psc->sc_ih);
252 bus_teardown_intr(dev, psc->sc_irq, psc->sc_ih);
/haiku-fatelf/src/add-ons/kernel/drivers/network/pcnet/dev/le/
H A Dglue.c31 void *sc_ih; member in struct:le_pci_softc
H A Dif_le_pci.c117 void *sc_ih; member in struct:le_pci_softc
455 NULL, am79900_intr, sc, &lesc->sc_ih);
493 bus_teardown_intr(dev, lesc->sc_ires, lesc->sc_ih);
H A Dif_le_ledma.c77 void *sc_ih; member in struct:le_dma_softc
415 NULL, am7990_intr, sc, &lesc->sc_ih);
454 bus_teardown_intr(dev, lesc->sc_ires, lesc->sc_ih);
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Dif_ral_pci.c152 void *sc_ih; member in struct:ral_pci_softc
260 NULL, psc->sc_opns->intr, psc, &psc->sc_ih);
282 bus_teardown_intr(dev, psc->irq, psc->sc_ih);
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipwvar.h114 void *sc_ih; member in struct:ipw_softc
H A Dif_ipw.c374 NULL, ipw_intr, sc, &sc->sc_ih);
413 bus_teardown_intr(dev, sc->irq, sc->sc_ih);
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwivar.h155 void *sc_ih; member in struct:iwi_softc
H A Dif_iwi.c439 NULL, iwi_intr, sc, &sc->sc_ih);
483 bus_teardown_intr(dev, sc->irq, sc->sc_ih);
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpivar.h164 void *sc_ih; member in struct:wpi_softc
H A Dif_wpi.c692 NULL, wpi_intr, sc, &sc->sc_ih);
747 bus_teardown_intr(dev, sc->irq, sc->sc_ih);
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwnvar.h263 void *sc_ih; member in struct:iwn_softc
H A Dif_iwn.c684 NULL, iwn_intr, sc, &sc->sc_ih);
914 bus_teardown_intr(dev, sc->irq, sc->sc_ih);

Completed in 222 milliseconds