Symbol: athn_usb_softc
sys/dev/usb/if_athn_usb.c
102
Static void athn_usb_abort_pipes(struct athn_usb_softc *);
sys/dev/usb/if_athn_usb.c
103
Static void athn_usb_close_pipes(struct athn_usb_softc *);
sys/dev/usb/if_athn_usb.c
1031
athn_usb_htc_msg(struct athn_usb_softc *usc, uint16_t msg_id, void *buf,
sys/dev/usb/if_athn_usb.c
104
Static int athn_usb_create_hw_node(struct athn_usb_softc *,
sys/dev/usb/if_athn_usb.c
106
Static int athn_usb_create_node(struct athn_usb_softc *,
sys/dev/usb/if_athn_usb.c
1062
athn_usb_htc_setup(struct athn_usb_softc *usc)
sys/dev/usb/if_athn_usb.c
108
Static void athn_usb_do_async(struct athn_usb_softc *,
sys/dev/usb/if_athn_usb.c
109
void (*)(struct athn_usb_softc *, void *), void *, int);
sys/dev/usb/if_athn_usb.c
110
Static void athn_usb_free_rx_list(struct athn_usb_softc *);
sys/dev/usb/if_athn_usb.c
111
Static void athn_usb_free_tx_cmd(struct athn_usb_softc *);
sys/dev/usb/if_athn_usb.c
112
Static void athn_usb_free_tx_msg(struct athn_usb_softc *);
sys/dev/usb/if_athn_usb.c
113
Static void athn_usb_free_tx_list(struct athn_usb_softc *);
sys/dev/usb/if_athn_usb.c
114
Static int athn_usb_htc_connect_svc(struct athn_usb_softc *, uint16_t,
sys/dev/usb/if_athn_usb.c
116
Static int athn_usb_htc_msg(struct athn_usb_softc *, uint16_t, void *,
sys/dev/usb/if_athn_usb.c
1165
athn_usb_htc_connect_svc(struct athn_usb_softc *usc, uint16_t svc_id,
sys/dev/usb/if_athn_usb.c
118
Static int athn_usb_htc_setup(struct athn_usb_softc *);
sys/dev/usb/if_athn_usb.c
1214
athn_usb_wait_msg(struct athn_usb_softc *usc)
sys/dev/usb/if_athn_usb.c
1231
struct athn_usb_softc *usc = priv;
sys/dev/usb/if_athn_usb.c
124
Static int athn_usb_load_firmware(struct athn_usb_softc *);
sys/dev/usb/if_athn_usb.c
1240
athn_usb_wmi_xcmd(struct athn_usb_softc *usc, uint16_t cmd_id, void *ibuf,
sys/dev/usb/if_athn_usb.c
129
Static void athn_usb_newassoc_cb(struct athn_usb_softc *, void *);
sys/dev/usb/if_athn_usb.c
1308
struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc);
sys/dev/usb/if_athn_usb.c
132
Static void athn_usb_newstate_cb(struct athn_usb_softc *, void *);
sys/dev/usb/if_athn_usb.c
1336
struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc);
sys/dev/usb/if_athn_usb.c
134
Static void athn_usb_node_cleanup_cb(struct athn_usb_softc *, void *);
sys/dev/usb/if_athn_usb.c
135
Static int athn_usb_open_pipes(struct athn_usb_softc *);
sys/dev/usb/if_athn_usb.c
1363
struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc);
sys/dev/usb/if_athn_usb.c
137
Static int athn_usb_remove_hw_node(struct athn_usb_softc *, uint8_t *);
sys/dev/usb/if_athn_usb.c
1379
struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc);
sys/dev/usb/if_athn_usb.c
139
Static void athn_usb_rx_frame(struct athn_usb_softc *, struct mbuf *);
sys/dev/usb/if_athn_usb.c
1399
struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc);
sys/dev/usb/if_athn_usb.c
142
Static void athn_usb_rx_wmi_ctrl(struct athn_usb_softc *, uint8_t *, size_t);
sys/dev/usb/if_athn_usb.c
1420
struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc);
sys/dev/usb/if_athn_usb.c
1433
athn_usb_newstate_cb(struct athn_usb_softc *usc, void *arg)
sys/dev/usb/if_athn_usb.c
149
Static void athn_usb_swba(struct athn_usb_softc *);
sys/dev/usb/if_athn_usb.c
1525
struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc);
sys/dev/usb/if_athn_usb.c
1538
athn_usb_newassoc_cb(struct athn_usb_softc *usc, void *arg)
sys/dev/usb/if_athn_usb.c
1562
struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc);
sys/dev/usb/if_athn_usb.c
1576
athn_usb_ampdu_tx_start_cb(struct athn_usb_softc *usc, void *arg)
sys/dev/usb/if_athn_usb.c
158
Static void athn_usb_updateslot_cb(struct athn_usb_softc *, void *);
sys/dev/usb/if_athn_usb.c
159
Static void athn_usb_wait_async(struct athn_usb_softc *);
sys/dev/usb/if_athn_usb.c
1596
struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc);
sys/dev/usb/if_athn_usb.c
160
Static int athn_usb_wait_msg(struct athn_usb_softc *);
sys/dev/usb/if_athn_usb.c
1609
athn_usb_ampdu_tx_stop_cb(struct athn_usb_softc *usc, void *arg)
sys/dev/usb/if_athn_usb.c
162
Static int athn_usb_wmi_xcmd(struct athn_usb_softc *, uint16_t, void *,
sys/dev/usb/if_athn_usb.c
1626
athn_usb_remove_hw_node(struct athn_usb_softc *usc, uint8_t *sta_idx)
sys/dev/usb/if_athn_usb.c
1641
athn_usb_create_hw_node(struct athn_usb_softc *usc,
sys/dev/usb/if_athn_usb.c
1658
athn_usb_create_node(struct athn_usb_softc *usc, struct ieee80211_node *ni)
sys/dev/usb/if_athn_usb.c
1741
struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc);
sys/dev/usb/if_athn_usb.c
178
Static void athn_usb_updateedca_cb(struct athn_usb_softc *, void *);
sys/dev/usb/if_athn_usb.c
1800
struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc);
sys/dev/usb/if_athn_usb.c
1809
athn_usb_updateedca_cb(struct athn_usb_softc *usc, void *arg)
sys/dev/usb/if_athn_usb.c
1825
struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc);
sys/dev/usb/if_athn_usb.c
184
Static void athn_usb_ampdu_tx_start_cb(struct athn_usb_softc *, void *);
sys/dev/usb/if_athn_usb.c
1843
athn_usb_updateslot_cb(struct athn_usb_softc *usc, void *arg)
sys/dev/usb/if_athn_usb.c
1860
struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc);
sys/dev/usb/if_athn_usb.c
187
Static void athn_usb_ampdu_tx_stop_cb(struct athn_usb_softc *, void *);
sys/dev/usb/if_athn_usb.c
1878
athn_usb_set_key_cb(struct athn_usb_softc *usc, void *arg)
sys/dev/usb/if_athn_usb.c
1898
struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc);
sys/dev/usb/if_athn_usb.c
190
Static void athn_usb_delete_key_cb(struct athn_usb_softc *, void *);
sys/dev/usb/if_athn_usb.c
1915
athn_usb_delete_key_cb(struct athn_usb_softc *usc, void *arg)
sys/dev/usb/if_athn_usb.c
193
Static void athn_usb_set_key_cb(struct athn_usb_softc *, void *);
sys/dev/usb/if_athn_usb.c
1937
struct athn_usb_softc *usc = data->sc;
sys/dev/usb/if_athn_usb.c
1950
athn_usb_swba(struct athn_usb_softc *usc)
sys/dev/usb/if_athn_usb.c
2021
athn_usb_rx_wmi_ctrl(struct athn_usb_softc *usc, uint8_t *buf, size_t len)
sys/dev/usb/if_athn_usb.c
2083
struct athn_usb_softc *usc = priv;
sys/dev/usb/if_athn_usb.c
2224
athn_usb_rx_frame(struct athn_usb_softc *usc, struct mbuf *m)
sys/dev/usb/if_athn_usb.c
2305
struct athn_usb_softc *usc = data->sc;
sys/dev/usb/if_athn_usb.c
2417
struct athn_usb_softc *usc = data->sc;
sys/dev/usb/if_athn_usb.c
2457
struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc);
sys/dev/usb/if_athn_usb.c
247
struct athn_usb_softc *usc;
sys/dev/usb/if_athn_usb.c
2570
struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc);
sys/dev/usb/if_athn_usb.c
2681
struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc);
sys/dev/usb/if_athn_usb.c
2752
struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc);
sys/dev/usb/if_athn_usb.c
2765
struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc);
sys/dev/usb/if_athn_usb.c
2926
struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc);
sys/dev/usb/if_athn_usb.c
2937
struct athn_usb_softc *usc = ATHN_USB_SOFTC(sc);
sys/dev/usb/if_athn_usb.c
367
athn_usb_node_cleanup_cb(struct athn_usb_softc *usc, void *arg)
sys/dev/usb/if_athn_usb.c
379
struct athn_usb_softc *usc;
sys/dev/usb/if_athn_usb.c
400
struct athn_usb_softc *usc = device_private(arg);
sys/dev/usb/if_athn_usb.c
483
struct athn_usb_softc *usc = device_private(self);
sys/dev/usb/if_athn_usb.c
562
struct athn_usb_softc *usc = device_private(self);
sys/dev/usb/if_athn_usb.c
578
athn_usb_open_pipes(struct athn_usb_softc *usc)
sys/dev/usb/if_athn_usb.c
650
athn_usb_abort_pipes(struct athn_usb_softc *usc)
sys/dev/usb/if_athn_usb.c
665
athn_usb_close_pipes(struct athn_usb_softc *usc)
sys/dev/usb/if_athn_usb.c
681
athn_usb_alloc_rx_list(struct athn_usb_softc *usc)
sys/dev/usb/if_athn_usb.c
709
athn_usb_free_rx_list(struct athn_usb_softc *usc)
sys/dev/usb/if_athn_usb.c
726
athn_usb_alloc_tx_list(struct athn_usb_softc *usc)
sys/dev/usb/if_athn_usb.c
766
athn_usb_free_tx_list(struct athn_usb_softc *usc)
sys/dev/usb/if_athn_usb.c
78
#define ATHN_USB_SOFTC(sc) ((struct athn_usb_softc *)(sc))
sys/dev/usb/if_athn_usb.c
783
athn_usb_alloc_tx_cmd(struct athn_usb_softc *usc)
sys/dev/usb/if_athn_usb.c
804
athn_usb_free_tx_cmd(struct athn_usb_softc *usc)
sys/dev/usb/if_athn_usb.c
817
athn_usb_alloc_tx_msg(struct athn_usb_softc *usc)
sys/dev/usb/if_athn_usb.c
838
athn_usb_free_tx_msg(struct athn_usb_softc *usc)
sys/dev/usb/if_athn_usb.c
853
struct athn_usb_softc *usc = arg;
sys/dev/usb/if_athn_usb.c
878
athn_usb_do_async(struct athn_usb_softc *usc,
sys/dev/usb/if_athn_usb.c
879
void (*cb)(struct athn_usb_softc *, void *), void *arg, int len)
sys/dev/usb/if_athn_usb.c
904
athn_usb_wait_async(struct athn_usb_softc *usc)
sys/dev/usb/if_athn_usb.c
917
athn_usb_load_firmware(struct athn_usb_softc *usc)
sys/dev/usb/if_athn_usb.c
92
CFATTACH_DECL_NEW(athn_usb, sizeof(struct athn_usb_softc), athn_usb_match,
sys/dev/usb/if_athn_usb.c
95
Static int athn_usb_alloc_rx_list(struct athn_usb_softc *);
sys/dev/usb/if_athn_usb.c
96
Static int athn_usb_alloc_tx_cmd(struct athn_usb_softc *);
sys/dev/usb/if_athn_usb.c
97
Static int athn_usb_alloc_tx_msg(struct athn_usb_softc *);
sys/dev/usb/if_athn_usb.c
98
Static int athn_usb_alloc_tx_list(struct athn_usb_softc *);
sys/dev/usb/if_athn_usb.h
387
struct athn_usb_softc;
sys/dev/usb/if_athn_usb.h
396
struct athn_usb_softc *sc;
sys/dev/usb/if_athn_usb.h
402
struct athn_usb_softc *sc;
sys/dev/usb/if_athn_usb.h
409
void (*cb)(struct athn_usb_softc *, void *);