/linux-6.3-rc2/drivers/net/wireless/ath/ |
A D | ath.h | 137 struct ath_common; 141 void (*wakeup)(struct ath_common *common); 142 void (*restore)(struct ath_common *common); 145 struct ath_common { struct 194 struct sk_buff *ath_rxbuf_alloc(struct ath_common *common, 199 void ath_hw_setbssidmask(struct ath_common *common); 200 void ath_key_delete(struct ath_common *common, u8 hw_key_idx); 201 int ath_key_config(struct ath_common *common, 205 bool ath_hw_keyreset(struct ath_common *common, u16 entry); 207 void ath_hw_cycle_counters_update(struct ath_common *common); [all …]
|
A D | main.c | 29 struct sk_buff *ath_rxbuf_alloc(struct ath_common *common, in ath_rxbuf_alloc() 63 bool ath_is_mybeacon(struct ath_common *common, struct ieee80211_hdr *hdr) in ath_is_mybeacon() 71 void ath_printk(const char *level, const struct ath_common* common, in ath_printk()
|
A D | hw.c | 118 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 D | key.c | 42 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 D | dfs_pattern_detector.h | 108 struct ath_common *common; 120 dfs_pattern_detector_init(struct ath_common *common,
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/ |
A D | common.h | 64 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, 88 void ath9k_cmn_btcoex_bt_stomp(struct ath_common *common,
|
A D | htc_drv_init.c | 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() 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 D | link.c | 74 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_hw_check() 100 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_hw_pll_rx_hang_check() 122 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_hw_pll_work() 151 struct ath_common *common = ath9k_hw_common(ah); in ath_paprd_activate() 177 struct ath_common *common = ath9k_hw_common(ah); in ath_paprd_send_frame() 220 struct ath_common *common = ath9k_hw_common(ah); in ath_paprd_calibrate() 306 struct ath_common *common = from_timer(common, t, ani.timer); in ath_ani_calibrate() 424 struct ath_common *common = ath9k_hw_common(ah); in ath_start_ani() 443 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_stop_ani() 452 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_check_ani() [all …]
|
A D | main.c | 238 struct ath_common *common = ath9k_hw_common(ah); in ath_complete_reset() 288 struct ath_common *common = ath9k_hw_common(ah); in ath_reset_internal() 383 struct ath_common *common = ath9k_hw_common(ah); in ath9k_tasklet() 509 struct ath_common *common = ath9k_hw_common(ah); in ath_isr() 658 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 D | beacon.c | 36 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 D | htc_drv_beacon.c | 140 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() 325 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_assign_bslot() 347 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_remove_bslot() 365 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_set_tsfadjust() 398 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_check_beacon_config() 453 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_beacon_config() 489 struct ath_common *common = ath9k_hw_common(priv->ah); in ath9k_htc_beacon_reconfig()
|
A D | ani.c | 153 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 D | htc_drv_main.c | 143 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 D | common-spectral.h | 175 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 D | recv.c | 41 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 D | channel.c | 26 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() 249 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_chanctx_check_active() 375 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_chanctx_setup_timer() 419 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_chanctx_offchannel_noa() 446 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_chanctx_set_periodic_noa() 478 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_chanctx_set_oneshot_noa() 498 struct ath_common *common = ath9k_hw_common(ah); in ath_chanctx_event() 804 struct ath_common *common = ath9k_hw_common(sc->sc_ah); in ath_chanctx_switch() [all …]
|
A D | mci.c | 41 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 D | init.c | 176 struct ath_common *common = ath9k_hw_common(ah); in ath9k_iowrite32() 191 struct ath_common *common = ath9k_hw_common(ah); in ath9k_ioread32() 231 struct ath_common *common = ath9k_hw_common(ah); in ath9k_reg_rmw() 453 struct ath_common *common = ath9k_hw_common(ah); in ath9k_init_pcoem_platform() 627 struct ath_common *common = ath9k_hw_common(ah); in ath9k_init_platform() 670 struct ath_common *common = ath9k_hw_common(ah); in ath9k_of_init() 704 struct ath_common *common; in ath9k_init_softc() 849 struct ath_common *common = ath9k_hw_common(ah); in ath9k_init_band_txpower() 929 struct ath_common *common = ath9k_hw_common(ah); in ath9k_set_mcc_capab() 953 struct ath_common *common = ath9k_hw_common(ah); in ath9k_set_hw_capab() [all …]
|
A D | common.c | 31 bool ath9k_cmn_rx_accept(struct ath_common *common, in ath9k_cmn_rx_accept() 118 void ath9k_cmn_rx_skb_postprocess(struct ath_common *common, in ath9k_cmn_rx_skb_postprocess() 170 int ath9k_cmn_process_rate(struct ath_common *common, in ath9k_cmn_process_rate() 213 void ath9k_cmn_process_rssi(struct ath_common *common, in ath9k_cmn_process_rssi() 382 struct ath_common *common = ath9k_hw_common(ah); in ath9k_cmn_init_crypto()
|
A D | common-beacon.c | 45 struct ath_common *common = ath9k_hw_common(ah); in ath9k_cmn_beacon_config_sta() 117 struct ath_common *common = ath9k_hw_common(ah); in ath9k_cmn_beacon_config_adhoc() 148 struct ath_common *common = ath9k_hw_common(ah); in ath9k_cmn_beacon_config_ap()
|
A D | wow.c | 53 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 D | mac.c | 200 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 D | common-init.c | 125 int ath9k_cmn_init_channels_rates(struct ath_common *common) in ath9k_cmn_init_channels_rates() 175 struct ath_common *common = ath9k_hw_common(ah); in ath9k_cmn_setup_ht_cap() 232 struct ath_common *common = ath9k_hw_common(ah); in ath9k_cmn_reload_chainmask()
|
A D | calib.c | 91 struct ath_common *common = ath9k_hw_common(ah); in ath9k_hw_update_nfcal_hist_buffer() 195 struct ath_common *common = ath9k_hw_common(ah); in ath9k_hw_reset_calvalid() 252 struct ath_common *common = ath9k_hw_common(ah); in ath9k_hw_loadnf() 373 struct ath_common *common = ath9k_hw_common(ah); in ath9k_hw_nf_sanitize() 406 struct ath_common *common = ath9k_hw_common(ah); in ath9k_hw_getnf()
|
A D | dynack.c | 88 struct ath_common *common = ath9k_hw_common(ah); in ath_dynack_bssidmask() 107 struct ath_common *common = ath9k_hw_common(ah); in ath_dynack_set_timeout() 212 struct ath_common *common = ath9k_hw_common(ah); in ath_dynack_sample_tx_ts() 297 struct ath_common *common = ath9k_hw_common(ah); in ath_dynack_sample_ack_ts()
|