Home
last modified time | relevance | path

Searched refs:ath_common (Results 1 – 25 of 58) sorted by relevance

123

/linux/drivers/net/wireless/ath/
H A Dath.h139 struct ath_common;
143 void (*wakeup)(struct ath_common *common);
144 void (*restore)(struct ath_common *common);
147 struct ath_common { struct
193 static inline const struct ath_ps_ops *ath_ps_ops(struct ath_common *common) in ath_ps_ops() argument
198 struct sk_buff *ath_rxbuf_alloc(struct ath_common *common,
201 bool ath_is_mybeacon(struct ath_common *common, struct ieee80211_hdr *hdr);
203 void ath_hw_setbssidmask(struct ath_common *common);
204 void ath_key_delete(struct ath_common *common, u8 hw_key_idx);
205 int ath_key_config(struct ath_common *common,
[all …]
H A Dmain.c30 struct sk_buff *ath_rxbuf_alloc(struct ath_common *common, in ath_rxbuf_alloc()
64 bool ath_is_mybeacon(struct ath_common *common, struct ieee80211_hdr *hdr) in ath_is_mybeacon()
72 void ath_printk(const char *level, const struct ath_common* common, in ath_printk()
H A Dhw.c118 void ath_hw_setbssidmask(struct ath_common *common) in ath_hw_setbssidmask()
142 void ath_hw_cycle_counters_update(struct ath_common *common) in ath_hw_cycle_counters_update()
178 int32_t ath_hw_get_listen_time(struct ath_common *common) in ath_hw_get_listen_time()
H A Dkey.c42 bool ath_hw_keyreset(struct ath_common *common, u16 entry) in ath_hw_keyreset()
87 bool ath_hw_keysetmac(struct ath_common *common, u16 entry, const u8 *mac) in ath_hw_keysetmac()
129 static bool ath_hw_set_keycache_entry(struct ath_common *common, u16 entry, in ath_hw_set_keycache_entry()
339 static int ath_setkey_tkip(struct ath_common *common, u16 keyix, const u8 *key, in ath_setkey_tkip()
386 static int ath_reserve_key_cache_slot_tkip(struct ath_common *common) in ath_reserve_key_cache_slot_tkip()
405 static int ath_reserve_key_cache_slot(struct ath_common *common, in ath_reserve_key_cache_slot()
473 int ath_key_config(struct ath_common *common, in ath_key_config()
584 void ath_key_delete(struct ath_common *common, u8 hw_key_idx) in ath_key_delete()
H A Ddfs_pattern_detector.h108 struct ath_common *common;
120 dfs_pattern_detector_init(struct ath_common *common,
/linux/drivers/net/wireless/ath/ath9k/
H A Dcommon.h64 bool ath9k_cmn_rx_accept(struct ath_common *common,
70 void ath9k_cmn_rx_skb_postprocess(struct ath_common *common,
75 int ath9k_cmn_process_rate(struct ath_common *common,
79 void ath9k_cmn_process_rssi(struct ath_common *common,
H A Dhtc_drv_init.c64 static void ath9k_htc_op_ps_wakeup(struct ath_common *common) in ath9k_htc_op_ps_wakeup()
69 static void ath9k_htc_op_ps_restore(struct ath_common *common) in ath9k_htc_op_ps_restore()
237 struct ath_common *common = ath9k_hw_common(ah); in ath9k_regread()
259 struct ath_common *common = ath9k_hw_common(ah); in ath9k_multi_regread()
283 static void ath9k_regwrite_multi(struct ath_common *common) in ath9k_regwrite_multi()
305 struct ath_common *common = ath9k_hw_common(ah); in ath9k_regwrite_single()
326 struct ath_common *common = ath9k_hw_common(ah); in ath9k_regwrite_buffer()
349 struct ath_common *common = ath9k_hw_common(ah); in ath9k_regwrite()
361 struct ath_common *common = ath9k_hw_common(ah); in ath9k_enable_regwrite_buffer()
370 struct ath_common *common = ath9k_hw_common(ah); in ath9k_regwrite_flush()
[all …]
H A Dlink.c59 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_hw_rx_inactive_check()
103 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_hw_check()
129 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_hw_pll_rx_hang_check()
151 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_hw_pll_work()
180 struct ath_common *common = ath9k_hw_common(ah); in ath_paprd_activate()
206 struct ath_common *common = ath9k_hw_common(ah); in ath_paprd_send_frame()
249 struct ath_common *common = ath9k_hw_common(ah); in ath_paprd_calibrate()
335 struct ath_common *common = timer_container_of(common, t, ani.timer); in ath_ani_calibrate()
453 struct ath_common *common = ath9k_hw_common(ah); in ath_start_ani()
472 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_stop_ani()
[all …]
H A Dmain.c102 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_ps_full_sleep()
118 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath9k_ps_wakeup()
148 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath9k_ps_restore()
237 struct ath_common *common = ath9k_hw_common(ah); in ath_complete_reset()
286 struct ath_common *common = ath9k_hw_common(ah); in ath_reset_internal()
381 struct ath_common *common = ath9k_hw_common(ah); in ath9k_tasklet()
508 struct ath_common *common = ath9k_hw_common(ah); in ath_isr()
611 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_reset()
631 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath9k_queue_reset()
657 struct ath_common *common = ath9k_hw_common(ah); in ath9k_start()
[all …]
H A Dani.c153 struct ath_common *common = ath9k_hw_common(ah); in ath9k_hw_set_ofdm_nil()
233 struct ath_common *common = ath9k_hw_common(ah); in ath9k_hw_set_cck_nil()
313 struct ath_common *common = ath9k_hw_common(ah); in ath9k_ani_reset()
371 struct ath_common *common = ath9k_hw_common(ah); in ath9k_hw_ani_read_counters()
404 struct ath_common *common = ath9k_hw_common(ah); in ath9k_hw_ani_monitor()
443 struct ath_common *common = ath9k_hw_common(ah); in ath9k_enable_mib_counters()
465 struct ath_common *common = ath9k_hw_common(ah); in ath9k_hw_disable_mib_counters()
479 struct ath_common *common = ath9k_hw_common(ah); in ath9k_hw_ani_init()
H A Dhtc_drv_main.c143 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_set_mac_bssid_mask()
187 struct ath_common *common = ath9k_hw_common(ah); in ath9k_htc_reset()
245 struct ath_common *common = ath9k_hw_common(ah); in ath9k_htc_set_channel()
332 struct ath_common *common = ath9k_hw_common(priv->ah); in __ath9k_htc_remove_monitor_interface()
352 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_add_monitor_interface()
441 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_remove_monitor_interface()
470 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_add_station()
536 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_remove_station()
646 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_send_rate_cmd()
662 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_init_rate()
[all …]
H A Dcommon-spectral.h175 void ath9k_cmn_spectral_scan_trigger(struct ath_common *common,
177 int ath9k_cmn_spectral_scan_config(struct ath_common *common,
192 static inline void ath9k_cmn_spectral_scan_trigger(struct ath_common *common, in ath9k_cmn_spectral_scan_trigger()
H A Dchannel.c26 struct ath_common *common = ath9k_hw_common(ah); in ath_set_channel()
106 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_chanctx_init()
133 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_chanctx_set_channel()
244 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_chanctx_check_active()
370 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_chanctx_setup_timer()
414 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_chanctx_offchannel_noa()
441 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_chanctx_set_periodic_noa()
473 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_chanctx_set_oneshot_noa()
493 struct ath_common *common = ath9k_hw_common(ah); in ath_chanctx_event()
799 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_chanctx_switch()
[all …]
H A Dmci.c41 static bool ath_mci_add_profile(struct ath_common *common, in ath_mci_add_profile()
73 static void ath_mci_del_profile(struct ath_common *common, in ath_mci_del_profile()
121 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_mci_update_scheme()
213 struct ath_common *common = ath9k_hw_common(ah); in ath_mci_cal_msg()
300 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_mci_process_profile()
374 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_mci_msg()
438 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_mci_setup()
477 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_mci_cleanup()
489 struct ath_common *common = ath9k_hw_common(ah); in ath_mci_intr()
635 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_mci_enable()
H A Dcommon-beacon.c46 struct ath_common *common = ath9k_hw_common(ah); in ath9k_cmn_beacon_config_sta()
118 struct ath_common *common = ath9k_hw_common(ah); in ath9k_cmn_beacon_config_adhoc()
149 struct ath_common *common = ath9k_hw_common(ah); in ath9k_cmn_beacon_config_ap()
H A Dcommon.c32 bool ath9k_cmn_rx_accept(struct ath_common *common, in ath9k_cmn_rx_accept()
119 void ath9k_cmn_rx_skb_postprocess(struct ath_common *common, in ath9k_cmn_rx_skb_postprocess()
171 int ath9k_cmn_process_rate(struct ath_common *common, in ath9k_cmn_process_rate()
214 void ath9k_cmn_process_rssi(struct ath_common *common, in ath9k_cmn_process_rssi()
383 struct ath_common *common = ath9k_hw_common(ah); in ath9k_cmn_init_crypto()
H A Dinit.c151 static void ath9k_op_ps_wakeup(struct ath_common *common) in ath9k_op_ps_wakeup()
156 static void ath9k_op_ps_restore(struct ath_common *common) in ath9k_op_ps_restore()
175 struct ath_common *common = ath9k_hw_common(ah); in ath9k_iowrite32()
190 struct ath_common *common = ath9k_hw_common(ah); in ath9k_ioread32()
230 struct ath_common *common = ath9k_hw_common(ah); in ath9k_reg_rmw()
286 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_descdma_setup()
424 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath9k_init_misc()
452 struct ath_common *common = ath9k_hw_common(ah); in ath9k_init_pcoem_platform()
626 struct ath_common *common = ath9k_hw_common(ah); in ath9k_of_init()
662 struct ath_common *common; in ath9k_init_softc()
[all …]
H A Dmac.c200 struct ath_common *common = ath9k_hw_common(ah); in ath9k_hw_set_txq_props()
264 struct ath_common *common = ath9k_hw_common(ah); in ath9k_hw_get_txq_props()
296 struct ath_common *common = ath9k_hw_common(ah); in ath9k_hw_setuptxqueue()
348 struct ath_common *common = ath9k_hw_common(ah); in ath9k_hw_releasetxqueue()
369 struct ath_common *common = ath9k_hw_common(ah); in ath9k_hw_resettxqueue()
696 struct ath_common *common = ath9k_hw_common(ah); in ath9k_hw_stopdmarecv()
783 struct ath_common *common = ath9k_hw_common(ah); in ath9k_hw_kill_interrupts()
811 struct ath_common *common = ath9k_hw_common(ah); in __ath9k_hw_enable_interrupts()
876 struct ath_common *common = ath9k_hw_common(ah); in ath9k_hw_resume_interrupts()
893 struct ath_common *common = ath9k_hw_common(ah); in ath9k_hw_enable_interrupts()
[all …]
H A Dcommon-init.c126 int ath9k_cmn_init_channels_rates(struct ath_common *common) in ath9k_cmn_init_channels_rates()
176 struct ath_common *common = ath9k_hw_common(ah); in ath9k_cmn_setup_ht_cap()
233 struct ath_common *common = ath9k_hw_common(ah); in ath9k_cmn_reload_chainmask()
H A Dahb.c38 static void ath_ahb_read_cachesize(struct ath_common *common, int *csz) in ath_ahb_read_cachesize()
43 static bool ath_ahb_eeprom_read(struct ath_common *common, u32 off, u16 *data) in ath_ahb_eeprom_read()
H A Ddynack.c89 struct ath_common *common = ath9k_hw_common(ah); in ath_dynack_bssidmask()
108 struct ath_common *common = ath9k_hw_common(ah); in ath_dynack_set_timeout()
213 struct ath_common *common = ath9k_hw_common(ah); in ath_dynack_sample_tx_ts()
298 struct ath_common *common = ath9k_hw_common(ah); in ath_dynack_sample_ack_ts()
H A Dtx99.c22 struct ath_common *common = ath9k_hw_common(ah); in ath9k_tx99_stop()
111 struct ath_common *common = ath9k_hw_common(ah); in ath9k_tx99_init()
174 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in write_file_tx99()
H A Dcommon-init.h17 int ath9k_cmn_init_channels_rates(struct ath_common *common);
H A Dhw.c42 struct ath_common *common = ath9k_hw_common(ah); in ath9k_hw_set_clockrate()
72 struct ath_common *common = ath9k_hw_common(ah); in ath9k_hw_mac_to_clks()
347 struct ath_common *common = ath9k_hw_common(ah); in ath9k_hw_chip_test()
397 struct ath_common *common = ath9k_hw_common(ah); in ath9k_hw_init_config()
489 struct ath_common *common = ath9k_hw_common(ah); in ath9k_hw_init_macaddr()
519 struct ath_common *common = ath9k_hw_common(ah); in ath9k_hw_post_init()
570 struct ath_common *common = ath9k_hw_common(ah); in __ath9k_hw_init()
667 struct ath_common *common = ath9k_hw_common(ah); in ath9k_hw_init()
738 struct ath_common *common = ath9k_hw_common(ah); in ar9003_get_pll_sqsum_dvc()
1050 struct ath_common *common = ath9k_hw_common(ah); in ath9k_hw_init_global_settings()
[all …]
H A Dhtc_drv_gpio.c69 struct ath_common *common = ath9k_hw_common(priv->ah); in ath_btcoex_period_work()
104 struct ath_common *common = ath9k_hw_common(ah); in ath_btcoex_duty_cycle_work()
185 struct ath_common *common = ath9k_hw_common(ah); in ath9k_htc_init_btcoex()

123