Lines Matching defs:bce_softc
101 struct bce_softc {
132 void bce_rxintr(struct bce_softc *);
133 void bce_txintr(struct bce_softc *);
135 void bce_add_mac(struct bce_softc *, u_int8_t *, unsigned long);
136 void bce_add_rxbuf(struct bce_softc *, int);
138 void bce_reset(struct bce_softc *);
163 sizeof(struct bce_softc), bce_probe, bce_attach, NULL, bce_activate
185 struct bce_softc *sc = (struct bce_softc *) self;
433 struct bce_softc *sc = (struct bce_softc *)self;
455 struct bce_softc *sc = ifp->if_softc;
503 struct bce_softc *sc = ifp->if_softc;
596 struct bce_softc *sc = ifp->if_softc;
610 struct bce_softc *sc;
681 bce_rxintr(struct bce_softc *sc)
748 bce_txintr(struct bce_softc *sc)
784 struct bce_softc *sc = ifp->if_softc;
903 bce_add_mac(struct bce_softc *sc, u_int8_t *mac, unsigned long idx)
930 bce_add_rxbuf(struct bce_softc *sc, int idx)
956 struct bce_softc *sc = ifp->if_softc;
994 bce_reset(struct bce_softc *sc)
1168 struct bce_softc *sc = ifp->if_softc;
1201 struct bce_softc *sc = (struct bce_softc *) self;
1234 struct bce_softc *sc = (struct bce_softc *) self;
1267 struct bce_softc *sc = (struct bce_softc *) self;
1294 struct bce_softc *sc = ifp->if_softc;
1305 struct bce_softc *sc = ifp->if_softc;
1316 struct bce_softc *sc = v;