Searched refs:sc_soft_ih (Results 1 - 25 of 43) sorted by relevance

12

/netbsd-current/sys/dev/pci/
H A Dif_malo_pci.c153 sc->sc_soft_ih = softint_establish(SOFTINT_NET, malo_softintr, sc);
154 if (sc->sc_soft_ih == NULL) {
189 failsi: softint_disestablish(sc->sc_soft_ih);
190 sc->sc_soft_ih = NULL;
206 if (sc->sc_soft_ih != NULL) {
207 softint_disestablish(sc->sc_soft_ih);
208 sc->sc_soft_ih = NULL;
H A Dif_ipwvar.h106 void *sc_soft_ih; member in struct:ipw_softc
H A Dif_iwivar.h149 void *sc_soft_ih; member in struct:iwi_softc
H A Dif_rtwnreg.h163 void *sc_soft_ih; member in struct:rtwn_softc
H A Dif_wpivar.h153 void *sc_soft_ih; member in struct:wpi_softc
H A Dvirtiovar.h154 void *sc_soft_ih; member in struct:virtio_softc
H A Dvirtio.c1401 KASSERT(sc->sc_soft_ih == NULL);
1407 sc->sc_soft_ih = softint_establish(flags, virtio_soft_intr,
1409 if (sc->sc_soft_ih == NULL) {
1422 if (sc->sc_soft_ih) {
1423 softint_disestablish(sc->sc_soft_ih);
1424 sc->sc_soft_ih = NULL;
1446 if (sc->sc_soft_ih) {
1447 softint_disestablish(sc->sc_soft_ih);
1448 sc->sc_soft_ih = NULL;
H A Dif_iwnvar.h270 void *sc_soft_ih; member in struct:iwn_softc
H A Dif_iwmvar.h386 void *sc_soft_ih; member in struct:iwm_softc
H A Dvirtio_pci.c1285 if (sc->sc_soft_ih != NULL)
1286 softint_schedule(sc->sc_soft_ih);
1301 if (sc->sc_soft_ih != NULL)
1302 softint_schedule(sc->sc_soft_ih);
H A Dif_iwi.c253 sc->sc_soft_ih = softint_establish(SOFTINT_NET, iwi_softintr, sc);
254 if (sc->sc_soft_ih == NULL) {
260 softint_disestablish(sc->sc_soft_ih);
261 sc->sc_soft_ih = NULL;
270 softint_disestablish(sc->sc_soft_ih);
271 sc->sc_soft_ih = NULL;
282 softint_disestablish(sc->sc_soft_ih);
283 sc->sc_soft_ih = NULL;
478 if (sc->sc_soft_ih != NULL) {
479 softint_disestablish(sc->sc_soft_ih);
[all...]
/netbsd-current/sys/dev/ic/
H A Dmalovar.h82 void *sc_soft_ih; member in struct:malo_softc
H A Dawivar.h86 void *sc_soft_ih; member in struct:awi_softc
H A Drt2661var.h104 void *sc_soft_ih; member in struct:rt2661_softc
H A Drt2560var.h112 void *sc_soft_ih; member in struct:rt2560_softc
H A Danvar.h111 void *sc_soft_ih; member in struct:an_softc
H A Drt2860var.h123 void *sc_soft_ih; member in struct:rt2860_softc
H A Dan.c181 sc->sc_soft_ih = softint_establish(SOFTINT_NET, an_softintr, sc);
182 if (sc->sc_soft_ih == NULL) {
349 if (sc->sc_soft_ih != NULL)
350 softint_disestablish(sc->sc_soft_ih);
429 if (sc->sc_soft_ih != NULL)
430 softint_disestablish(sc->sc_soft_ih);
469 softint_schedule(sc->sc_soft_ih);
523 softint_schedule(sc->sc_soft_ih);
H A Dwivar.h86 void *sc_soft_ih; member in struct:wi_softc
H A Datwvar.h184 void *sc_soft_ih; member in struct:atw_softc
/netbsd-current/sys/dev/virtio/
H A Dvirtio_mmio.c472 if (vsc->sc_soft_ih != NULL)
473 softint_schedule(vsc->sc_soft_ih);
/netbsd-current/sys/dev/pcmcia/
H A Dif_malo_pcmcia.c182 sc->sc_soft_ih = softint_establish(SOFTINT_NET, cmalo_softintr, sc);
183 if (sc->sc_soft_ih == NULL) {
209 softint_disestablish(sc->sc_soft_ih);
210 sc->sc_soft_ih = NULL;
224 softint_disestablish(sc->sc_soft_ih);
225 sc->sc_soft_ih = NULL;
454 softint_schedule(sc->sc_soft_ih);
H A Dif_malo_pcmciavar.h370 void *sc_soft_ih; member in struct:malo_softc
/netbsd-current/sys/arch/powerpc/booke/dev/
H A Dpq3etsec.c215 void *sc_soft_ih; member in struct:pq3etsec_softc
698 sc->sc_soft_ih = softint_establish(softint_flags,
700 if (sc->sc_soft_ih == NULL) {
828 softint_disestablish(sc->sc_soft_ih);
2339 softint_schedule(sc->sc_soft_ih);
2390 softint_schedule(sc->sc_soft_ih);
2421 softint_schedule(sc->sc_soft_ih);
2444 softint_schedule(sc->sc_soft_ih);
2577 softint_schedule(sc->sc_soft_ih);
/netbsd-current/sys/arch/arm/broadcom/
H A Dbcm53xx_eth.c144 void *sc_soft_ih; member in struct:bcmeth_softc
350 sc->sc_soft_ih = softint_establish(SOFTINT_MPSAFE | SOFTINT_NET,
353 if (sc->sc_soft_ih == NULL) {
429 softint_disestablish(sc->sc_soft_ih);
1760 softint_schedule(sc->sc_soft_ih);
1875 softint_schedule(sc->sc_soft_ih);

Completed in 391 milliseconds

12