Symbol: athn_usb_softc
sys/dev/usb/if_athn_usb.c
101
int athn_usb_open_pipes(struct athn_usb_softc *);
sys/dev/usb/if_athn_usb.c
1011
struct athn_usb_softc *usc = arg;
sys/dev/usb/if_athn_usb.c
102
void athn_usb_close_pipes(struct athn_usb_softc *);
sys/dev/usb/if_athn_usb.c
103
int athn_usb_alloc_rx_list(struct athn_usb_softc *);
sys/dev/usb/if_athn_usb.c
1033
struct athn_usb_softc *usc = ic->ic_softc;
sys/dev/usb/if_athn_usb.c
104
void athn_usb_free_rx_list(struct athn_usb_softc *);
sys/dev/usb/if_athn_usb.c
1044
athn_usb_newstate_cb(struct athn_usb_softc *usc, void *arg)
sys/dev/usb/if_athn_usb.c
105
int athn_usb_alloc_tx_list(struct athn_usb_softc *);
sys/dev/usb/if_athn_usb.c
106
void athn_usb_free_tx_list(struct athn_usb_softc *);
sys/dev/usb/if_athn_usb.c
107
int athn_usb_alloc_tx_cmd(struct athn_usb_softc *);
sys/dev/usb/if_athn_usb.c
108
void athn_usb_free_tx_cmd(struct athn_usb_softc *);
sys/dev/usb/if_athn_usb.c
110
void athn_usb_do_async(struct athn_usb_softc *,
sys/dev/usb/if_athn_usb.c
111
void (*)(struct athn_usb_softc *, void *), void *, int);
sys/dev/usb/if_athn_usb.c
112
void athn_usb_wait_async(struct athn_usb_softc *);
sys/dev/usb/if_athn_usb.c
113
int athn_usb_load_firmware(struct athn_usb_softc *);
sys/dev/usb/if_athn_usb.c
1139
struct athn_usb_softc *usc = ic->ic_softc;
sys/dev/usb/if_athn_usb.c
114
int athn_usb_htc_msg(struct athn_usb_softc *, uint16_t, void *,
sys/dev/usb/if_athn_usb.c
1153
athn_usb_newassoc_cb(struct athn_usb_softc *usc, void *arg)
sys/dev/usb/if_athn_usb.c
116
int athn_usb_htc_setup(struct athn_usb_softc *);
sys/dev/usb/if_athn_usb.c
117
int athn_usb_htc_connect_svc(struct athn_usb_softc *, uint16_t,
sys/dev/usb/if_athn_usb.c
119
int athn_usb_wmi_xcmd(struct athn_usb_softc *, uint16_t, void *,
sys/dev/usb/if_athn_usb.c
1204
athn_usb_newauth_cb(struct athn_usb_softc *usc, void *arg)
sys/dev/usb/if_athn_usb.c
1236
struct athn_usb_softc *usc = ic->ic_softc;
sys/dev/usb/if_athn_usb.c
1276
struct athn_usb_softc *usc = ic->ic_softc;
sys/dev/usb/if_athn_usb.c
129
void athn_usb_newstate_cb(struct athn_usb_softc *, void *);
sys/dev/usb/if_athn_usb.c
1290
athn_usb_node_free_cb(struct athn_usb_softc *usc, void *arg)
sys/dev/usb/if_athn_usb.c
1315
struct athn_usb_softc *usc = ic->ic_softc;
sys/dev/usb/if_athn_usb.c
132
void athn_usb_newassoc_cb(struct athn_usb_softc *, void *);
sys/dev/usb/if_athn_usb.c
1327
athn_usb_ampdu_tx_start_cb(struct athn_usb_softc *usc, void *arg)
sys/dev/usb/if_athn_usb.c
1344
struct athn_usb_softc *usc = ic->ic_softc;
sys/dev/usb/if_athn_usb.c
135
void athn_usb_newauth_cb(struct athn_usb_softc *, void *);
sys/dev/usb/if_athn_usb.c
1355
athn_usb_ampdu_tx_stop_cb(struct athn_usb_softc *usc, void *arg)
sys/dev/usb/if_athn_usb.c
1373
struct athn_usb_softc *usc = arg;
sys/dev/usb/if_athn_usb.c
140
void athn_usb_node_free_cb(struct athn_usb_softc *, void *);
sys/dev/usb/if_athn_usb.c
1404
athn_usb_create_node(struct athn_usb_softc *usc, struct ieee80211_node *ni)
sys/dev/usb/if_athn_usb.c
143
void athn_usb_ampdu_tx_start_cb(struct athn_usb_softc *, void *);
sys/dev/usb/if_athn_usb.c
1449
athn_usb_node_set_rates(struct athn_usb_softc *usc, struct ieee80211_node *ni)
sys/dev/usb/if_athn_usb.c
146
void athn_usb_ampdu_tx_stop_cb(struct athn_usb_softc *, void *);
sys/dev/usb/if_athn_usb.c
148
int athn_usb_create_node(struct athn_usb_softc *,
sys/dev/usb/if_athn_usb.c
1491
athn_usb_remove_node(struct athn_usb_softc *usc, struct ieee80211_node *ni)
sys/dev/usb/if_athn_usb.c
150
int athn_usb_node_set_rates(struct athn_usb_softc *,
sys/dev/usb/if_athn_usb.c
152
int athn_usb_remove_node(struct athn_usb_softc *,
sys/dev/usb/if_athn_usb.c
1532
struct athn_usb_softc *usc = (struct athn_usb_softc *)sc;
sys/dev/usb/if_athn_usb.c
1595
struct athn_usb_softc *usc = ic->ic_softc;
sys/dev/usb/if_athn_usb.c
160
void athn_usb_updateedca_cb(struct athn_usb_softc *, void *);
sys/dev/usb/if_athn_usb.c
1602
athn_usb_updateedca_cb(struct athn_usb_softc *usc, void *arg)
sys/dev/usb/if_athn_usb.c
1614
struct athn_usb_softc *usc = ic->ic_softc;
sys/dev/usb/if_athn_usb.c
162
void athn_usb_updateslot_cb(struct athn_usb_softc *, void *);
sys/dev/usb/if_athn_usb.c
1622
athn_usb_updateslot_cb(struct athn_usb_softc *usc, void *arg)
sys/dev/usb/if_athn_usb.c
1635
struct athn_usb_softc *usc = ic->ic_softc;
sys/dev/usb/if_athn_usb.c
165
void athn_usb_set_key_cb(struct athn_usb_softc *, void *);
sys/dev/usb/if_athn_usb.c
1657
athn_usb_set_key_cb(struct athn_usb_softc *usc, void *arg)
sys/dev/usb/if_athn_usb.c
168
void athn_usb_delete_key_cb(struct athn_usb_softc *, void *);
sys/dev/usb/if_athn_usb.c
1683
struct athn_usb_softc *usc = ic->ic_softc;
sys/dev/usb/if_athn_usb.c
1702
athn_usb_delete_key_cb(struct athn_usb_softc *usc, void *arg)
sys/dev/usb/if_athn_usb.c
171
void athn_usb_swba(struct athn_usb_softc *);
sys/dev/usb/if_athn_usb.c
1721
struct athn_usb_softc *usc = data->sc;
sys/dev/usb/if_athn_usb.c
173
void athn_usb_rx_wmi_ctrl(struct athn_usb_softc *, uint8_t *, int);
sys/dev/usb/if_athn_usb.c
1732
athn_usb_swba(struct athn_usb_softc *usc)
sys/dev/usb/if_athn_usb.c
178
void athn_usb_rx_frame(struct athn_usb_softc *, struct mbuf *,
sys/dev/usb/if_athn_usb.c
1811
athn_usb_rx_wmi_ctrl(struct athn_usb_softc *usc, uint8_t *buf, int len)
sys/dev/usb/if_athn_usb.c
1883
struct athn_usb_softc *usc = priv;
sys/dev/usb/if_athn_usb.c
2025
athn_usb_rx_frame(struct athn_usb_softc *usc, struct mbuf *m,
sys/dev/usb/if_athn_usb.c
2130
struct athn_usb_softc *usc = data->sc;
sys/dev/usb/if_athn_usb.c
2245
struct athn_usb_softc *usc = data->sc;
sys/dev/usb/if_athn_usb.c
226
sizeof(struct athn_usb_softc),
sys/dev/usb/if_athn_usb.c
2276
struct athn_usb_softc *usc = (struct athn_usb_softc *)sc;
sys/dev/usb/if_athn_usb.c
2414
struct athn_usb_softc *usc = (struct athn_usb_softc *)sc;
sys/dev/usb/if_athn_usb.c
247
struct athn_usb_softc *usc = (struct athn_usb_softc *)self;
sys/dev/usb/if_athn_usb.c
2485
struct athn_usb_softc *usc = (struct athn_usb_softc *)sc;
sys/dev/usb/if_athn_usb.c
2544
struct athn_usb_softc *usc = (struct athn_usb_softc *)sc;
sys/dev/usb/if_athn_usb.c
2698
struct athn_usb_softc *usc = (struct athn_usb_softc *)sc;
sys/dev/usb/if_athn_usb.c
281
struct athn_usb_softc *usc = (struct athn_usb_softc *)self;
sys/dev/usb/if_athn_usb.c
306
struct athn_usb_softc *usc = (struct athn_usb_softc *)self;
sys/dev/usb/if_athn_usb.c
375
athn_usb_open_pipes(struct athn_usb_softc *usc)
sys/dev/usb/if_athn_usb.c
438
athn_usb_close_pipes(struct athn_usb_softc *usc)
sys/dev/usb/if_athn_usb.c
463
athn_usb_alloc_rx_list(struct athn_usb_softc *usc)
sys/dev/usb/if_athn_usb.c
494
athn_usb_free_rx_list(struct athn_usb_softc *usc)
sys/dev/usb/if_athn_usb.c
507
athn_usb_alloc_tx_list(struct athn_usb_softc *usc)
sys/dev/usb/if_athn_usb.c
541
athn_usb_free_tx_list(struct athn_usb_softc *usc)
sys/dev/usb/if_athn_usb.c
554
athn_usb_alloc_tx_cmd(struct athn_usb_softc *usc)
sys/dev/usb/if_athn_usb.c
576
athn_usb_free_tx_cmd(struct athn_usb_softc *usc)
sys/dev/usb/if_athn_usb.c
586
struct athn_usb_softc *usc = arg;
sys/dev/usb/if_athn_usb.c
606
athn_usb_do_async(struct athn_usb_softc *usc,
sys/dev/usb/if_athn_usb.c
607
void (*cb)(struct athn_usb_softc *, void *), void *arg, int len)
sys/dev/usb/if_athn_usb.c
632
athn_usb_wait_async(struct athn_usb_softc *usc)
sys/dev/usb/if_athn_usb.c
639
athn_usb_load_firmware(struct athn_usb_softc *usc)
sys/dev/usb/if_athn_usb.c
707
athn_usb_htc_msg(struct athn_usb_softc *usc, uint16_t msg_id, void *buf,
sys/dev/usb/if_athn_usb.c
732
athn_usb_htc_setup(struct athn_usb_softc *usc)
sys/dev/usb/if_athn_usb.c
805
athn_usb_htc_connect_svc(struct athn_usb_softc *usc, uint16_t svc_id,
sys/dev/usb/if_athn_usb.c
845
athn_usb_wmi_xcmd(struct athn_usb_softc *usc, uint16_t cmd_id, void *ibuf,
sys/dev/usb/if_athn_usb.c
924
struct athn_usb_softc *usc = (struct athn_usb_softc *)sc;
sys/dev/usb/if_athn_usb.c
948
struct athn_usb_softc *usc = (struct athn_usb_softc *)sc;
sys/dev/usb/if_athn_usb.c
966
struct athn_usb_softc *usc = (struct athn_usb_softc *)sc;
sys/dev/usb/if_athn_usb.c
977
struct athn_usb_softc *usc = (struct athn_usb_softc *)sc;
sys/dev/usb/if_athn_usb.c
990
struct athn_usb_softc *usc = (struct athn_usb_softc *)ifp->if_softc;
sys/dev/usb/if_athn_usb.h
385
struct athn_usb_softc;
sys/dev/usb/if_athn_usb.h
394
struct athn_usb_softc *sc;
sys/dev/usb/if_athn_usb.h
400
struct athn_usb_softc *sc;
sys/dev/usb/if_athn_usb.h
407
void (*cb)(struct athn_usb_softc *, void *);