HomeSort by: relevance | last modified time | path
    Searched defs:bce_softc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
if_bce.c 111 struct bce_softc { struct
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
    [all...]

Completed in 33 milliseconds