Symbol: ath_softc
sys/dev/cardbus/if_ath_cardbus.c
116
struct ath_softc *sc = &csc->sc_ath;
sys/dev/cardbus/if_ath_cardbus.c
171
struct ath_softc *sc = &csc->sc_ath;
sys/dev/cardbus/if_ath_cardbus.c
202
ath_cardbus_enable(struct ath_softc *sc)
sys/dev/cardbus/if_ath_cardbus.c
234
ath_cardbus_disable(struct ath_softc *sc)
sys/dev/cardbus/if_ath_cardbus.c
250
ath_cardbus_power(struct ath_softc *sc, int why)
sys/dev/cardbus/if_ath_cardbus.c
66
struct ath_softc sc_ath;
sys/dev/cardbus/if_ath_cardbus.c
93
int ath_cardbus_enable(struct ath_softc *);
sys/dev/cardbus/if_ath_cardbus.c
94
void ath_cardbus_disable(struct ath_softc *);
sys/dev/cardbus/if_ath_cardbus.c
95
void ath_cardbus_power(struct ath_softc *, int);
sys/dev/ic/ar5xxx.c
159
struct ath_softc *sc = (struct ath_softc *)arg;
sys/dev/ic/ath.c
1009
ath_initkeytable(struct ath_softc *sc)
sys/dev/ic/ath.c
101
void ath_beacon_config(struct ath_softc *);
sys/dev/ic/ath.c
102
int ath_desc_alloc(struct ath_softc *);
sys/dev/ic/ath.c
103
void ath_desc_free(struct ath_softc *);
sys/dev/ic/ath.c
1085
ath_mcastfilter_compute(struct ath_softc *sc, u_int32_t (*mfilt)[2])
sys/dev/ic/ath.c
111
int ath_rxbuf_init(struct ath_softc *, struct ath_buf *);
sys/dev/ic/ath.c
1124
ath_calcrxfilter(struct ath_softc *sc)
sys/dev/ic/ath.c
113
int ath_tx_start(struct ath_softc *, struct ieee80211_node *,
sys/dev/ic/ath.c
1145
ath_mode_init(struct ath_softc *sc)
sys/dev/ic/ath.c
116
int ath_chan_set(struct ath_softc *, struct ieee80211_node *);
sys/dev/ic/ath.c
117
void ath_draintxq(struct ath_softc *);
sys/dev/ic/ath.c
118
void ath_stoprecv(struct ath_softc *);
sys/dev/ic/ath.c
1184
ath_beacon_alloc(struct ath_softc *sc, struct ieee80211_node *ni)
sys/dev/ic/ath.c
119
int ath_startrecv(struct ath_softc *);
sys/dev/ic/ath.c
121
int ath_set_slot_time(struct ath_softc *);
sys/dev/ic/ath.c
123
void ath_ledstate(struct ath_softc *, enum ieee80211_state);
sys/dev/ic/ath.c
127
int ath_getchannels(struct ath_softc *, HAL_BOOL outdoor,
sys/dev/ic/ath.c
129
int ath_rate_setup(struct ath_softc *sc, u_int mode);
sys/dev/ic/ath.c
1292
struct ath_softc *sc = arg;
sys/dev/ic/ath.c
130
void ath_setcurmode(struct ath_softc *, enum ieee80211_phymode);
sys/dev/ic/ath.c
1320
ath_beacon_free(struct ath_softc *sc)
sys/dev/ic/ath.c
1349
ath_beacon_config(struct ath_softc *sc)
sys/dev/ic/ath.c
137
void ath_disable(struct ath_softc *);
sys/dev/ic/ath.c
139
int ath_gpio_attach(struct ath_softc *, u_int16_t);
sys/dev/ic/ath.c
1457
ath_desc_alloc(struct ath_softc *sc)
sys/dev/ic/ath.c
1579
ath_desc_free(struct ath_softc *sc)
sys/dev/ic/ath.c
163
struct ath_softc *sc = (struct ath_softc *)self;
sys/dev/ic/ath.c
1634
struct ath_softc *sc = ic->ic_if.if_softc;
sys/dev/ic/ath.c
1648
struct ath_softc *sc = ic->ic_if.if_softc;
sys/dev/ic/ath.c
1691
ath_rxbuf_init(struct ath_softc *sc, struct ath_buf *bf)
sys/dev/ic/ath.c
1773
struct ath_softc *sc = arg;
sys/dev/ic/ath.c
186
ath_enable(struct ath_softc *sc)
sys/dev/ic/ath.c
1986
ath_tx_start(struct ath_softc *sc, struct ieee80211_node *ni,
sys/dev/ic/ath.c
200
ath_disable(struct ath_softc *sc)
sys/dev/ic/ath.c
210
ath_attach(u_int16_t devid, struct ath_softc *sc)
sys/dev/ic/ath.c
2360
struct ath_softc *sc = arg;
sys/dev/ic/ath.c
2447
ath_draintxq(struct ath_softc *sc)
sys/dev/ic/ath.c
2510
ath_stoprecv(struct ath_softc *sc)
sys/dev/ic/ath.c
2542
ath_startrecv(struct ath_softc *sc)
sys/dev/ic/ath.c
2573
ath_chan_set(struct ath_softc *sc, struct ieee80211_node *ni)
sys/dev/ic/ath.c
2650
struct ath_softc *sc = arg;
sys/dev/ic/ath.c
2664
ath_set_slot_time(struct ath_softc *sc)
sys/dev/ic/ath.c
2682
struct ath_softc *sc = arg;
sys/dev/ic/ath.c
2721
ath_ledstate(struct ath_softc *sc, enum ieee80211_state state)
sys/dev/ic/ath.c
2756
struct ath_softc *sc = ifp->if_softc;
sys/dev/ic/ath.c
2863
struct ath_softc *sc = (struct ath_softc*)ic->ic_softc;
sys/dev/ic/ath.c
2898
ath_getchannels(struct ath_softc *sc, HAL_BOOL outdoor, HAL_BOOL xchanmode)
sys/dev/ic/ath.c
2964
ath_rate_setup(struct ath_softc *sc, u_int mode)
sys/dev/ic/ath.c
3006
ath_setcurmode(struct ath_softc *sc, enum ieee80211_phymode mode)
sys/dev/ic/ath.c
3040
struct ath_softc *sc = (struct ath_softc *)arg;
sys/dev/ic/ath.c
3088
ath_gpio_attach(struct ath_softc *sc, u_int16_t devid)
sys/dev/ic/ath.c
3144
struct ath_softc *sc = arg;
sys/dev/ic/ath.c
3152
struct ath_softc *sc = arg;
sys/dev/ic/ath.c
3160
struct ath_softc *sc = arg;
sys/dev/ic/ath.c
442
ath_detach(struct ath_softc *sc, int flags)
sys/dev/ic/ath.c
474
return ath_intr1((struct ath_softc *)arg);
sys/dev/ic/ath.c
478
ath_intr1(struct ath_softc *sc)
sys/dev/ic/ath.c
550
struct ath_softc *sc = arg;
sys/dev/ic/ath.c
562
struct ath_softc *sc = arg;
sys/dev/ic/ath.c
574
struct ath_softc *sc = arg;
sys/dev/ic/ath.c
594
return ath_init1((struct ath_softc *)ifp->if_softc);
sys/dev/ic/ath.c
598
ath_init1(struct ath_softc *sc)
sys/dev/ic/ath.c
695
struct ath_softc *sc = ifp->if_softc;
sys/dev/ic/ath.c
749
ath_reset(struct ath_softc *sc, int full)
sys/dev/ic/ath.c
789
struct ath_softc *sc = ifp->if_softc;
sys/dev/ic/ath.c
80
int ath_init1(struct ath_softc *);
sys/dev/ic/ath.c
81
int ath_intr1(struct ath_softc *);
sys/dev/ic/ath.c
84
void ath_reset(struct ath_softc *, int);
sys/dev/ic/ath.c
91
int ath_initkeytable(struct ath_softc *);
sys/dev/ic/ath.c
915
struct ath_softc *sc = ifp->if_softc;
sys/dev/ic/ath.c
93
void ath_mcastfilter_compute(struct ath_softc *, u_int32_t (*)[2]);
sys/dev/ic/ath.c
937
struct ath_softc *sc = ifp->if_softc;
sys/dev/ic/ath.c
94
u_int32_t ath_calcrxfilter(struct ath_softc *);
sys/dev/ic/ath.c
95
void ath_mode_init(struct ath_softc *);
sys/dev/ic/ath.c
97
int ath_beacon_alloc(struct ath_softc *, struct ieee80211_node *);
sys/dev/ic/ath.c
99
void ath_beacon_free(struct ath_softc *);
sys/dev/ic/athvar.h
199
int (*sc_enable)(struct ath_softc *);
sys/dev/ic/athvar.h
200
void (*sc_disable)(struct ath_softc *);
sys/dev/ic/athvar.h
201
void (*sc_power)(struct ath_softc *, int);
sys/dev/ic/athvar.h
377
int ath_attach(u_int16_t, struct ath_softc *);
sys/dev/ic/athvar.h
378
int ath_detach(struct ath_softc *, int);
sys/dev/ic/athvar.h
379
int ath_enable(struct ath_softc *);
sys/dev/ic/athvar.h
382
int ath_enable(struct ath_softc *);
sys/dev/pci/if_ath_pci.c
112
struct ath_softc *sc = &psc->sc_sc;
sys/dev/pci/if_ath_pci.c
181
struct ath_softc *sc = &psc->sc_sc;
sys/dev/pci/if_ath_pci.c
68
struct ath_softc sc_sc;