se_softc
CFATTACH_DECL_NEW(si_sebuf, sizeof(struct se_softc),
struct se_softc *sc = device_private(self);
struct se_softc *sc = (struct se_softc *)ncr_sc;
struct se_softc *sc = (struct se_softc *)ncr_sc;
struct se_softc *sc = (struct se_softc *)ncr_sc;
struct se_softc *sc = (struct se_softc *)ncr_sc;
struct se_softc *sc = (struct se_softc *)ncr_sc;
struct se_softc *sc = (struct se_softc *)ncr_sc;
struct se_softc *sc = arg;
struct se_softc *sc = (struct se_softc *)ncr_sc;
struct se_softc *sc = (struct se_softc *)ncr_sc;
se_stop(struct se_softc *sc)
struct se_softc *sc = ifp->if_softc;
se_enable(struct se_softc *sc)
se_disable(struct se_softc *sc)
struct se_softc *sc;
struct se_softc *sc = device_lookup_private(&se_cd, SEUNIT(dev));
struct se_softc *sc = device_lookup_private(&se_cd, SEUNIT(dev));
static void se_recv(struct se_softc *);
static struct mbuf *se_get(struct se_softc *, char *, int);
static int se_read(struct se_softc *, char *, int);
static void se_reset(struct se_softc *);
static int se_add_proto(struct se_softc *, int);
static int se_get_addr(struct se_softc *, uint8_t *);
static int se_set_media(struct se_softc *, int);
static int se_init(struct se_softc *);
static int se_set_multi(struct se_softc *, uint8_t *);
static int se_remove_multi(struct se_softc *, uint8_t *);
static int sc_set_all_multi(struct se_softc *, int);
static void se_stop(struct se_softc *);
static int se_set_mode(struct se_softc *, int, int);
int se_enable(struct se_softc *);
void se_disable(struct se_softc *);
CFATTACH_DECL_NEW(se, sizeof(struct se_softc),
struct se_softc *sc = device_private(self);
struct se_softc *sc = device_private(self);
struct se_softc *sc = ifp->if_softc;
struct se_softc *sc = ifp->if_softc;
struct se_softc *sc = device_private(xs->xs_periph->periph_dev);
struct se_softc *sc = (struct se_softc *) v;
struct se_softc *sc = (struct se_softc *) cookie;
se_recv(struct se_softc *sc)
se_get(struct se_softc *sc, char *data, int totlen)
se_read(struct se_softc *sc, char *data, int datalen)
struct se_softc *sc = ifp->if_softc;
se_reset(struct se_softc *sc)
se_add_proto(struct se_softc *sc, int proto)
se_get_addr(struct se_softc *sc, uint8_t *myaddr)
se_set_media(struct se_softc *sc, int type)
se_set_mode(struct se_softc *sc, int len, int mode)
se_init(struct se_softc *sc)
se_set_multi(struct se_softc *sc, uint8_t *addr)
se_remove_multi(struct se_softc *sc, uint8_t *addr)
sc_set_all_multi(struct se_softc *sc, int set)