Searched refs:ath_softc (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath9k/
H A Dath9k.h127 int ath_descdma_setup(struct ath_softc *sc, struct ath_descdma *dd,
130 void ath_descdma_cleanup(struct ath_softc *sc, struct ath_descdma *dd,
322 int ath_startrecv(struct ath_softc *sc);
323 bool ath_stoprecv(struct ath_softc *sc);
324 void ath_flushrecv(struct ath_softc *sc);
325 u32 ath_calcrxfilter(struct ath_softc *sc);
326 int ath_rx_init(struct ath_softc *sc, int nbufs);
327 void ath_rx_cleanup(struct ath_softc *sc);
328 int ath_rx_tasklet(struct ath_softc *sc, int flush, bool hp);
329 struct ath_txq *ath_txq_setup(struct ath_softc *s
535 struct ath_softc { struct
[all...]
H A Ddebug.h167 void ath_debug_stat_interrupt(struct ath_softc *sc, enum ath9k_int status);
168 void ath_debug_stat_rc(struct ath_softc *sc, int final_rate);
169 void ath_debug_stat_tx(struct ath_softc *sc, struct ath_txq *txq,
171 void ath_debug_stat_rx(struct ath_softc *sc, struct ath_rx_status *rs);
172 void ath_debug_stat_retries(struct ath_softc *sc, int rix,
195 static inline void ath_debug_stat_interrupt(struct ath_softc *sc,
200 static inline void ath_debug_stat_rc(struct ath_softc *sc,
205 static inline void ath_debug_stat_tx(struct ath_softc *sc,
212 static inline void ath_debug_stat_rx(struct ath_softc *sc,
217 static inline void ath_debug_stat_retries(struct ath_softc *s
[all...]
H A Dgpio.c25 struct ath_softc *sc = container_of(work, struct ath_softc,
61 struct ath_softc *sc = led->sc;
94 static int ath_register_led(struct ath_softc *sc, struct ath_led *led,
121 void ath_deinit_leds(struct ath_softc *sc)
131 void ath_init_leds(struct ath_softc *sc)
194 static bool ath_is_rfkill_set(struct ath_softc *sc)
205 struct ath_softc *sc = aphy->sc;
211 void ath_start_rfkill_poll(struct ath_softc *sc)
226 static void ath_detect_bt_priority(struct ath_softc *s
[all...]
H A Dpci.c38 struct ath_softc *sc = (struct ath_softc *) common->priv;
79 struct ath_softc *sc = (struct ath_softc *) common->priv;
102 struct ath_softc *sc;
174 sizeof(struct ath_softc), &ath9k_ops);
185 sc = (struct ath_softc *) (aphy + 1);
236 struct ath_softc *sc = aphy->sc;
254 struct ath_softc *sc = aphy->sc;
269 struct ath_softc *s
[all...]
H A Dahb.c32 struct ath_softc *sc = (struct ath_softc *)common->priv;
59 struct ath_softc *sc;
97 sizeof(struct ath_softc), &ath9k_ops);
108 sc = (struct ath_softc *) (aphy + 1);
156 struct ath_softc *sc = aphy->sc;
H A Dvirtual.c44 struct ath_softc *sc = aphy->sc;
102 int ath9k_wiphy_add(struct ath_softc *sc)
171 struct ath_softc *sc = aphy->sc;
192 struct ath_softc *sc = aphy->sc;
234 static bool __ath9k_wiphy_pausing(struct ath_softc *sc)
247 static bool ath9k_wiphy_pausing(struct ath_softc *sc)
256 static bool __ath9k_wiphy_scanning(struct ath_softc *sc)
269 bool ath9k_wiphy_scanning(struct ath_softc *sc)
290 static void ath9k_wiphy_unpause_channel(struct ath_softc *sc)
302 struct ath_softc *s
[all...]
H A Dmain.c21 static void ath_cache_conf_rate(struct ath_softc *sc,
51 static void ath_update_txpow(struct ath_softc *sc)
97 static struct ath9k_channel *ath_get_curchannel(struct ath_softc *sc,
110 bool ath9k_setpower(struct ath_softc *sc, enum ath9k_power_mode mode)
122 void ath9k_ps_wakeup(struct ath_softc *sc)
136 void ath9k_ps_restore(struct ath_softc *sc)
161 struct ath_softc *sc = (struct ath_softc *) common->priv;
183 int ath_set_channel(struct ath_softc *sc, struct ieee80211_hw *hw,
269 static void ath_paprd_activate(struct ath_softc *s
[all...]
H A Drecv.c22 static inline bool ath9k_check_auto_sleep(struct ath_softc *sc)
28 static struct ieee80211_hw * ath_get_virt_hw(struct ath_softc *sc,
57 static void ath_rx_buf_link(struct ath_softc *sc, struct ath_buf *bf)
93 static void ath_setdefantenna(struct ath_softc *sc, u32 antenna)
100 static void ath_opmode_init(struct ath_softc *sc)
123 static bool ath_rx_edma_buf_link(struct ath_softc *sc,
152 static void ath_rx_addbuffer_edma(struct ath_softc *sc,
174 static void ath_rx_remove_buffer(struct ath_softc *sc,
190 static void ath_rx_edma_cleanup(struct ath_softc *sc)
215 static int ath_rx_edma_init(struct ath_softc *s
[all...]
H A Ddebug.c40 struct ath_softc *sc = file->private_data;
52 struct ath_softc *sc = file->private_data;
84 struct ath_softc *sc = file->private_data;
96 struct ath_softc *sc = file->private_data;
126 struct ath_softc *sc = file->private_data;
138 struct ath_softc *sc = file->private_data;
168 struct ath_softc *sc = file->private_data;
266 void ath_debug_stat_interrupt(struct ath_softc *sc, enum ath9k_int status)
318 struct ath_softc *sc = file->private_data;
381 void ath_debug_stat_rc(struct ath_softc *s
[all...]
H A Dxmit.c51 static void ath_tx_send_ht_normal(struct ath_softc *sc, struct ath_txq *txq,
54 static void ath_tx_complete_buf(struct ath_softc *sc, struct ath_buf *bf,
57 static void ath_tx_txqaddbuf(struct ath_softc *sc, struct ath_txq *txq,
59 static void ath_buf_set_rate(struct ath_softc *sc, struct ath_buf *bf);
60 static int ath_tx_num_badfrms(struct ath_softc *sc, struct ath_buf *bf,
64 static void ath_tx_update_baw(struct ath_softc *sc, struct ath_atx_tid *tid,
125 static void ath_tx_resume_tid(struct ath_softc *sc, struct ath_atx_tid *tid)
143 static void ath_tx_flush_tid(struct ath_softc *sc, struct ath_atx_tid *tid)
170 static void ath_tx_update_baw(struct ath_softc *sc, struct ath_atx_tid *tid,
186 static void ath_tx_addto_baw(struct ath_softc *s
[all...]
H A Dinit.c133 static void ath9k_deinit_softc(struct ath_softc *sc);
145 struct ath_softc *sc = (struct ath_softc *) common->priv;
160 struct ath_softc *sc = (struct ath_softc *) common->priv;
182 static void setup_ht_cap(struct ath_softc *sc,
242 struct ath_softc *sc = aphy->sc;
253 int ath_descdma_setup(struct ath_softc *sc, struct ath_descdma *dd,
361 static void ath9k_init_crypto(struct ath_softc *sc)
392 static int ath9k_init_btcoex(struct ath_softc *s
[all...]
H A Dbeacon.c26 int ath_beaconq_config(struct ath_softc *sc)
63 static void ath_beacon_setup(struct ath_softc *sc, struct ath_vif *avp,
111 struct ath_softc *sc = aphy->sc;
205 struct ath_softc *sc = aphy->sc;
308 void ath_beacon_return(struct ath_softc *sc, struct ath_vif *avp)
335 struct ath_softc *sc = (struct ath_softc *)data;
455 static void ath9k_beacon_init(struct ath_softc *sc,
473 static void ath_beacon_config_ap(struct ath_softc *sc,
516 static void ath_beacon_config_sta(struct ath_softc *s
[all...]
H A Drc.c610 static u8 ath_rc_get_highest_rix(struct ath_softc *sc,
729 static void ath_rc_rate_set_rtscts(struct ath_softc *sc,
768 struct ath_softc *sc = priv;
880 static bool ath_rc_update_per(struct ath_softc *sc,
1025 static void ath_rc_update_ht(struct ath_softc *sc,
1126 static void ath_rc_tx_status(struct ath_softc *sc,
1184 struct ath_rate_table *ath_choose_rate_table(struct ath_softc *sc,
1221 static void ath_rc_init(struct ath_softc *sc,
1296 static u8 ath_rc_build_ht_caps(struct ath_softc *sc, struct ieee80211_sta *sta,
1324 struct ath_softc *s
[all...]
H A Drc.h24 struct ath_softc;

Completed in 184 milliseconds