Searched refs:sc_intrhand (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/sys/arch/luna88k/dev/
H A Dsiovar.h52 } sc_intrhand[2]; member in struct:sio_softc
H A Dsio.c85 sc->sc_intrhand[channel].ih_func = nullintr;
115 (*sc->sc_intrhand[0].ih_func)(sc->sc_intrhand[0].ih_arg);
118 (*sc->sc_intrhand[1].ih_func)(sc->sc_intrhand[1].ih_arg);
H A Dlunaws.c170 siosc->sc_intrhand[channel].ih_func = wsintr;
171 siosc->sc_intrhand[channel].ih_arg = sc;
H A Dsiotty.c138 siosc->sc_intrhand[channel].ih_func = siottyintr;
139 siosc->sc_intrhand[channel].ih_arg = sc;
/openbsd-current/sys/dev/tc/
H A Dtcdsvar.h40 int (*sc_intrhand)(void *); /* intr. handler */ member in struct:tcds_slotconfig
H A Dtcds.c232 slotc->sc_intrhand = tcds_intrnull;
346 if (sc->sc_slots[slot].sc_intrhand != tcds_intrnull)
349 sc->sc_slots[slot].sc_intrhand = func;
363 if (sc->sc_slots[slot].sc_intrhand == tcds_intrnull)
367 sc->sc_slots[slot].sc_intrhand = tcds_intrnull;
491 (void)(*sc->sc_slots[slot].sc_intrhand) \
/openbsd-current/sys/arch/octeon/dev/
H A Doctciu.c99 sc_intrhand[OCTCIU_NINTS];
172 SLIST_INIT(&sc->sc_intrhand[i]);
277 if (SLIST_EMPTY(&sc->sc_intrhand[irq])) {
278 SLIST_INSERT_HEAD(&sc->sc_intrhand[irq], ih, ih_list);
281 SLIST_FOREACH(tmp, &sc->sc_intrhand[irq], ih_list)
335 SLIST_FOREACH(tmp, &sc->sc_intrhand[irq], ih_list) {
344 SLIST_REMOVE(&sc->sc_intrhand[irq], ih, octciu_intrhand, ih_list);
347 if (SLIST_EMPTY(&sc->sc_intrhand[irq])) {
387 SLIST_FOREACH(q, &sc->sc_intrhand[irq], ih_list) {
507 SLIST_FOREACH(ih, &sc->sc_intrhand[ir
[all...]
/openbsd-current/sys/dev/pci/
H A Dif_ixgb.h234 void *sc_intrhand; member in struct:ixgb_softc
H A Dppb.c73 void *sc_intrhand; member in struct:ppb_softc
225 sc->sc_intrhand = pci_intr_establish(pc, ih, IPL_BIO,
230 sc->sc_intrhand = pci_intr_establish(pc, ih, IPL_BIO,
234 if (sc->sc_intrhand) {
374 if (sc->sc_intrhand)
375 pci_intr_disestablish(sc->sc_pc, sc->sc_intrhand);
H A Dif_em.h368 void *tag; /* NULL in legacy, check sc_intrhand */
397 void *sc_intrhand; member in struct:em_softc
H A Dif_em.c380 if (sc->sc_intrhand)
381 pci_intr_disestablish(pc, sc->sc_intrhand);
382 sc->sc_intrhand = 0;
1626 intr_barrier(sc->sc_intrhand);
1824 if (sc->sc_intrhand)
1825 pci_intr_disestablish(pc, sc->sc_intrhand);
1826 sc->sc_intrhand = 0;
2060 if (sc->sc_intrhand)
2061 pci_intr_disestablish(pc, sc->sc_intrhand);
2062 sc->sc_intrhand
[all...]
H A Dif_ixgb.c931 sc->sc_intrhand = pci_intr_establish(pc, ih, IPL_NET, ixgb_intr, sc,
933 if (sc->sc_intrhand == NULL) {
951 if (sc->sc_intrhand)
952 pci_intr_disestablish(pc, sc->sc_intrhand);
953 sc->sc_intrhand = 0;

Completed in 166 milliseconds