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

  /src/sys/dev/sbus/
be.c 103 struct be_softc { struct
156 static void bereset(struct be_softc *);
157 static void behwreset(struct be_softc *);
160 static int berint(struct be_softc *);
161 static int betint(struct be_softc *);
162 static int beqint(struct be_softc *, uint32_t);
163 static int beeint(struct be_softc *, uint32_t);
165 static void be_read(struct be_softc *, int, int);
166 static int be_put(struct be_softc *, int, struct mbuf *);
167 static struct mbuf *be_get(struct be_softc *, int, int)
    [all...]

Completed in 11 milliseconds