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

/freebsd-current/sys/dev/bhnd/bhndb/
H A Dbhndbvar.h188 STAILQ_HEAD(,bhndb_intr_handler) bus_intrs; /**< attached child interrupt handlers */ member in struct:bhndb_softc
H A Dbhndb_subr.c290 STAILQ_INIT(&r->bus_intrs);
590 STAILQ_FOREACH(ih, &br->bus_intrs, ih_link) {
939 STAILQ_INSERT_HEAD(&br->bus_intrs, ih, ih_link);
958 STAILQ_REMOVE(&br->bus_intrs, ih, bhndb_intr_handler, ih_link);
974 STAILQ_FOREACH(ih, &br->bus_intrs, ih_link) {
1008 STAILQ_FOREACH(ih, &br->bus_intrs, ih_link) {
H A Dbhndb_private.h213 STAILQ_HEAD(,bhndb_intr_handler) bus_intrs; /**< attached child interrupt handlers */ member in struct:bhndb_resources
H A Dbhndb.c2014 STAILQ_FOREACH(ih, &sc->bus_res->bus_intrs, ih_link) {

Completed in 122 milliseconds