Searched defs:besoftc (Results 1 – 1 of 1) sorted by relevance
28 struct besoftc { struct29 struct device sc_dev;30 struct sbusdev sc_sd; /* sbus device */31 struct intrhand sc_ih; /* interrupt vectoring */32 struct arpcom sc_arpcom; /* ethernet common */33 struct ifmedia sc_ifmedia; /* interface media */35 struct qec_softc *sc_qec; /* QEC parent */36 struct qecregs *sc_qr; /* QEC registers */37 struct be_bregs *sc_br; /* be registers */38 struct be_cregs *sc_cr; /* channel registers */[all …]