Symbol: uath_softc
sys/dev/usb/if_uath.c
1007
uath_write_reg(struct uath_softc *sc, uint32_t reg, uint32_t val)
sys/dev/usb/if_uath.c
1026
uath_write_multi(struct uath_softc *sc, uint32_t reg, const void *data,
sys/dev/usb/if_uath.c
1047
uath_read_reg(struct uath_softc *sc, uint32_t reg, uint32_t *val)
sys/dev/usb/if_uath.c
1065
uath_read_eeprom(struct uath_softc *sc, uint32_t reg, void *odata)
sys/dev/usb/if_uath.c
1088
struct uath_softc *sc = cmd->sc;
sys/dev/usb/if_uath.c
1150
struct uath_softc *sc = data->sc;
sys/dev/usb/if_uath.c
122
int uath_open_pipes(struct uath_softc *);
sys/dev/usb/if_uath.c
123
void uath_close_pipes(struct uath_softc *);
sys/dev/usb/if_uath.c
124
int uath_alloc_tx_data_list(struct uath_softc *);
sys/dev/usb/if_uath.c
125
void uath_free_tx_data_list(struct uath_softc *);
sys/dev/usb/if_uath.c
126
int uath_alloc_rx_data_list(struct uath_softc *);
sys/dev/usb/if_uath.c
127
void uath_free_rx_data_list(struct uath_softc *);
sys/dev/usb/if_uath.c
1275
uath_tx_null(struct uath_softc *sc)
sys/dev/usb/if_uath.c
128
int uath_alloc_tx_cmd_list(struct uath_softc *);
sys/dev/usb/if_uath.c
129
void uath_free_tx_cmd_list(struct uath_softc *);
sys/dev/usb/if_uath.c
130
int uath_alloc_rx_cmd_list(struct uath_softc *);
sys/dev/usb/if_uath.c
1307
struct uath_softc *sc = data->sc;
sys/dev/usb/if_uath.c
131
void uath_free_rx_cmd_list(struct uath_softc *);
sys/dev/usb/if_uath.c
1341
uath_tx_data(struct uath_softc *sc, struct mbuf *m0, struct ieee80211_node *ni)
sys/dev/usb/if_uath.c
140
int uath_cmd(struct uath_softc *, uint32_t, const void *, int, void *,
sys/dev/usb/if_uath.c
142
int uath_cmd_write(struct uath_softc *, uint32_t, const void *, int, int);
sys/dev/usb/if_uath.c
143
int uath_cmd_read(struct uath_softc *, uint32_t, const void *, int, void *,
sys/dev/usb/if_uath.c
1449
struct uath_softc *sc = ifp->if_softc;
sys/dev/usb/if_uath.c
145
int uath_write_reg(struct uath_softc *, uint32_t, uint32_t);
sys/dev/usb/if_uath.c
146
int uath_write_multi(struct uath_softc *, uint32_t, const void *, int);
sys/dev/usb/if_uath.c
147
int uath_read_reg(struct uath_softc *, uint32_t, uint32_t *);
sys/dev/usb/if_uath.c
148
int uath_read_eeprom(struct uath_softc *, uint32_t, void *);
sys/dev/usb/if_uath.c
1510
struct uath_softc *sc = ifp->if_softc;
sys/dev/usb/if_uath.c
152
int uath_tx_null(struct uath_softc *);
sys/dev/usb/if_uath.c
153
int uath_tx_data(struct uath_softc *, struct mbuf *,
sys/dev/usb/if_uath.c
1565
uath_query_eeprom(struct uath_softc *sc)
sys/dev/usb/if_uath.c
158
int uath_query_eeprom(struct uath_softc *);
sys/dev/usb/if_uath.c
159
int uath_reset(struct uath_softc *);
sys/dev/usb/if_uath.c
1591
uath_reset(struct uath_softc *sc)
sys/dev/usb/if_uath.c
160
int uath_reset_tx_queues(struct uath_softc *);
sys/dev/usb/if_uath.c
161
int uath_wme_init(struct uath_softc *);
sys/dev/usb/if_uath.c
162
int uath_set_chan(struct uath_softc *, struct ieee80211_channel *);
sys/dev/usb/if_uath.c
1626
uath_reset_tx_queues(struct uath_softc *sc)
sys/dev/usb/if_uath.c
163
int uath_set_key(struct uath_softc *, const struct ieee80211_key *, int);
sys/dev/usb/if_uath.c
164
int uath_set_keys(struct uath_softc *);
sys/dev/usb/if_uath.c
1643
uath_wme_init(struct uath_softc *sc)
sys/dev/usb/if_uath.c
165
int uath_set_rates(struct uath_softc *, const struct ieee80211_rateset *);
sys/dev/usb/if_uath.c
166
int uath_set_rxfilter(struct uath_softc *, uint32_t, uint32_t);
sys/dev/usb/if_uath.c
167
int uath_set_led(struct uath_softc *, int, int);
sys/dev/usb/if_uath.c
1678
uath_set_chan(struct uath_softc *sc, struct ieee80211_channel *c)
sys/dev/usb/if_uath.c
168
int uath_switch_channel(struct uath_softc *, struct ieee80211_channel *);
sys/dev/usb/if_uath.c
1695
uath_set_key(struct uath_softc *sc, const struct ieee80211_key *k, int index)
sys/dev/usb/if_uath.c
171
int uath_loadfirmware(struct uath_softc *, const u_char *, int);
sys/dev/usb/if_uath.c
1722
uath_set_keys(struct uath_softc *sc)
sys/dev/usb/if_uath.c
1738
uath_set_rates(struct uath_softc *sc, const struct ieee80211_rateset *rs)
sys/dev/usb/if_uath.c
1753
uath_set_rxfilter(struct uath_softc *sc, uint32_t filter, uint32_t flags)
sys/dev/usb/if_uath.c
1766
uath_set_led(struct uath_softc *sc, int which, int on)
sys/dev/usb/if_uath.c
1780
uath_switch_channel(struct uath_softc *sc, struct ieee80211_channel *c)
sys/dev/usb/if_uath.c
1818
struct uath_softc *sc = ifp->if_softc;
sys/dev/usb/if_uath.c
182
sizeof(struct uath_softc), uath_match, uath_attach, uath_detach
sys/dev/usb/if_uath.c
1926
struct uath_softc *sc = ifp->if_softc;
sys/dev/usb/if_uath.c
1967
uath_loadfirmware(struct uath_softc *sc, const u_char *fw, int len)
sys/dev/usb/if_uath.c
200
struct uath_softc *sc = (struct uath_softc *)self;
sys/dev/usb/if_uath.c
231
struct uath_softc *sc = (struct uath_softc *)self;
sys/dev/usb/if_uath.c
401
struct uath_softc *sc = (struct uath_softc *)self;
sys/dev/usb/if_uath.c
441
uath_open_pipes(struct uath_softc *sc)
sys/dev/usb/if_uath.c
489
uath_close_pipes(struct uath_softc *sc)
sys/dev/usb/if_uath.c
513
uath_alloc_tx_data_list(struct uath_softc *sc)
sys/dev/usb/if_uath.c
544
uath_free_tx_data_list(struct uath_softc *sc)
sys/dev/usb/if_uath.c
556
uath_alloc_rx_data_list(struct uath_softc *sc)
sys/dev/usb/if_uath.c
603
uath_free_rx_data_list(struct uath_softc *sc)
sys/dev/usb/if_uath.c
623
uath_alloc_tx_cmd_list(struct uath_softc *sc)
sys/dev/usb/if_uath.c
654
uath_free_tx_cmd_list(struct uath_softc *sc)
sys/dev/usb/if_uath.c
666
uath_alloc_rx_cmd_list(struct uath_softc *sc)
sys/dev/usb/if_uath.c
697
uath_free_rx_cmd_list(struct uath_softc *sc)
sys/dev/usb/if_uath.c
730
struct uath_softc *sc = arg;
sys/dev/usb/if_uath.c
752
struct uath_softc *sc = arg;
sys/dev/usb/if_uath.c
763
struct uath_softc *sc = arg;
sys/dev/usb/if_uath.c
892
struct uath_softc *sc = ic->ic_softc;
sys/dev/usb/if_uath.c
926
uath_cmd(struct uath_softc *sc, uint32_t code, const void *idata, int ilen,
sys/dev/usb/if_uath.c
991
uath_cmd_write(struct uath_softc *sc, uint32_t code, const void *data, int len,
sys/dev/usb/if_uath.c
999
uath_cmd_read(struct uath_softc *sc, uint32_t code, const void *idata,
sys/dev/usb/if_uathvar.h
55
struct uath_softc *sc;
sys/dev/usb/if_uathvar.h
62
struct uath_softc *sc;
sys/dev/usb/if_uathvar.h
69
struct uath_softc *sc;
sys/dev/usb/if_uathvar.h
76
struct uath_softc *sc;