Symbol: mos_softc
sys/bus/u4b/net/if_mos.c
1015
struct mos_softc *sc = uether_getsc(ue);
sys/bus/u4b/net/if_mos.c
168
static void mos_chip_init(struct mos_softc *);
sys/bus/u4b/net/if_mos.c
175
static void mos_reset(struct mos_softc *sc);
sys/bus/u4b/net/if_mos.c
177
static int mos_reg_read_1(struct mos_softc *, int);
sys/bus/u4b/net/if_mos.c
178
static int mos_reg_read_2(struct mos_softc *, int);
sys/bus/u4b/net/if_mos.c
179
static int mos_reg_write_1(struct mos_softc *, int, int);
sys/bus/u4b/net/if_mos.c
180
static int mos_reg_write_2(struct mos_softc *, int, int);
sys/bus/u4b/net/if_mos.c
181
static int mos_readmac(struct mos_softc *, uint8_t *);
sys/bus/u4b/net/if_mos.c
182
static int mos_writemac(struct mos_softc *, uint8_t *);
sys/bus/u4b/net/if_mos.c
183
static int mos_write_mcast(struct mos_softc *, u_char *);
sys/bus/u4b/net/if_mos.c
236
.size = sizeof(struct mos_softc)
sys/bus/u4b/net/if_mos.c
262
mos_reg_read_1(struct mos_softc *sc, int reg)
sys/bus/u4b/net/if_mos.c
284
mos_reg_read_2(struct mos_softc *sc, int reg)
sys/bus/u4b/net/if_mos.c
308
mos_reg_write_1(struct mos_softc *sc, int reg, int aval)
sys/bus/u4b/net/if_mos.c
331
mos_reg_write_2(struct mos_softc *sc, int reg, int aval)
sys/bus/u4b/net/if_mos.c
355
mos_readmac(struct mos_softc *sc, u_char *mac)
sys/bus/u4b/net/if_mos.c
375
mos_writemac(struct mos_softc *sc, uint8_t *mac)
sys/bus/u4b/net/if_mos.c
396
mos_write_mcast(struct mos_softc *sc, u_char *hashtbl)
sys/bus/u4b/net/if_mos.c
419
struct mos_softc *sc = device_get_softc(dev);
sys/bus/u4b/net/if_mos.c
452
struct mos_softc *sc = device_get_softc(dev);
sys/bus/u4b/net/if_mos.c
480
struct mos_softc *sc = device_get_softc(dev);
sys/bus/u4b/net/if_mos.c
527
struct mos_softc *sc = ifp->if_softc;
sys/bus/u4b/net/if_mos.c
549
struct mos_softc *sc = ifp->if_softc;
sys/bus/u4b/net/if_mos.c
563
struct mos_softc *sc = uether_getsc(ue);
sys/bus/u4b/net/if_mos.c
587
struct mos_softc *sc = uether_getsc(ue);
sys/bus/u4b/net/if_mos.c
626
mos_reset(struct mos_softc *sc)
sys/bus/u4b/net/if_mos.c
645
mos_chip_init(struct mos_softc *sc)
sys/bus/u4b/net/if_mos.c
689
struct mos_softc *sc = device_get_softc(dev);
sys/bus/u4b/net/if_mos.c
739
struct mos_softc *sc = uether_getsc(ue);
sys/bus/u4b/net/if_mos.c
759
struct mos_softc *sc = device_get_softc(dev);
sys/bus/u4b/net/if_mos.c
779
struct mos_softc *sc = usbd_xfer_softc(xfer);
sys/bus/u4b/net/if_mos.c
852
struct mos_softc *sc = usbd_xfer_softc(xfer);
sys/bus/u4b/net/if_mos.c
905
struct mos_softc *sc = uether_getsc(ue);
sys/bus/u4b/net/if_mos.c
923
struct mos_softc *sc = uether_getsc(ue);
sys/bus/u4b/net/if_mos.c
936
struct mos_softc *sc = uether_getsc(ue);
sys/bus/u4b/net/if_mos.c
978
struct mos_softc *sc = usbd_xfer_softc(xfer);