ec_softc
void ec_recv(struct ec_softc *, int);
void ec_coll(struct ec_softc *);
void ec_copyin(struct ec_softc *, void *, int, size_t);
void ec_copyout(struct ec_softc *, const void *, int, size_t);
CFATTACH_DECL_NEW(ec, sizeof(struct ec_softc),
ec_copyin(struct ec_softc *sc, void *p, int offset, size_t size)
ec_copyout(struct ec_softc *sc, const void *p, int offset, size_t size)
struct ec_softc *sc = device_private(self);
struct ec_softc *sc = ifp->if_softc;
struct ec_softc *sc = ifp->if_softc;
struct ec_softc *sc = arg;
ec_recv(struct ec_softc *sc, int intbit)
ec_coll(struct ec_softc *sc)
struct ec_softc *sc = ifp->if_softc;
struct ec_softc *esc = device_private(self);
struct ec_softc *esc = (struct ec_softc *)sc;
ec_readmem(struct ec_softc *esc, int from, uint8_t *to, int len)
struct ec_softc *esc = (struct ec_softc *)sc;
struct ec_softc *esc = (struct ec_softc *)sc;
struct ec_softc *esc = (struct ec_softc *)sc;
struct ec_softc *esc = (struct ec_softc *)sc;
struct ec_softc *esc = (struct ec_softc *)sc;
ec_set_media(struct ec_softc *esc, int media)
CFATTACH_DECL_NEW(ec, sizeof(struct ec_softc),
int ec_set_media(struct ec_softc *, int);