Home | History | Annotate | Download | only in pci

Lines Matching defs:bce_softc

111 struct bce_softc {
162 static void bce_rxintr(struct bce_softc *);
163 static void bce_txintr(struct bce_softc *);
165 static void bce_add_mac(struct bce_softc *, uint8_t *, unsigned long);
166 static int bce_add_rxbuf(struct bce_softc *, int);
167 static void bce_rxdrain(struct bce_softc *);
169 static void bce_reset(struct bce_softc *);
177 CFATTACH_DECL_NEW(bce, sizeof(struct bce_softc),
240 struct bce_softc *sc = device_private(self);
507 struct bce_softc *sc = ifp->if_softc;
652 struct bce_softc *sc = ifp->if_softc;
666 struct bce_softc *sc;
733 bce_rxintr(struct bce_softc *sc)
835 bce_txintr(struct bce_softc *sc)
879 struct bce_softc *sc = ifp->if_softc;
1010 bce_add_mac(struct bce_softc *sc, uint8_t *mac, u_long idx)
1037 bce_add_rxbuf(struct bce_softc *sc, int idx)
1074 bce_rxdrain(struct bce_softc *sc)
1092 struct bce_softc *sc = ifp->if_softc;
1143 bce_reset(struct bce_softc *sc)
1322 struct bce_softc *sc = ifp->if_softc;
1370 struct bce_softc *sc = device_private(self);
1381 struct bce_softc *sc = device_private(self);
1415 struct bce_softc *sc = device_private(self);
1451 struct bce_softc *sc = ifp->if_softc;
1481 struct bce_softc *sc = v;