Home
last modified time | relevance | path

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

1234

/drivers/net/wireless/ath/
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
198 struct sk_buff *ath_rxbuf_alloc(struct ath_common *common,
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,
209 bool ath_hw_keyreset(struct ath_common *common, u16 entry);
211 void ath_hw_cycle_counters_update(struct ath_common *common);
[all …]
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()
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()
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()
A Ddfs_pattern_detector.h108 struct ath_common *common;
120 dfs_pattern_detector_init(struct ath_common *common,
/drivers/net/wireless/ath/ath9k/
A Dhtc_drv_init.c237 struct ath_common *common = ath9k_hw_common(ah); in ath9k_regread()
259 struct ath_common *common = ath9k_hw_common(ah); in ath9k_multi_regread()
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()
387 struct ath_common *common = ath9k_hw_common(ah); in ath9k_reg_rmw_buffer()
425 struct ath_common *common = ath9k_hw_common(ah); in ath9k_reg_rmw_flush()
611 struct ath_common *common; in ath9k_init_priv()
[all …]
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()
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()
481 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_check_ani()
[all …]
A Dmain.c237 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()
657 struct ath_common *common = ath9k_hw_common(ah); in ath9k_start()
887 struct ath_common *common = ath9k_hw_common(ah); in ath9k_pending_key_del()
902 struct ath_common *common = ath9k_hw_common(ah); in ath9k_stop()
1147 struct ath_common *common = ath9k_hw_common(ah); in ath9k_set_offchannel_state()
1185 struct ath_common *common = ath9k_hw_common(ah); in ath9k_calculate_summary_state()
1334 struct ath_common *common = ath9k_hw_common(ah); in ath9k_add_interface()
[all …]
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,
A Dbeacon.c36 struct ath_common *common = ath9k_hw_common(ah); in ath9k_beaconq_config()
77 struct ath_common *common = ath9k_hw_common(ah); in ath9k_beacon_setup()
116 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath9k_beacon_generate()
197 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath9k_beacon_assign_slot()
219 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath9k_beacon_remove_slot()
246 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath9k_beacon_ensure_primary_slot()
308 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath9k_beacon_choose_slot()
337 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath9k_set_tsfadjust()
392 struct ath_common *common = ath9k_hw_common(ah); in ath9k_beacon_tasklet()
570 struct ath_common *common = ath9k_hw_common(ah); in ath9k_beacon_config_adhoc()
[all …]
A Dhtc_drv_beacon.c140 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_send_buffered()
194 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_send_beacon()
267 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_choose_bslot()
290 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_swba()
328 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_assign_bslot()
350 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_remove_bslot()
368 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_set_tsfadjust()
401 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_check_beacon_config()
456 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_beacon_config()
492 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_beacon_reconfig()
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()
773 struct ath_common *common = ath9k_hw_common(ah); in ath9k_htc_ani_work()
911 struct ath_common *common = ath9k_hw_common(ah); in ath9k_htc_start()
980 struct ath_common *common = ath9k_hw_common(ah); in ath9k_htc_stop()
[all …]
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()
A Drecv.c41 struct ath_common *common = ath9k_hw_common(ah); in ath_rx_buf_link()
91 struct ath_common *common = ath9k_hw_common(ah); in ath_opmode_init()
141 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_rx_addbuffer_edma()
174 struct ath_common *common = ath9k_hw_common(ah); in ath_rx_edma_cleanup()
334 struct ath_common *common = ath9k_hw_common(ah); in ath_rx_cleanup()
634 struct ath_common *common = ath9k_hw_common(ah); in ath_edma_get_buffers()
699 struct ath_common *common = ath9k_hw_common(ah); in ath_get_next_rx_buf()
816 struct ath_common *common = ath9k_hw_common(ah); in ath9k_rx_skb_preprocess()
968 struct ath_common *common = ath9k_hw_common(ah); in ath9k_antenna_check()
1016 struct ath_common *common = ath9k_hw_common(ah); in ath_rx_count_airtime()
[all …]
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 …]
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()
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()
A Dinit.c151 static void ath9k_op_ps_wakeup(struct ath_common *common) in ath9k_op_ps_wakeup()
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()
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()
803 struct ath_common *common = ath9k_hw_common(ah); in ath9k_init_band_txpower()
883 struct ath_common *common = ath9k_hw_common(ah); in ath9k_set_mcc_capab()
907 struct ath_common *common = ath9k_hw_common(ah); in ath9k_set_hw_capab()
[all …]
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()
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()
A Dwow.c53 struct ath_common *common = ath9k_hw_common(ah); in ath9k_wow_add_disassoc_deauth_pattern()
172 struct ath_common *common = ath9k_hw_common(ah); in ath9k_suspend()
284 struct ath_common *common = ath9k_hw_common(ah); in ath9k_resume()
317 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath9k_set_wakeup()
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 …]
A Dcalib.c84 struct ath_common *common = ath9k_hw_common(ah); in ath9k_hw_update_nfcal_hist_buffer()
188 struct ath_common *common = ath9k_hw_common(ah); in ath9k_hw_reset_calvalid()
245 struct ath_common *common = ath9k_hw_common(ah); in ath9k_hw_loadnf()
366 struct ath_common *common = ath9k_hw_common(ah); in ath9k_hw_nf_sanitize()
399 struct ath_common *common = ath9k_hw_common(ah); in ath9k_hw_getnf()
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()
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()

Completed in 740 milliseconds

1234