Symbol: mue_softc
sys/dev/usb/if_mue.c
100
int mue_mii_wait(struct mue_softc *);
sys/dev/usb/if_mue.c
1006
mue_iff(struct mue_softc *sc)
sys/dev/usb/if_mue.c
1054
struct mue_softc *sc = c->mue_sc;
sys/dev/usb/if_mue.c
107
int mue_eeprom_wait(struct mue_softc *);
sys/dev/usb/if_mue.c
108
uint8_t mue_eeprom_getbyte(struct mue_softc *, int, uint8_t *);
sys/dev/usb/if_mue.c
109
int mue_read_eeprom(struct mue_softc *, caddr_t, int, int);
sys/dev/usb/if_mue.c
110
int mue_dataport_wait(struct mue_softc *);
sys/dev/usb/if_mue.c
111
void mue_dataport_write(struct mue_softc *, uint32_t, uint32_t,
sys/dev/usb/if_mue.c
113
void mue_init_ltm(struct mue_softc *);
sys/dev/usb/if_mue.c
114
int mue_chip_init(struct mue_softc *);
sys/dev/usb/if_mue.c
1145
struct mue_softc *sc = c->mue_sc;
sys/dev/usb/if_mue.c
115
void mue_set_macaddr(struct mue_softc *);
sys/dev/usb/if_mue.c
117
int mue_rx_list_init(struct mue_softc *);
sys/dev/usb/if_mue.c
118
int mue_tx_list_init(struct mue_softc *);
sys/dev/usb/if_mue.c
1186
struct mue_softc *sc = xsc;
sys/dev/usb/if_mue.c
119
int mue_open_pipes(struct mue_softc *);
sys/dev/usb/if_mue.c
120
int mue_encap(struct mue_softc *, struct mbuf *, int);
sys/dev/usb/if_mue.c
121
void mue_iff(struct mue_softc *);
sys/dev/usb/if_mue.c
1232
struct mue_softc *sc = ifp->if_softc;
sys/dev/usb/if_mue.c
1277
struct mue_softc *sc = ifp->if_softc;
sys/dev/usb/if_mue.c
128
void mue_reset(struct mue_softc *);
sys/dev/usb/if_mue.c
1296
mue_reset(struct mue_softc *sc)
sys/dev/usb/if_mue.c
130
void mue_stop(struct mue_softc *);
sys/dev/usb/if_mue.c
1308
struct mue_softc *sc = ifp->if_softc;
sys/dev/usb/if_mue.c
1340
mue_stop(struct mue_softc *sc)
sys/dev/usb/if_mue.c
1411
struct mue_softc *sc = xsc;
sys/dev/usb/if_mue.c
1426
struct mue_softc *sc =xsc;
sys/dev/usb/if_mue.c
145
mue_enaddr_OF(struct mue_softc *sc)
sys/dev/usb/if_mue.c
174
mue_csr_read(struct mue_softc *sc, uint32_t reg)
sys/dev/usb/if_mue.c
201
mue_csr_write(struct mue_softc *sc, uint32_t reg, uint32_t aval)
sys/dev/usb/if_mue.c
231
mue_lock_mii(struct mue_softc *sc)
sys/dev/usb/if_mue.c
238
mue_unlock_mii(struct mue_softc *sc)
sys/dev/usb/if_mue.c
249
mue_mii_wait(struct mue_softc *sc)
sys/dev/usb/if_mue.c
266
struct mue_softc *sc = (void *)dev;
sys/dev/usb/if_mue.c
294
struct mue_softc *sc = (void *)dev;
sys/dev/usb/if_mue.c
320
struct mue_softc *sc = (void *)dev;
sys/dev/usb/if_mue.c
395
struct mue_softc *sc = ifp->if_softc;
sys/dev/usb/if_mue.c
412
struct mue_softc *sc = ifp->if_softc;
sys/dev/usb/if_mue.c
421
mue_eeprom_wait(struct mue_softc *sc)
sys/dev/usb/if_mue.c
437
mue_eeprom_getbyte(struct mue_softc *sc, int addr, uint8_t *dest)
sys/dev/usb/if_mue.c
469
mue_read_eeprom(struct mue_softc *sc, caddr_t dest, int off, int cnt)
sys/dev/usb/if_mue.c
498
mue_dataport_wait(struct mue_softc *sc)
sys/dev/usb/if_mue.c
513
mue_dataport_write(struct mue_softc *sc, uint32_t sel, uint32_t addr,
sys/dev/usb/if_mue.c
534
mue_init_ltm(struct mue_softc *sc)
sys/dev/usb/if_mue.c
554
mue_chip_init(struct mue_softc *sc)
sys/dev/usb/if_mue.c
668
mue_set_macaddr(struct mue_softc *sc)
sys/dev/usb/if_mue.c
702
struct mue_softc *sc = (struct mue_softc *)self;
sys/dev/usb/if_mue.c
825
struct mue_softc *sc = (struct mue_softc *)self;
sys/dev/usb/if_mue.c
869
mue_rx_list_init(struct mue_softc *sc)
sys/dev/usb/if_mue.c
900
mue_tx_list_init(struct mue_softc *sc)
sys/dev/usb/if_mue.c
91
sizeof(struct mue_softc), mue_match, mue_attach, mue_detach
sys/dev/usb/if_mue.c
931
mue_open_pipes(struct mue_softc *sc)
sys/dev/usb/if_mue.c
94
uint32_t mue_csr_read(struct mue_softc *, uint32_t);
sys/dev/usb/if_mue.c
95
int mue_csr_write(struct mue_softc *, uint32_t, uint32_t);
sys/dev/usb/if_mue.c
967
mue_encap(struct mue_softc *sc, struct mbuf *m, int idx)
sys/dev/usb/if_mue.c
97
void mue_lock_mii(struct mue_softc *);
sys/dev/usb/if_mue.c
98
void mue_unlock_mii(struct mue_softc *);
sys/dev/usb/if_muereg.h
184
struct mue_softc;
sys/dev/usb/if_muereg.h
187
struct mue_softc *mue_sc;