mos_softc
struct mos_softc *sc = xsc;
struct mos_softc *sc;
mos_encap(struct mos_softc *sc, struct mbuf *m, int idx)
struct mos_softc *sc;
struct mos_softc *sc = xsc;
struct mos_softc *sc = ifp->if_softc;
struct mos_softc *sc;
mos_stop(struct mos_softc *sc)
sizeof(struct mos_softc), mos_match, mos_attach, mos_detach
int mos_tx_list_init(struct mos_softc *);
int mos_rx_list_init(struct mos_softc *);
int mos_encap(struct mos_softc *, struct mbuf *, int);
void mos_chip_init(struct mos_softc *);
void mos_stop(struct mos_softc *);
void mos_reset(struct mos_softc *sc);
int mos_reg_read_1(struct mos_softc *, int);
int mos_reg_read_2(struct mos_softc *, int);
int mos_reg_write_1(struct mos_softc *, int, int);
int mos_reg_write_2(struct mos_softc *, int, int);
int mos_readmac(struct mos_softc *, u_char *);
int mos_writemac(struct mos_softc *, u_char *);
int mos_write_mcast(struct mos_softc *, u_char *);
void mos_iff(struct mos_softc *);
void mos_lock_mii(struct mos_softc *);
void mos_unlock_mii(struct mos_softc *);
mos_lock_mii(struct mos_softc *sc)
mos_unlock_mii(struct mos_softc *sc)
mos_reg_read_1(struct mos_softc *sc, int reg)
mos_reg_read_2(struct mos_softc *sc, int reg)
mos_reg_write_1(struct mos_softc *sc, int reg, int aval)
mos_reg_write_2(struct mos_softc *sc, int reg, int aval)
mos_readmac(struct mos_softc *sc, u_char *mac)
mos_writemac(struct mos_softc *sc, u_char *mac)
mos_write_mcast(struct mos_softc *sc, u_char *hashtbl)
struct mos_softc *sc = (void *)dev;
struct mos_softc *sc = (void *)dev;
struct mos_softc *sc = (void *)dev;
struct mos_softc *sc = ifp->if_softc;
struct mos_softc *sc = ifp->if_softc;
mos_iff(struct mos_softc *sc)
mos_reset(struct mos_softc *sc)
mos_chip_init(struct mos_softc *sc)
struct mos_softc *sc = (struct mos_softc *)self;
struct mos_softc *sc = (struct mos_softc *)self;
mos_rx_list_init(struct mos_softc *sc)
mos_tx_list_init(struct mos_softc *sc)
struct mos_softc *sc = c->mos_sc;
struct mos_softc *sc;
struct mos_softc;
struct mos_softc *mos_sc;