Symbol: uath_softc
sys/dev/usb/wlan/if_uath.c
1022
uath_free_rx_data_list(struct uath_softc *sc)
sys/dev/usb/wlan/if_uath.c
1029
uath_free_tx_data_list(struct uath_softc *sc)
sys/dev/usb/wlan/if_uath.c
1078
uath_init(struct uath_softc *sc)
sys/dev/usb/wlan/if_uath.c
1159
uath_stop(struct uath_softc *sc)
sys/dev/usb/wlan/if_uath.c
1180
uath_config(struct uath_softc *sc, uint32_t reg, uint32_t val)
sys/dev/usb/wlan/if_uath.c
1199
uath_config_multi(struct uath_softc *sc, uint32_t reg, const void *data,
sys/dev/usb/wlan/if_uath.c
1220
uath_switch_channel(struct uath_softc *sc, struct ieee80211_channel *c)
sys/dev/usb/wlan/if_uath.c
1264
uath_set_rxfilter(struct uath_softc *sc, uint32_t bits, uint32_t op)
sys/dev/usb/wlan/if_uath.c
1280
struct uath_softc *sc = arg;
sys/dev/usb/wlan/if_uath.c
1295
uath_abort_xfers(struct uath_softc *sc)
sys/dev/usb/wlan/if_uath.c
1306
uath_flush(struct uath_softc *sc)
sys/dev/usb/wlan/if_uath.c
1323
uath_cmdflush(struct uath_softc *sc)
sys/dev/usb/wlan/if_uath.c
1330
uath_dataflush(struct uath_softc *sc)
sys/dev/usb/wlan/if_uath.c
1378
_uath_getbuf(struct uath_softc *sc)
sys/dev/usb/wlan/if_uath.c
1395
uath_getbuf(struct uath_softc *sc)
sys/dev/usb/wlan/if_uath.c
1408
uath_set_ledstate(struct uath_softc *sc, int connected)
sys/dev/usb/wlan/if_uath.c
1419
uath_set_chan(struct uath_softc *sc, struct ieee80211_channel *c)
sys/dev/usb/wlan/if_uath.c
1451
uath_reset_tx_queues(struct uath_softc *sc)
sys/dev/usb/wlan/if_uath.c
1468
uath_wme_init(struct uath_softc *sc)
sys/dev/usb/wlan/if_uath.c
1504
struct uath_softc *sc = ic->ic_softc;
sys/dev/usb/wlan/if_uath.c
1526
uath_tx_start(struct uath_softc *sc, struct mbuf *m0, struct ieee80211_node *ni,
sys/dev/usb/wlan/if_uath.c
1635
uath_txfrag_cleanup(struct uath_softc *sc,
sys/dev/usb/wlan/if_uath.c
1657
uath_txfrag_setup(struct uath_softc *sc, uath_datahead *frags,
sys/dev/usb/wlan/if_uath.c
1680
struct uath_softc *sc = ic->ic_softc;
sys/dev/usb/wlan/if_uath.c
1700
uath_start(struct uath_softc *sc)
sys/dev/usb/wlan/if_uath.c
1788
struct uath_softc *sc = ic->ic_softc;
sys/dev/usb/wlan/if_uath.c
1835
struct uath_softc *sc = ic->ic_softc;
sys/dev/usb/wlan/if_uath.c
1850
uath_set_rxmulti_filter(struct uath_softc *sc)
sys/dev/usb/wlan/if_uath.c
1858
struct uath_softc *sc = ic->ic_softc;
sys/dev/usb/wlan/if_uath.c
1878
struct uath_softc *sc = ic->ic_softc;
sys/dev/usb/wlan/if_uath.c
1896
uath_create_connection(struct uath_softc *sc, uint32_t connid)
sys/dev/usb/wlan/if_uath.c
1930
uath_set_rates(struct uath_softc *sc, const struct ieee80211_rateset *rs)
sys/dev/usb/wlan/if_uath.c
1948
uath_write_associd(struct uath_softc *sc)
sys/dev/usb/wlan/if_uath.c
1967
uath_set_ledsteady(struct uath_softc *sc, int lednum, int ledmode)
sys/dev/usb/wlan/if_uath.c
1981
uath_set_ledblink(struct uath_softc *sc, int lednum, int ledmode,
sys/dev/usb/wlan/if_uath.c
2004
struct uath_softc *sc = ic->ic_softc;
sys/dev/usb/wlan/if_uath.c
2098
uath_set_key(struct uath_softc *sc, const struct ieee80211_key *wk,
sys/dev/usb/wlan/if_uath.c
2133
uath_set_keys(struct uath_softc *sc, struct ieee80211vap *vap)
sys/dev/usb/wlan/if_uath.c
2158
uath_sysctl_node(struct uath_softc *sc)
sys/dev/usb/wlan/if_uath.c
2222
uath_cmdeof(struct uath_softc *sc, struct uath_cmd *cmd)
sys/dev/usb/wlan/if_uath.c
2347
struct uath_softc *sc = usbd_xfer_softc(xfer);
sys/dev/usb/wlan/if_uath.c
2403
struct uath_softc *sc = usbd_xfer_softc(xfer);
sys/dev/usb/wlan/if_uath.c
2452
uath_update_rxstat(struct uath_softc *sc, uint32_t status)
sys/dev/usb/wlan/if_uath.c
2491
struct uath_softc *sc = usbd_xfer_softc(xfer);
sys/dev/usb/wlan/if_uath.c
250
static int uath_alloc_cmd_list(struct uath_softc *, struct uath_cmd []);
sys/dev/usb/wlan/if_uath.c
251
static void uath_free_cmd_list(struct uath_softc *, struct uath_cmd []);
sys/dev/usb/wlan/if_uath.c
252
static int uath_host_available(struct uath_softc *);
sys/dev/usb/wlan/if_uath.c
253
static int uath_get_capability(struct uath_softc *, uint32_t, uint32_t *);
sys/dev/usb/wlan/if_uath.c
254
static int uath_get_devcap(struct uath_softc *);
sys/dev/usb/wlan/if_uath.c
256
uath_get_cmdbuf(struct uath_softc *);
sys/dev/usb/wlan/if_uath.c
257
static int uath_cmd_read(struct uath_softc *, uint32_t, const void *,
sys/dev/usb/wlan/if_uath.c
259
static int uath_cmd_write(struct uath_softc *, uint32_t, const void *,
sys/dev/usb/wlan/if_uath.c
267
static int uath_get_devstatus(struct uath_softc *,
sys/dev/usb/wlan/if_uath.c
269
static int uath_get_status(struct uath_softc *, uint32_t, void *, int);
sys/dev/usb/wlan/if_uath.c
270
static int uath_alloc_rx_data_list(struct uath_softc *);
sys/dev/usb/wlan/if_uath.c
271
static int uath_alloc_tx_data_list(struct uath_softc *);
sys/dev/usb/wlan/if_uath.c
2719
struct uath_softc *sc = usbd_xfer_softc(xfer);
sys/dev/usb/wlan/if_uath.c
272
static void uath_free_rx_data_list(struct uath_softc *);
sys/dev/usb/wlan/if_uath.c
273
static void uath_free_tx_data_list(struct uath_softc *);
sys/dev/usb/wlan/if_uath.c
274
static int uath_init(struct uath_softc *);
sys/dev/usb/wlan/if_uath.c
275
static void uath_stop(struct uath_softc *);
sys/dev/usb/wlan/if_uath.c
278
static void uath_start(struct uath_softc *);
sys/dev/usb/wlan/if_uath.c
2804
struct uath_softc *sc = usbd_xfer_softc(xfer);
sys/dev/usb/wlan/if_uath.c
2820
struct uath_softc *sc = usbd_xfer_softc(xfer);
sys/dev/usb/wlan/if_uath.c
286
static int uath_config(struct uath_softc *, uint32_t, uint32_t);
sys/dev/usb/wlan/if_uath.c
287
static int uath_config_multi(struct uath_softc *, uint32_t, const void *,
sys/dev/usb/wlan/if_uath.c
2883
.size = sizeof(struct uath_softc)
sys/dev/usb/wlan/if_uath.c
289
static int uath_switch_channel(struct uath_softc *,
sys/dev/usb/wlan/if_uath.c
291
static int uath_set_rxfilter(struct uath_softc *, uint32_t, uint32_t);
sys/dev/usb/wlan/if_uath.c
293
static void uath_abort_xfers(struct uath_softc *);
sys/dev/usb/wlan/if_uath.c
294
static int uath_dataflush(struct uath_softc *);
sys/dev/usb/wlan/if_uath.c
295
static int uath_cmdflush(struct uath_softc *);
sys/dev/usb/wlan/if_uath.c
296
static int uath_flush(struct uath_softc *);
sys/dev/usb/wlan/if_uath.c
297
static int uath_set_ledstate(struct uath_softc *, int);
sys/dev/usb/wlan/if_uath.c
298
static int uath_set_chan(struct uath_softc *, struct ieee80211_channel *);
sys/dev/usb/wlan/if_uath.c
299
static int uath_reset_tx_queues(struct uath_softc *);
sys/dev/usb/wlan/if_uath.c
300
static int uath_wme_init(struct uath_softc *);
sys/dev/usb/wlan/if_uath.c
302
uath_getbuf(struct uath_softc *);
sys/dev/usb/wlan/if_uath.c
305
static int uath_set_key(struct uath_softc *,
sys/dev/usb/wlan/if_uath.c
307
static int uath_set_keys(struct uath_softc *, struct ieee80211vap *);
sys/dev/usb/wlan/if_uath.c
308
static void uath_sysctl_node(struct uath_softc *);
sys/dev/usb/wlan/if_uath.c
328
struct uath_softc *sc = device_get_softc(dev);
sys/dev/usb/wlan/if_uath.c
484
struct uath_softc *sc = device_get_softc(dev);
sys/dev/usb/wlan/if_uath.c
534
uath_free_cmd_list(struct uath_softc *sc, struct uath_cmd cmds[])
sys/dev/usb/wlan/if_uath.c
543
uath_alloc_cmd_list(struct uath_softc *sc, struct uath_cmd cmds[])
sys/dev/usb/wlan/if_uath.c
566
uath_host_available(struct uath_softc *sc)
sys/dev/usb/wlan/if_uath.c
678
uath_cmdsend(struct uath_softc *sc, uint32_t code, const void *idata, int ilen,
sys/dev/usb/wlan/if_uath.c
745
uath_cmd_read(struct uath_softc *sc, uint32_t code, const void *idata,
sys/dev/usb/wlan/if_uath.c
754
uath_cmd_write(struct uath_softc *sc, uint32_t code, const void *data, int len,
sys/dev/usb/wlan/if_uath.c
763
uath_get_cmdbuf(struct uath_softc *sc)
sys/dev/usb/wlan/if_uath.c
788
struct uath_softc *sc = arg;
sys/dev/usb/wlan/if_uath.c
806
uath_get_capability(struct uath_softc *sc, uint32_t cap, uint32_t *val)
sys/dev/usb/wlan/if_uath.c
823
uath_get_devcap(struct uath_softc *sc)
sys/dev/usb/wlan/if_uath.c
880
uath_get_devstatus(struct uath_softc *sc, uint8_t macaddr[IEEE80211_ADDR_LEN])
sys/dev/usb/wlan/if_uath.c
902
uath_get_status(struct uath_softc *sc, uint32_t which, void *odata, int olen)
sys/dev/usb/wlan/if_uath.c
916
uath_free_data_list(struct uath_softc *sc, struct uath_data data[], int ndata,
sys/dev/usb/wlan/if_uath.c
941
uath_alloc_data_list(struct uath_softc *sc, struct uath_data data[],
sys/dev/usb/wlan/if_uath.c
974
uath_alloc_rx_data_list(struct uath_softc *sc)
sys/dev/usb/wlan/if_uath.c
998
uath_alloc_tx_data_list(struct uath_softc *sc)
sys/dev/usb/wlan/if_uathvar.h
79
struct uath_softc *sc;
sys/dev/usb/wlan/if_uathvar.h
89
struct uath_softc *sc;