Symbol: wi_softc
sys/arch/macppc/dev/if_wi_obio.c
106
struct wi_softc *sc = &psc->sc_wi;
sys/arch/macppc/dev/if_wi_obio.c
137
struct wi_softc *sc = &psc->sc_wi;
sys/arch/macppc/dev/if_wi_obio.c
156
struct wi_softc *sc = &psc->sc_wi;
sys/arch/macppc/dev/if_wi_obio.c
173
wi_obio_enable(struct wi_softc *sc)
sys/arch/macppc/dev/if_wi_obio.c
215
wi_obio_disable(struct wi_softc *sc)
sys/arch/macppc/dev/if_wi_obio.c
77
int wi_obio_enable(struct wi_softc *sc);
sys/arch/macppc/dev/if_wi_obio.c
78
void wi_obio_disable(struct wi_softc *sc);
sys/arch/macppc/dev/if_wi_obio.c
81
struct wi_softc sc_wi;
sys/dev/ic/if_wi.c
1002
wi_cor_reset(struct wi_softc *sc)
sys/dev/ic/if_wi.c
1032
wi_read_record_io(struct wi_softc *sc, struct wi_ltv_gen *ltv)
sys/dev/ic/if_wi.c
1132
wi_write_record_io(struct wi_softc *sc, struct wi_ltv_gen *ltv)
sys/dev/ic/if_wi.c
122
STATIC void wi_reset(struct wi_softc *);
sys/dev/ic/if_wi.c
124
STATIC void wi_init_io(struct wi_softc *);
sys/dev/ic/if_wi.c
1251
wi_seek(struct wi_softc *sc, int id, int off, int chan)
sys/dev/ic/if_wi.c
127
STATIC void wi_rxeof(struct wi_softc *);
sys/dev/ic/if_wi.c
128
STATIC void wi_txeof(struct wi_softc *, int);
sys/dev/ic/if_wi.c
1285
wi_read_data_io(struct wi_softc *sc, int id, int off, caddr_t buf, int len)
sys/dev/ic/if_wi.c
129
STATIC void wi_update_stats(struct wi_softc *);
sys/dev/ic/if_wi.c
130
STATIC void wi_setmulti(struct wi_softc *);
sys/dev/ic/if_wi.c
1311
wi_write_data_io(struct wi_softc *sc, int id, int off, caddr_t buf, int len)
sys/dev/ic/if_wi.c
132
STATIC int wi_cmd_io(struct wi_softc *, int, int, int, int);
sys/dev/ic/if_wi.c
133
STATIC int wi_read_record_io(struct wi_softc *, struct wi_ltv_gen *);
sys/dev/ic/if_wi.c
134
STATIC int wi_write_record_io(struct wi_softc *, struct wi_ltv_gen *);
sys/dev/ic/if_wi.c
1345
wi_alloc_nicmem_io(struct wi_softc *sc, int len, int *id)
sys/dev/ic/if_wi.c
135
STATIC int wi_read_data_io(struct wi_softc *, int,
sys/dev/ic/if_wi.c
137
STATIC int wi_write_data_io(struct wi_softc *, int,
sys/dev/ic/if_wi.c
1376
wi_setmulti(struct wi_softc *sc)
sys/dev/ic/if_wi.c
139
STATIC int wi_seek(struct wi_softc *, int, int, int);
sys/dev/ic/if_wi.c
1419
wi_setdef(struct wi_softc *sc, struct wi_req *wreq)
sys/dev/ic/if_wi.c
142
STATIC int wi_setdef(struct wi_softc *, struct wi_req *);
sys/dev/ic/if_wi.c
143
STATIC void wi_get_id(struct wi_softc *);
sys/dev/ic/if_wi.c
149
STATIC int wi_set_nwkey(struct wi_softc *, struct ieee80211_nwkey *);
sys/dev/ic/if_wi.c
150
STATIC int wi_get_nwkey(struct wi_softc *, struct ieee80211_nwkey *);
sys/dev/ic/if_wi.c
151
STATIC int wi_sync_media(struct wi_softc *, int, int);
sys/dev/ic/if_wi.c
152
STATIC int wi_set_pm(struct wi_softc *, struct ieee80211_power *);
sys/dev/ic/if_wi.c
1523
struct wi_softc *sc = ifp->if_softc;
sys/dev/ic/if_wi.c
153
STATIC int wi_get_pm(struct wi_softc *, struct ieee80211_power *);
sys/dev/ic/if_wi.c
154
STATIC int wi_set_txpower(struct wi_softc *, struct ieee80211_txpower *);
sys/dev/ic/if_wi.c
155
STATIC int wi_get_txpower(struct wi_softc *, struct ieee80211_txpower *);
sys/dev/ic/if_wi.c
157
STATIC int wi_get_debug(struct wi_softc *, struct wi_req *);
sys/dev/ic/if_wi.c
158
STATIC int wi_set_debug(struct wi_softc *, struct wi_req *);
sys/dev/ic/if_wi.c
160
STATIC void wi_do_hostencrypt(struct wi_softc *, caddr_t, int);
sys/dev/ic/if_wi.c
161
STATIC int wi_do_hostdecrypt(struct wi_softc *, caddr_t, int);
sys/dev/ic/if_wi.c
163
STATIC int wi_alloc_nicmem_io(struct wi_softc *, int, int *);
sys/dev/ic/if_wi.c
164
STATIC int wi_get_fid_io(struct wi_softc *sc, int fid);
sys/dev/ic/if_wi.c
165
STATIC void wi_intr_enable(struct wi_softc *sc, int mode);
sys/dev/ic/if_wi.c
166
STATIC void wi_intr_ack(struct wi_softc *sc, int mode);
sys/dev/ic/if_wi.c
195
wi_attach(struct wi_softc *sc, struct wi_funcs *funcs)
sys/dev/ic/if_wi.c
2017
struct wi_softc *sc = (struct wi_softc *)arg;
sys/dev/ic/if_wi.c
2054
wi_init_io(struct wi_softc *sc)
sys/dev/ic/if_wi.c
2206
wi_do_hostencrypt(struct wi_softc *sc, caddr_t buf, int len)
sys/dev/ic/if_wi.c
2262
wi_do_hostdecrypt(struct wi_softc *sc, caddr_t buf, int len)
sys/dev/ic/if_wi.c
2315
struct wi_softc *sc;
sys/dev/ic/if_wi.c
2475
wi_mgmt_xmit(struct wi_softc *sc, caddr_t data, int len)
sys/dev/ic/if_wi.c
2518
wi_stop(struct wi_softc *sc)
sys/dev/ic/if_wi.c
2547
struct wi_softc *sc;
sys/dev/ic/if_wi.c
2562
wi_detach(struct wi_softc *sc)
sys/dev/ic/if_wi.c
2576
wi_get_id(struct wi_softc *sc)
sys/dev/ic/if_wi.c
2660
wi_sync_media(struct wi_softc *sc, int ptype, int txrate)
sys/dev/ic/if_wi.c
2721
struct wi_softc *sc = ifp->if_softc;
sys/dev/ic/if_wi.c
2788
struct wi_softc *sc = ifp->if_softc;
sys/dev/ic/if_wi.c
2845
wi_set_nwkey(struct wi_softc *sc, struct ieee80211_nwkey *nwkey)
sys/dev/ic/if_wi.c
2906
wi_get_nwkey(struct wi_softc *sc, struct ieee80211_nwkey *nwkey)
sys/dev/ic/if_wi.c
2925
wi_set_pm(struct wi_softc *sc, struct ieee80211_power *power)
sys/dev/ic/if_wi.c
2938
wi_get_pm(struct wi_softc *sc, struct ieee80211_power *power)
sys/dev/ic/if_wi.c
2948
wi_set_txpower(struct wi_softc *sc, struct ieee80211_txpower *txpower)
sys/dev/ic/if_wi.c
3007
wi_get_txpower(struct wi_softc *sc, struct ieee80211_txpower *txpower)
sys/dev/ic/if_wi.c
3054
wi_get_debug(struct wi_softc *sc, struct wi_req *wreq)
sys/dev/ic/if_wi.c
3111
wi_set_debug(struct wi_softc *sc, struct wi_req *wreq)
sys/dev/ic/if_wi.c
441
wi_intr_enable(struct wi_softc *sc, int mode)
sys/dev/ic/if_wi.c
448
wi_intr_ack(struct wi_softc *sc, int mode)
sys/dev/ic/if_wi.c
457
struct wi_softc *sc = vsc;
sys/dev/ic/if_wi.c
522
wi_get_fid_io(struct wi_softc *sc, int fid)
sys/dev/ic/if_wi.c
529
wi_rxeof(struct wi_softc *sc)
sys/dev/ic/if_wi.c
828
wi_txeof(struct wi_softc *sc, int status)
sys/dev/ic/if_wi.c
846
struct wi_softc *sc;
sys/dev/ic/if_wi.c
870
wi_update_stats(struct wi_softc *sc)
sys/dev/ic/if_wi.c
920
wi_cmd_io(struct wi_softc *sc, int cmd, int val0, int val1, int val2)
sys/dev/ic/if_wi.c
969
wi_reset(struct wi_softc *sc)
sys/dev/ic/if_wi_hostap.c
1094
wihap_data_input(struct wi_softc *sc, struct wi_frame *rxfrm, struct mbuf *m)
sys/dev/ic/if_wi_hostap.c
1175
wihap_ioctl(struct wi_softc *sc, u_long command, caddr_t data)
sys/dev/ic/if_wi_hostap.c
1355
wihap_init(struct wi_softc *sc)
sys/dev/ic/if_wi_hostap.c
1361
wihap_shutdown(struct wi_softc *sc)
sys/dev/ic/if_wi_hostap.c
1367
wihap_mgmt_input(struct wi_softc *sc, struct wi_frame *rxfrm, struct mbuf *m)
sys/dev/ic/if_wi_hostap.c
1373
wihap_data_input(struct wi_softc *sc, struct wi_frame *rxfrm, struct mbuf *m)
sys/dev/ic/if_wi_hostap.c
1379
wihap_ioctl(struct wi_softc *sc, u_long command, caddr_t data)
sys/dev/ic/if_wi_hostap.c
179
wihap_init(struct wi_softc *sc)
sys/dev/ic/if_wi_hostap.c
207
wihap_sta_disassoc(struct wi_softc *sc, u_int8_t sta_addr[], u_int16_t reason)
sys/dev/ic/if_wi_hostap.c
236
wihap_sta_deauth(struct wi_softc *sc, u_int8_t sta_addr[], u_int16_t reason)
sys/dev/ic/if_wi_hostap.c
265
wihap_shutdown(struct wi_softc *sc)
sys/dev/ic/if_wi_hostap.c
339
struct wi_softc *sc = v;
sys/dev/ic/if_wi_hostap.c
400
struct wi_softc *sc = sta->sc;
sys/dev/ic/if_wi_hostap.c
425
struct wi_softc *sc = sta->sc;
sys/dev/ic/if_wi_hostap.c
447
wihap_sta_alloc(struct wi_softc *sc, u_int8_t *addr)
sys/dev/ic/if_wi_hostap.c
499
struct wi_softc *sc = sta->sc;
sys/dev/ic/if_wi_hostap.c
537
wihap_auth_req(struct wi_softc *sc, struct wi_frame *rxfrm,
sys/dev/ic/if_wi_hostap.c
713
wihap_assoc_req(struct wi_softc *sc, struct wi_frame *rxfrm,
sys/dev/ic/if_wi_hostap.c
73
struct wihap_sta_info *wihap_sta_alloc(struct wi_softc *sc, u_int8_t *addr);
sys/dev/ic/if_wi_hostap.c
77
void wihap_auth_req(struct wi_softc *sc, struct wi_frame *rxfrm,
sys/dev/ic/if_wi_hostap.c
79
void wihap_sta_deauth(struct wi_softc *sc, u_int8_t sta_addr[],
sys/dev/ic/if_wi_hostap.c
81
void wihap_deauth_req(struct wi_softc *sc, struct wi_frame *rxfrm,
sys/dev/ic/if_wi_hostap.c
83
void wihap_assoc_req(struct wi_softc *sc, struct wi_frame *rxfrm,
sys/dev/ic/if_wi_hostap.c
85
void wihap_sta_disassoc(struct wi_softc *sc, u_int8_t sta_addr[],
sys/dev/ic/if_wi_hostap.c
853
wihap_deauth_req(struct wi_softc *sc, struct wi_frame *rxfrm,
sys/dev/ic/if_wi_hostap.c
87
void wihap_disassoc_req(struct wi_softc *sc, struct wi_frame *rxfrm,
sys/dev/ic/if_wi_hostap.c
882
wihap_disassoc_req(struct wi_softc *sc, struct wi_frame *rxfrm,
sys/dev/ic/if_wi_hostap.c
981
wihap_mgmt_input(struct wi_softc *sc, struct wi_frame *rxfrm, struct mbuf *m)
sys/dev/ic/if_wi_hostap.h
126
struct wi_softc;
sys/dev/ic/if_wi_hostap.h
130
int wihap_data_input(struct wi_softc *, struct wi_frame *, struct mbuf *);
sys/dev/ic/if_wi_hostap.h
131
int wihap_ioctl(struct wi_softc *, u_long, caddr_t);
sys/dev/ic/if_wi_hostap.h
132
void wihap_init(struct wi_softc *);
sys/dev/ic/if_wi_hostap.h
133
void wihap_mgmt_input(struct wi_softc *, struct wi_frame *, struct mbuf *);
sys/dev/ic/if_wi_hostap.h
134
void wihap_shutdown(struct wi_softc *);
sys/dev/ic/if_wi_hostap.h
83
struct wi_softc *sc;
sys/dev/ic/if_wivar.h
148
int (*f_cmd)(struct wi_softc *sc, int cmd, int val0, int val1,
sys/dev/ic/if_wivar.h
150
int (*f_read_record)(struct wi_softc *sc, struct wi_ltv_gen *ltv);
sys/dev/ic/if_wivar.h
151
int (*f_write_record)(struct wi_softc *sc,
sys/dev/ic/if_wivar.h
153
int (*f_alloc_nicmem)(struct wi_softc *sc, int len, int *id);
sys/dev/ic/if_wivar.h
154
int (*f_read_data)(struct wi_softc *sc, int id, int off,
sys/dev/ic/if_wivar.h
156
int (*f_write_data)(struct wi_softc *sc, int id, int off,
sys/dev/ic/if_wivar.h
158
int (*f_get_fid)(struct wi_softc *sc, int fid);
sys/dev/ic/if_wivar.h
159
void (*f_init)(struct wi_softc *sc);
sys/dev/ic/if_wivar.h
169
int wi_attach(struct wi_softc *, struct wi_funcs *);
sys/dev/ic/if_wivar.h
170
void wi_detach(struct wi_softc *);
sys/dev/ic/if_wivar.h
172
void wi_stop(struct wi_softc *);
sys/dev/ic/if_wivar.h
173
void wi_cor_reset(struct wi_softc *);
sys/dev/ic/if_wivar.h
174
int wi_mgmt_xmit(struct wi_softc *, caddr_t, int);
sys/dev/ic/if_wivar.h
176
void wi_update_stats(struct wi_softc *sc);
sys/dev/ic/if_wivar.h
177
void wi_rxeof(struct wi_softc *sc);
sys/dev/ic/if_wivar.h
178
void wi_txeof(struct wi_softc *sc, int status);
sys/dev/pci/if_wi_pci.c
141
struct wi_softc *sc = (struct wi_softc *)self;
sys/dev/pci/if_wi_pci.c
155
struct wi_softc *sc = (struct wi_softc *)self;
sys/dev/pci/if_wi_pci.c
172
wi_pci_wakeup(struct wi_softc *sc)
sys/dev/pci/if_wi_pci.c
205
wi_pci_acex_attach(struct pci_attach_args *pa, struct wi_softc *sc)
sys/dev/pci/if_wi_pci.c
312
wi_pci_plx_attach(struct pci_attach_args *pa, struct wi_softc *sc)
sys/dev/pci/if_wi_pci.c
445
wi_pci_tmd_attach(struct pci_attach_args *pa, struct wi_softc *sc)
sys/dev/pci/if_wi_pci.c
486
wi_pci_native_attach(struct pci_attach_args *pa, struct wi_softc *sc)
sys/dev/pci/if_wi_pci.c
519
wi_pci_common_attach(struct pci_attach_args *pa, struct wi_softc *sc)
sys/dev/pci/if_wi_pci.c
550
wi_pci_plx_print_cis(struct wi_softc *sc)
sys/dev/pci/if_wi_pci.c
75
void wi_pci_wakeup(struct wi_softc *);
sys/dev/pci/if_wi_pci.c
76
int wi_pci_acex_attach(struct pci_attach_args *pa, struct wi_softc *sc);
sys/dev/pci/if_wi_pci.c
77
int wi_pci_plx_attach(struct pci_attach_args *pa, struct wi_softc *sc);
sys/dev/pci/if_wi_pci.c
78
int wi_pci_tmd_attach(struct pci_attach_args *pa, struct wi_softc *sc);
sys/dev/pci/if_wi_pci.c
79
int wi_pci_native_attach(struct pci_attach_args *pa, struct wi_softc *sc);
sys/dev/pci/if_wi_pci.c
80
int wi_pci_common_attach(struct pci_attach_args *pa, struct wi_softc *sc);
sys/dev/pci/if_wi_pci.c
81
void wi_pci_plx_print_cis(struct wi_softc *);
sys/dev/pci/if_wi_pci.c
84
struct wi_softc sc_wi; /* real softc */
sys/dev/pci/if_wi_pci.c
95
int (*pp_attach)(struct pci_attach_args *pa, struct wi_softc *sc);
sys/dev/pcmcia/if_wi_pcmcia.c
372
struct wi_softc *sc = &psc->sc_wi;
sys/dev/pcmcia/if_wi_pcmcia.c
445
struct wi_softc *sc = &psc->sc_wi;
sys/dev/pcmcia/if_wi_pcmcia.c
468
struct wi_softc *sc = &psc->sc_wi;
sys/dev/pcmcia/if_wi_pcmcia.c
501
wi_pcmcia_wakeup(struct wi_softc *sc)
sys/dev/pcmcia/if_wi_pcmcia.c
73
void wi_pcmcia_wakeup(struct wi_softc *);
sys/dev/pcmcia/if_wi_pcmcia.c
76
struct wi_softc sc_wi;
sys/dev/usb/if_wi_usb.c
1085
struct wi_softc *wsc = &sc->sc_wi;
sys/dev/usb/if_wi_usb.c
118
struct wi_softc sc_wi;
sys/dev/usb/if_wi_usb.c
1265
wi_get_fid_usb(struct wi_softc *sc, int fid)
sys/dev/usb/if_wi_usb.c
1565
struct wi_softc *wsc = &sc->sc_wi;
sys/dev/usb/if_wi_usb.c
1619
struct wi_softc *wsc;
sys/dev/usb/if_wi_usb.c
1649
wi_init_usb(struct wi_softc *wsc)
sys/dev/usb/if_wi_usb.c
1667
struct wi_softc *wsc = xsc;
sys/dev/usb/if_wi_usb.c
1692
struct wi_softc *wsc;
sys/dev/usb/if_wi_usb.c
1719
struct wi_softc *wsc;
sys/dev/usb/if_wi_usb.c
353
struct wi_softc *wsc = &sc->sc_wi;
sys/dev/usb/if_wi_usb.c
508
wi_cmd_usb(struct wi_softc *wsc, int cmd, int val0, int val1, int val2)
sys/dev/usb/if_wi_usb.c
594
wi_read_record_usb(struct wi_softc *wsc, struct wi_ltv_gen *ltv)
sys/dev/usb/if_wi_usb.c
723
wi_write_record_usb(struct wi_softc *wsc, struct wi_ltv_gen *ltv)
sys/dev/usb/if_wi_usb.c
891
wi_alloc_nicmem_usb(struct wi_softc *wsc, int len, int *id)
sys/dev/usb/if_wi_usb.c
928
wi_write_data_usb(struct wi_softc *wsc, int id, int off, caddr_t buf, int len)
sys/dev/usb/if_wi_usb.c
955
wi_read_data_usb(struct wi_softc *wsc, int id, int off, caddr_t buf, int len)
sys/dev/usb/if_wi_usb.h
143
int wi_cmd_usb(struct wi_softc *sc, int cmd, int val0, int val1, int val2);
sys/dev/usb/if_wi_usb.h
144
int wi_read_record_usb(struct wi_softc *sc, struct wi_ltv_gen *ltv);
sys/dev/usb/if_wi_usb.h
145
int wi_write_record_usb(struct wi_softc *sc, struct wi_ltv_gen *ltv);
sys/dev/usb/if_wi_usb.h
146
int wi_read_data_usb(struct wi_softc *sc, int id, int off, caddr_t buf,
sys/dev/usb/if_wi_usb.h
148
int wi_write_data_usb(struct wi_softc *sc, int id, int off, caddr_t buf,
sys/dev/usb/if_wi_usb.h
150
int wi_alloc_nicmem_usb(struct wi_softc *sc, int len, int *id);
sys/dev/usb/if_wi_usb.h
151
int wi_get_fid_usb(struct wi_softc *sc, int fid);
sys/dev/usb/if_wi_usb.h
152
void wi_init_usb(struct wi_softc *sc);