/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | hw-ops.h | 24 static inline void ath9k_hw_configpcipowersave(struct ath_hw *ah, in ath9k_hw_configpcipowersave() 33 static inline void ath9k_hw_rxena(struct ath_hw *ah) in ath9k_hw_rxena() 38 static inline void ath9k_hw_set_desc_link(struct ath_hw *ah, void *ds, in ath9k_hw_set_desc_link() 44 static inline int ath9k_hw_calibrate(struct ath_hw *ah, in ath9k_hw_calibrate() 51 static inline bool ath9k_hw_getisr(struct ath_hw *ah, enum ath9k_int *masked, in ath9k_hw_getisr() 57 static inline void ath9k_hw_set_txdesc(struct ath_hw *ah, void *ds, in ath9k_hw_set_txdesc() 63 static inline int ath9k_hw_txprocdesc(struct ath_hw *ah, void *ds, in ath9k_hw_txprocdesc() 69 static inline int ath9k_hw_get_duration(struct ath_hw *ah, const void *ds, in ath9k_hw_get_duration() 75 static inline void ath9k_hw_antdiv_comb_conf_get(struct ath_hw *ah, in ath9k_hw_antdiv_comb_conf_get() 81 static inline void ath9k_hw_antdiv_comb_conf_set(struct ath_hw *ah, in ath9k_hw_antdiv_comb_conf_set() [all …]
|
D | ar9003_hw.c | 41 static void ar9003_hw_init_mode_regs(struct ath_hw *ah) in ar9003_hw_init_mode_regs() 591 static void ar9003_tx_gain_table_mode0(struct ath_hw *ah) in ar9003_tx_gain_table_mode0() 640 static void ar9003_tx_gain_table_mode1(struct ath_hw *ah) in ar9003_tx_gain_table_mode1() 690 static void ar9003_tx_gain_table_mode2(struct ath_hw *ah) in ar9003_tx_gain_table_mode2() 721 static void ar9003_tx_gain_table_mode3(struct ath_hw *ah) in ar9003_tx_gain_table_mode3() 754 static void ar9003_tx_gain_table_mode4(struct ath_hw *ah) in ar9003_tx_gain_table_mode4() 773 static void ar9003_tx_gain_table_mode5(struct ath_hw *ah) in ar9003_tx_gain_table_mode5() 789 static void ar9003_tx_gain_table_mode6(struct ath_hw *ah) in ar9003_tx_gain_table_mode6() 802 static void ar9003_tx_gain_table_mode7(struct ath_hw *ah) in ar9003_tx_gain_table_mode7() 811 static void ar9003_tx_gain_table_apply(struct ath_hw *ah) in ar9003_tx_gain_table_apply() [all …]
|
D | ar9003_mci.c | 24 static void ar9003_mci_reset_req_wakeup(struct ath_hw *ah) in ar9003_mci_reset_req_wakeup() 33 static int ar9003_mci_wait_for_interrupt(struct ath_hw *ah, u32 address, in ar9003_mci_wait_for_interrupt() 79 static void ar9003_mci_remote_reset(struct ath_hw *ah, bool wait_done) in ar9003_mci_remote_reset() 88 static void ar9003_mci_send_lna_transfer(struct ath_hw *ah, bool wait_done) in ar9003_mci_send_lna_transfer() 96 static void ar9003_mci_send_req_wake(struct ath_hw *ah, bool wait_done) in ar9003_mci_send_req_wake() 103 static void ar9003_mci_send_sys_waking(struct ath_hw *ah, bool wait_done) in ar9003_mci_send_sys_waking() 109 static void ar9003_mci_send_lna_take(struct ath_hw *ah, bool wait_done) in ar9003_mci_send_lna_take() 117 static void ar9003_mci_send_sys_sleeping(struct ath_hw *ah, bool wait_done) in ar9003_mci_send_sys_sleeping() 124 static void ar9003_mci_send_coex_version_query(struct ath_hw *ah, in ar9003_mci_send_coex_version_query() 139 static void ar9003_mci_send_coex_version_response(struct ath_hw *ah, in ar9003_mci_send_coex_version_response() [all …]
|
D | hw.c | 40 static void ath9k_hw_set_clockrate(struct ath_hw *ah) in ath9k_hw_set_clockrate() 70 static u32 ath9k_hw_mac_to_clks(struct ath_hw *ah, u32 usecs) in ath9k_hw_mac_to_clks() 77 bool ath9k_hw_wait(struct ath_hw *ah, u32 reg, u32 mask, u32 val, u32 timeout) in ath9k_hw_wait() 98 void ath9k_hw_synth_delay(struct ath_hw *ah, struct ath9k_channel *chan, in ath9k_hw_synth_delay() 111 void ath9k_hw_write_array(struct ath_hw *ah, const struct ar5416IniArray *array, in ath9k_hw_write_array() 125 void ath9k_hw_read_array(struct ath_hw *ah, u32 array[][2], int size) in ath9k_hw_read_array() 167 u16 ath9k_hw_computetxtime(struct ath_hw *ah, in ath9k_hw_computetxtime() 220 void ath9k_hw_get_channel_centers(struct ath_hw *ah, in ath9k_hw_get_channel_centers() 253 static void ath9k_hw_read_revisions(struct ath_hw *ah) in ath9k_hw_read_revisions() 313 static void ath9k_hw_disablepcie(struct ath_hw *ah) in ath9k_hw_disablepcie() [all …]
|
D | mac.c | 21 static void ath9k_hw_set_txq_interrupts(struct ath_hw *ah, in ath9k_hw_set_txq_interrupts() 46 u32 ath9k_hw_gettxbuf(struct ath_hw *ah, u32 q) in ath9k_hw_gettxbuf() 52 void ath9k_hw_puttxbuf(struct ath_hw *ah, u32 q, u32 txdp) in ath9k_hw_puttxbuf() 58 void ath9k_hw_txstart(struct ath_hw *ah, u32 q) in ath9k_hw_txstart() 65 u32 ath9k_hw_numtxpending(struct ath_hw *ah, u32 q) in ath9k_hw_numtxpending() 105 bool ath9k_hw_updatetxtriglevel(struct ath_hw *ah, bool bIncTrigLevel) in ath9k_hw_updatetxtriglevel() 134 void ath9k_hw_abort_tx_dma(struct ath_hw *ah) in ath9k_hw_abort_tx_dma() 170 bool ath9k_hw_stop_dma_queue(struct ath_hw *ah, u32 q) in ath9k_hw_stop_dma_queue() 196 bool ath9k_hw_set_txq_props(struct ath_hw *ah, int q, in ath9k_hw_set_txq_props() 261 bool ath9k_hw_get_txq_props(struct ath_hw *ah, int q, in ath9k_hw_get_txq_props() [all …]
|
D | ar9003_phy.c | 148 static int ar9003_hw_set_channel(struct ath_hw *ah, struct ath9k_channel *chan) in ar9003_hw_set_channel() 255 static void ar9003_hw_spur_mitigate_mrc_cck(struct ath_hw *ah, in ar9003_hw_spur_mitigate_mrc_cck() 343 static void ar9003_hw_spur_ofdm_clear(struct ath_hw *ah) in ar9003_hw_spur_ofdm_clear() 386 static void ar9003_hw_spur_ofdm(struct ath_hw *ah, in ar9003_hw_spur_ofdm() 453 static void ar9003_hw_spur_ofdm_9565(struct ath_hw *ah, in ar9003_hw_spur_ofdm_9565() 486 static void ar9003_hw_spur_ofdm_work(struct ath_hw *ah, in ar9003_hw_spur_ofdm_work() 537 static void ar9003_hw_spur_mitigate_ofdm(struct ath_hw *ah, in ar9003_hw_spur_mitigate_ofdm() 594 static void ar9003_hw_spur_mitigate(struct ath_hw *ah, in ar9003_hw_spur_mitigate() 602 static u32 ar9003_hw_compute_pll_control_soc(struct ath_hw *ah, in ar9003_hw_compute_pll_control_soc() 619 static u32 ar9003_hw_compute_pll_control(struct ath_hw *ah, in ar9003_hw_compute_pll_control() [all …]
|
D | ar9002_hw.c | 26 static int ar9002_hw_init_mode_regs(struct ath_hw *ah) in ar9002_hw_init_mode_regs() 107 static void ar9280_20_hw_init_rxgain_ini(struct ath_hw *ah) in ar9280_20_hw_init_rxgain_ini() 130 static void ar9280_20_hw_init_txgain_ini(struct ath_hw *ah, u32 txgain_type) in ar9280_20_hw_init_txgain_ini() 146 static void ar9271_hw_init_txgain_ini(struct ath_hw *ah, u32 txgain_type) in ar9271_hw_init_txgain_ini() 156 static void ar9002_hw_init_mode_gain_regs(struct ath_hw *ah) in ar9002_hw_init_mode_gain_regs() 204 static void ar9002_hw_configpcipowersave(struct ath_hw *ah, in ar9002_hw_configpcipowersave() 326 static int ar9002_hw_get_radiorev(struct ath_hw *ah) in ar9002_hw_get_radiorev() 345 int ar9002_hw_rf_claim(struct ath_hw *ah) in ar9002_hw_rf_claim() 373 void ar9002_hw_enable_async_fifo(struct ath_hw *ah) in ar9002_hw_enable_async_fifo() 386 static void ar9002_hw_init_hang_checks(struct ath_hw *ah) in ar9002_hw_init_hang_checks() [all …]
|
D | ar9003_rtt.h | 30 static inline void ar9003_hw_rtt_enable(struct ath_hw *ah) in ar9003_hw_rtt_enable() 34 static inline void ar9003_hw_rtt_disable(struct ath_hw *ah) in ar9003_hw_rtt_disable() 38 static inline void ar9003_hw_rtt_set_mask(struct ath_hw *ah, u32 rtt_mask) in ar9003_hw_rtt_set_mask() 42 static inline bool ar9003_hw_rtt_force_restore(struct ath_hw *ah) in ar9003_hw_rtt_force_restore() 47 static inline void ar9003_hw_rtt_load_hist(struct ath_hw *ah) in ar9003_hw_rtt_load_hist() 51 static inline void ar9003_hw_rtt_fill_hist(struct ath_hw *ah) in ar9003_hw_rtt_fill_hist() 55 static inline void ar9003_hw_rtt_clear_hist(struct ath_hw *ah) in ar9003_hw_rtt_clear_hist() 59 static inline bool ar9003_hw_rtt_restore(struct ath_hw *ah, struct ath9k_channel *chan) in ar9003_hw_rtt_restore()
|
D | ar9003_rtt.c | 38 void ar9003_hw_rtt_enable(struct ath_hw *ah) in ar9003_hw_rtt_enable() 43 void ar9003_hw_rtt_disable(struct ath_hw *ah) in ar9003_hw_rtt_disable() 48 void ar9003_hw_rtt_set_mask(struct ath_hw *ah, u32 rtt_mask) in ar9003_hw_rtt_set_mask() 54 bool ar9003_hw_rtt_force_restore(struct ath_hw *ah) in ar9003_hw_rtt_force_restore() 72 static void ar9003_hw_rtt_load_hist_entry(struct ath_hw *ah, u8 chain, in ar9003_hw_rtt_load_hist_entry() 104 void ar9003_hw_rtt_load_hist(struct ath_hw *ah) in ar9003_hw_rtt_load_hist() 121 static void ar9003_hw_patch_rtt(struct ath_hw *ah, int index, int chain) in ar9003_hw_patch_rtt() 142 static int ar9003_hw_rtt_fill_hist_entry(struct ath_hw *ah, u8 chain, u32 index) in ar9003_hw_rtt_fill_hist_entry() 169 void ar9003_hw_rtt_fill_hist(struct ath_hw *ah) in ar9003_hw_rtt_fill_hist() 191 void ar9003_hw_rtt_clear_hist(struct ath_hw *ah) in ar9003_hw_rtt_clear_hist() [all …]
|
D | ar9002_phy.c | 66 static int ar9002_hw_set_channel(struct ath_hw *ah, struct ath9k_channel *chan) in ar9002_hw_set_channel() 167 static void ar9002_hw_spur_mitigate(struct ath_hw *ah, in ar9002_hw_spur_mitigate() 279 static void ar9002_olc_init(struct ath_hw *ah) in ar9002_olc_init() 303 static u32 ar9002_hw_compute_pll_control(struct ath_hw *ah, in ar9002_hw_compute_pll_control() 330 static void ar9002_hw_do_getnf(struct ath_hw *ah, in ar9002_hw_do_getnf() 353 static void ar9002_hw_set_nf_limits(struct ath_hw *ah) in ar9002_hw_set_nf_limits() 377 static void ar9002_hw_antdiv_comb_conf_get(struct ath_hw *ah, in ar9002_hw_antdiv_comb_conf_get() 394 static void ar9002_hw_antdiv_comb_conf_set(struct ath_hw *ah, in ar9002_hw_antdiv_comb_conf_set() 415 static void ar9002_hw_set_bt_ant_diversity(struct ath_hw *ah, bool enable) in ar9002_hw_set_bt_ant_diversity() 476 static void ar9002_hw_spectral_scan_config(struct ath_hw *ah, in ar9002_hw_spectral_scan_config() [all …]
|
D | ar5008_phy.c | 64 static void ar5008_write_bank6(struct ath_hw *ah, unsigned int *writecnt) in ar5008_write_bank6() 144 static void ar5008_hw_force_bias(struct ath_hw *ah, u16 synth_freq) in ar5008_hw_force_bias() 185 static int ar5008_hw_set_channel(struct ath_hw *ah, struct ath9k_channel *chan) in ar5008_hw_set_channel() 257 void ar5008_hw_cmn_spur_mitigate(struct ath_hw *ah, in ar5008_hw_cmn_spur_mitigate() 419 static void ar5008_hw_spur_mitigate(struct ath_hw *ah, in ar5008_hw_spur_mitigate() 484 static int ar5008_hw_rf_alloc_ext_banks(struct ath_hw *ah) in ar5008_hw_rf_alloc_ext_banks() 511 static bool ar5008_hw_set_rf_regs(struct ath_hw *ah, in ar5008_hw_set_rf_regs() 565 static void ar5008_hw_init_bb(struct ath_hw *ah, in ar5008_hw_init_bb() 577 static void ar5008_hw_init_chain_masks(struct ath_hw *ah) in ar5008_hw_init_chain_masks() 620 static void ar5008_hw_override_ini(struct ath_hw *ah, in ar5008_hw_override_ini() [all …]
|
D | btcoex.c | 55 void ath9k_hw_init_btcoex_hw(struct ath_hw *ah, int qnum) in ath9k_hw_init_btcoex_hw() 93 void ath9k_hw_btcoex_init_scheme(struct ath_hw *ah) in ath9k_hw_btcoex_init_scheme() 127 void ath9k_hw_btcoex_init_2wire(struct ath_hw *ah) in ath9k_hw_btcoex_init_2wire() 149 void ath9k_hw_btcoex_init_3wire(struct ath_hw *ah) in ath9k_hw_btcoex_init_3wire() 175 void ath9k_hw_btcoex_init_mci(struct ath_hw *ah) in ath9k_hw_btcoex_init_mci() 199 static void ath9k_hw_btcoex_enable_2wire(struct ath_hw *ah) in ath9k_hw_btcoex_enable_2wire() 212 void ath9k_hw_btcoex_set_weight(struct ath_hw *ah, in ath9k_hw_btcoex_set_weight() 261 static void ath9k_hw_btcoex_enable_3wire(struct ath_hw *ah) in ath9k_hw_btcoex_enable_3wire() 299 static void ath9k_hw_btcoex_enable_mci(struct ath_hw *ah) in ath9k_hw_btcoex_enable_mci() 312 static void ath9k_hw_btcoex_disable_mci(struct ath_hw *ah) in ath9k_hw_btcoex_disable_mci() [all …]
|
D | ar9002_calib.c | 29 static bool ar9002_hw_is_cal_supported(struct ath_hw *ah, in ar9002_hw_is_cal_supported() 49 static void ar9002_hw_setup_calibration(struct ath_hw *ah, in ar9002_hw_setup_calibration() 78 static bool ar9002_hw_per_calibration(struct ath_hw *ah, in ar9002_hw_per_calibration() 116 static void ar9002_hw_iqcal_collect(struct ath_hw *ah) in ar9002_hw_iqcal_collect() 135 static void ar9002_hw_adc_gaincal_collect(struct ath_hw *ah) in ar9002_hw_adc_gaincal_collect() 159 static void ar9002_hw_adc_dccal_collect(struct ath_hw *ah) in ar9002_hw_adc_dccal_collect() 183 static void ar9002_hw_iqcalibrate(struct ath_hw *ah, u8 numChains) in ar9002_hw_iqcalibrate() 260 static void ar9002_hw_adc_gaincal_calibrate(struct ath_hw *ah, u8 numChains) in ar9002_hw_adc_gaincal_calibrate() 314 static void ar9002_hw_adc_dccal_calibrate(struct ath_hw *ah, u8 numChains) in ar9002_hw_adc_dccal_calibrate() 368 static void ar9287_hw_olc_temp_compensation(struct ath_hw *ah) in ar9287_hw_olc_temp_compensation() [all …]
|
D | ar9003_eeprom.c | 2959 static int ath9k_hw_ar9300_check_eeprom(struct ath_hw *ah) in ath9k_hw_ar9300_check_eeprom() 2974 static u32 ath9k_hw_ar9300_get_eeprom(struct ath_hw *ah, in ath9k_hw_ar9300_get_eeprom() 3017 static bool ar9300_eeprom_read_byte(struct ath_hw *ah, int address, in ar9300_eeprom_read_byte() 3029 static bool ar9300_eeprom_read_word(struct ath_hw *ah, int address, in ar9300_eeprom_read_word() 3043 static bool ar9300_read_eeprom(struct ath_hw *ah, int address, u8 *buffer, in ar9300_read_eeprom() 3086 static bool ar9300_otp_read_word(struct ath_hw *ah, int addr, u32 *data) in ar9300_otp_read_word() 3098 static bool ar9300_read_otp(struct ath_hw *ah, int address, u8 *buffer, in ar9300_read_otp() 3144 static bool ar9300_uncompress_block(struct ath_hw *ah, in ar9300_uncompress_block() 3181 static int ar9300_compress_decision(struct ath_hw *ah, in ar9300_compress_decision() 3238 static bool ar9300_check_eeprom_header(struct ath_hw *ah, eeprom_read_op read, in ar9300_check_eeprom_header() [all …]
|
D | calib.c | 47 static struct ath_nf_limits *ath9k_hw_get_nf_limits(struct ath_hw *ah, in ath9k_hw_get_nf_limits() 60 static s16 ath9k_hw_get_default_nf(struct ath_hw *ah, in ath9k_hw_get_default_nf() 66 s16 ath9k_hw_getchan_noise(struct ath_hw *ah, struct ath9k_channel *chan, in ath9k_hw_getchan_noise() 81 static void ath9k_hw_update_nfcal_hist_buffer(struct ath_hw *ah, in ath9k_hw_update_nfcal_hist_buffer() 147 static bool ath9k_hw_get_nf_thresh(struct ath_hw *ah, in ath9k_hw_get_nf_thresh() 166 void ath9k_hw_reset_calibration(struct ath_hw *ah, in ath9k_hw_reset_calibration() 186 bool ath9k_hw_reset_calvalid(struct ath_hw *ah) in ath9k_hw_reset_calvalid() 219 void ath9k_hw_start_nfcal(struct ath_hw *ah, bool update) in ath9k_hw_start_nfcal() 237 int ath9k_hw_loadnf(struct ath_hw *ah, struct ath9k_channel *chan) in ath9k_hw_loadnf() 327 static void ath9k_hw_nf_sanitize(struct ath_hw *ah, s16 *nf) in ath9k_hw_nf_sanitize() [all …]
|
D | ani.c | 107 static void ath9k_hw_update_mibstats(struct ath_hw *ah, in ath9k_hw_update_mibstats() 127 static void ath9k_ani_restart(struct ath_hw *ah) in ath9k_ani_restart() 153 static void ath9k_hw_set_ofdm_nil(struct ath_hw *ah, u8 immunityLevel, in ath9k_hw_set_ofdm_nil() 222 static void ath9k_hw_ani_ofdm_err_trigger(struct ath_hw *ah) in ath9k_hw_ani_ofdm_err_trigger() 238 static void ath9k_hw_set_cck_nil(struct ath_hw *ah, u_int8_t immunityLevel, in ath9k_hw_set_cck_nil() 282 static void ath9k_hw_ani_cck_err_trigger(struct ath_hw *ah) in ath9k_hw_ani_cck_err_trigger() 300 static void ath9k_hw_ani_lower_immunity(struct ath_hw *ah) in ath9k_hw_ani_lower_immunity() 325 void ath9k_ani_reset(struct ath_hw *ah, bool is_scanning) in ath9k_ani_reset() 385 static bool ath9k_hw_ani_read_counters(struct ath_hw *ah) in ath9k_hw_ani_read_counters() 417 void ath9k_hw_ani_monitor(struct ath_hw *ah, struct ath9k_channel *chan) in ath9k_hw_ani_monitor() [all …]
|
D | gpio.c | 70 struct ath_hw *ah = sc->sc_ah; in ath_fill_led_pin() local 106 struct ath_hw *ah = sc->sc_ah; in ath_is_rfkill_set() local 127 struct ath_hw *ah = sc->sc_ah; in ath_start_rfkill_poll() local 145 struct ath_hw *ah = sc->sc_ah; in ath_detect_bt_priority() local 175 struct ath_hw *ah = sc->sc_ah; in ath_mci_ftp_adjust() local 197 struct ath_hw *ah = sc->sc_ah; in ath_btcoex_period_timer() local 258 struct ath_hw *ah = sc->sc_ah; in ath_btcoex_no_stomp_timer() local 301 struct ath_hw *ah = sc->sc_ah; in ath9k_btcoex_timer_resume() local 326 struct ath_hw *ah = sc->sc_ah; in ath9k_btcoex_timer_pause() local 368 struct ath_hw *ah = sc->sc_ah; in ath9k_start_btcoex() local [all …]
|
D | ar9003_aic.c | 40 static bool ar9003_hw_is_aic_enabled(struct ath_hw *ah) in ar9003_hw_is_aic_enabled() 106 static void ar9003_aic_gain_table(struct ath_hw *ah) in ar9003_aic_gain_table() 165 static u8 ar9003_aic_cal_start(struct ath_hw *ah, u8 min_valid_count) in ar9003_aic_cal_start() 264 static bool ar9003_aic_cal_post_process(struct ath_hw *ah) in ar9003_aic_cal_post_process() 436 static void ar9003_aic_cal_done(struct ath_hw *ah) in ar9003_aic_cal_done() 451 static u8 ar9003_aic_cal_continue(struct ath_hw *ah, bool cal_once) in ar9003_aic_cal_continue() 518 u8 ar9003_aic_calibration(struct ath_hw *ah) in ar9003_aic_calibration() 540 u8 ar9003_aic_start_normal(struct ath_hw *ah) in ar9003_aic_start_normal() 572 u8 ar9003_aic_cal_reset(struct ath_hw *ah) in ar9003_aic_cal_reset() 580 u8 ar9003_aic_calibration_single(struct ath_hw *ah) in ar9003_aic_calibration_single() [all …]
|
D | dynack.c | 43 static inline u32 ath_dynack_get_sifs(struct ath_hw *ah, int phy) in ath_dynack_get_sifs() 63 static inline bool ath_dynack_bssidmask(struct ath_hw *ah, const u8 *mac) in ath_dynack_bssidmask() 83 static void ath_dynack_compute_ackto(struct ath_hw *ah) in ath_dynack_compute_ackto() 113 static void ath_dynack_compute_to(struct ath_hw *ah) in ath_dynack_compute_to() 171 void ath_dynack_sample_tx_ts(struct ath_hw *ah, struct sk_buff *skb, in ath_dynack_sample_tx_ts() 247 void ath_dynack_sample_ack_ts(struct ath_hw *ah, struct sk_buff *skb, in ath_dynack_sample_ack_ts() 280 void ath_dynack_node_init(struct ath_hw *ah, struct ath_node *an) in ath_dynack_node_init() 300 void ath_dynack_node_deinit(struct ath_hw *ah, struct ath_node *an) in ath_dynack_node_deinit() 315 void ath_dynack_reset(struct ath_hw *ah) in ath_dynack_reset() 341 void ath_dynack_init(struct ath_hw *ah) in ath_dynack_init()
|
D | ar9003_wow.c | 23 static void ath9k_hw_set_sta_powersave(struct ath_hw *ah) in ath9k_hw_set_sta_powersave() 37 static void ath9k_hw_set_powermode_wow_sleep(struct ath_hw *ah) in ath9k_hw_set_powermode_wow_sleep() 67 static void ath9k_wow_create_keep_alive_pattern(struct ath_hw *ah) in ath9k_wow_create_keep_alive_pattern() 121 int ath9k_hw_wow_apply_pattern(struct ath_hw *ah, u8 *user_pattern, in ath9k_hw_wow_apply_pattern() 183 u32 ath9k_hw_wow_wakeup(struct ath_hw *ah) in ath9k_hw_wow_wakeup() 269 static void ath9k_hw_wow_set_arwr_reg(struct ath_hw *ah) in ath9k_hw_wow_set_arwr_reg() 289 void ath9k_hw_wow_enable(struct ath_hw *ah, u32 pattern_enable) in ath9k_hw_wow_enable()
|
D | ar9003_mac.c | 27 ar9003_set_txdesc(struct ath_hw *ah, void *ds, struct ath_tx_info *i) in ar9003_set_txdesc() 182 static bool ar9003_hw_get_isr(struct ath_hw *ah, enum ath9k_int *masked, in ar9003_hw_get_isr() 354 static int ar9003_hw_proc_txdesc(struct ath_hw *ah, void *ds, in ar9003_hw_proc_txdesc() 434 static int ar9003_hw_get_duration(struct ath_hw *ah, const void *ds, int index) in ar9003_hw_get_duration() 464 void ath9k_hw_set_rx_bufsize(struct ath_hw *ah, u16 buf_size) in ath9k_hw_set_rx_bufsize() 470 void ath9k_hw_addrxbuf_edma(struct ath_hw *ah, u32 rxdp, in ath9k_hw_addrxbuf_edma() 480 int ath9k_hw_process_rxdesc_edma(struct ath_hw *ah, struct ath_rx_status *rxs, in ath9k_hw_process_rxdesc_edma() 588 void ath9k_hw_reset_txstatus_ring(struct ath_hw *ah) in ath9k_hw_reset_txstatus_ring() 604 void ath9k_hw_setup_statusring(struct ath_hw *ah, void *ts_start, in ath9k_hw_setup_statusring()
|
D | eeprom_9287.c | 23 static int ath9k_hw_ar9287_get_eeprom_ver(struct ath_hw *ah) in ath9k_hw_ar9287_get_eeprom_ver() 28 static int ath9k_hw_ar9287_get_eeprom_rev(struct ath_hw *ah) in ath9k_hw_ar9287_get_eeprom_rev() 33 static bool __ath9k_hw_ar9287_fill_eeprom(struct ath_hw *ah) in __ath9k_hw_ar9287_fill_eeprom() 49 static bool __ath9k_hw_usb_ar9287_fill_eeprom(struct ath_hw *ah) in __ath9k_hw_usb_ar9287_fill_eeprom() 59 static bool ath9k_hw_ar9287_fill_eeprom(struct ath_hw *ah) in ath9k_hw_ar9287_fill_eeprom() 121 static u32 ath9k_hw_ar9287_dump_eeprom(struct ath_hw *ah, bool dump_base_hdr, in ath9k_hw_ar9287_dump_eeprom() 170 static u32 ath9k_hw_ar9287_dump_eeprom(struct ath_hw *ah, bool dump_base_hdr, in ath9k_hw_ar9287_dump_eeprom() 178 static int ath9k_hw_ar9287_check_eeprom(struct ath_hw *ah) in ath9k_hw_ar9287_check_eeprom() 283 static u32 ath9k_hw_ar9287_get_eeprom(struct ath_hw *ah, in ath9k_hw_ar9287_get_eeprom() 338 static void ar9287_eeprom_get_tx_gain_index(struct ath_hw *ah, in ar9287_eeprom_get_tx_gain_index() [all …]
|
D | eeprom_def.c | 21 static void ath9k_get_txgain_index(struct ath_hw *ah, in ath9k_get_txgain_index() 56 static void ath9k_olc_get_pdadcs(struct ath_hw *ah, in ath9k_olc_get_pdadcs() 80 static int ath9k_hw_def_get_eeprom_ver(struct ath_hw *ah) in ath9k_hw_def_get_eeprom_ver() 85 static int ath9k_hw_def_get_eeprom_rev(struct ath_hw *ah) in ath9k_hw_def_get_eeprom_rev() 92 static bool __ath9k_hw_def_fill_eeprom(struct ath_hw *ah) in __ath9k_hw_def_fill_eeprom() 106 static bool __ath9k_hw_usb_def_fill_eeprom(struct ath_hw *ah) in __ath9k_hw_usb_def_fill_eeprom() 115 static bool ath9k_hw_def_fill_eeprom(struct ath_hw *ah) in ath9k_hw_def_fill_eeprom() 201 static u32 ath9k_hw_def_dump_eeprom(struct ath_hw *ah, bool dump_base_hdr, in ath9k_hw_def_dump_eeprom() 253 static u32 ath9k_hw_def_dump_eeprom(struct ath_hw *ah, bool dump_base_hdr, in ath9k_hw_def_dump_eeprom() 261 static int ath9k_hw_def_check_eeprom(struct ath_hw *ah) in ath9k_hw_def_check_eeprom() [all …]
|
D | ar9002_mac.c | 22 static void ar9002_hw_rx_enable(struct ath_hw *ah) in ar9002_hw_rx_enable() 32 static bool ar9002_hw_get_isr(struct ath_hw *ah, enum ath9k_int *masked, in ar9002_hw_get_isr() 212 ar9002_set_txdesc(struct ath_hw *ah, void *ds, struct ath_tx_info *i) in ar9002_set_txdesc() 315 static int ar9002_hw_proc_txdesc(struct ath_hw *ah, void *ds, in ar9002_hw_proc_txdesc() 387 static int ar9002_hw_get_duration(struct ath_hw *ah, const void *ds, int index) in ar9002_hw_get_duration() 405 void ath9k_hw_setuprxdesc(struct ath_hw *ah, struct ath_desc *ds, in ath9k_hw_setuprxdesc() 418 void ar9002_hw_attach_mac_ops(struct ath_hw *ah) in ar9002_hw_attach_mac_ops()
|
D | eeprom_4k.c | 21 static int ath9k_hw_4k_get_eeprom_ver(struct ath_hw *ah) in ath9k_hw_4k_get_eeprom_ver() 26 static int ath9k_hw_4k_get_eeprom_rev(struct ath_hw *ah) in ath9k_hw_4k_get_eeprom_rev() 33 static bool __ath9k_hw_4k_fill_eeprom(struct ath_hw *ah) in __ath9k_hw_4k_fill_eeprom() 47 static bool __ath9k_hw_usb_4k_fill_eeprom(struct ath_hw *ah) in __ath9k_hw_usb_4k_fill_eeprom() 56 static bool ath9k_hw_4k_fill_eeprom(struct ath_hw *ah) in ath9k_hw_4k_fill_eeprom() 125 static u32 ath9k_hw_4k_dump_eeprom(struct ath_hw *ah, bool dump_base_hdr, in ath9k_hw_4k_dump_eeprom() 173 static u32 ath9k_hw_4k_dump_eeprom(struct ath_hw *ah, bool dump_base_hdr, in ath9k_hw_4k_dump_eeprom() 183 static int ath9k_hw_4k_check_eeprom(struct ath_hw *ah) in ath9k_hw_4k_check_eeprom() 297 static u32 ath9k_hw_4k_get_eeprom(struct ath_hw *ah, in ath9k_hw_4k_get_eeprom() 351 static void ath9k_hw_set_4k_power_cal_table(struct ath_hw *ah, in ath9k_hw_set_4k_power_cal_table() [all …]
|
D | ar9003_calib.c | 38 static void ar9003_hw_setup_calibration(struct ath_hw *ah, in ar9003_hw_setup_calibration() 72 static bool ar9003_hw_per_calibration(struct ath_hw *ah, in ar9003_hw_per_calibration() 124 static int ar9003_hw_calibrate(struct ath_hw *ah, struct ath9k_channel *chan, in ar9003_hw_calibrate() 176 static void ar9003_hw_iqcal_collect(struct ath_hw *ah) in ar9003_hw_iqcal_collect() 198 static void ar9003_hw_iqcalibrate(struct ath_hw *ah, u8 numChains) in ar9003_hw_iqcalibrate() 318 static void ar9003_hw_init_cal_settings(struct ath_hw *ah) in ar9003_hw_init_cal_settings() 334 static bool ar9003_hw_dynamic_osdac_selection(struct ath_hw *ah, in ar9003_hw_dynamic_osdac_selection() 552 static bool ar9003_hw_solve_iq_cal(struct ath_hw *ah, in ar9003_hw_solve_iq_cal() 600 static s32 ar9003_hw_find_mag_approx(struct ath_hw *ah, s32 in_re, s32 in_im) in ar9003_hw_find_mag_approx() 619 static bool ar9003_hw_calc_iq_corr(struct ath_hw *ah, in ar9003_hw_calc_iq_corr() [all …]
|
D | ar9003_paprd.c | 21 void ar9003_paprd_enable(struct ath_hw *ah, bool val) in ar9003_paprd_enable() 71 static int ar9003_get_training_power_2g(struct ath_hw *ah) in ar9003_get_training_power_2g() 98 static int ar9003_get_training_power_5g(struct ath_hw *ah) in ar9003_get_training_power_5g() 138 static int ar9003_paprd_setup_single_table(struct ath_hw *ah) in ar9003_paprd_setup_single_table() 291 static void ar9003_paprd_get_gain_table(struct ath_hw *ah) in ar9003_paprd_get_gain_table() 305 static unsigned int ar9003_get_desired_gain(struct ath_hw *ah, int chain, in ar9003_get_desired_gain() 370 static void ar9003_tx_force_gain(struct ath_hw *ah, unsigned int gain_index) in ar9003_tx_force_gain() 751 void ar9003_paprd_populate_single_table(struct ath_hw *ah, in ar9003_paprd_populate_single_table() 799 void ar9003_paprd_setup_gain_table(struct ath_hw *ah, int chain) in ar9003_paprd_setup_gain_table() 820 static bool ar9003_paprd_retrain_pa_in(struct ath_hw *ah, in ar9003_paprd_retrain_pa_in() [all …]
|
D | init.c | 30 struct ath_hw *ah; member 118 struct ath_hw *ah = (struct ath_hw *) hw_priv; in ath9k_iowrite32() local 133 struct ath_hw *ah = (struct ath_hw *) hw_priv; in ath9k_ioread32() local 173 struct ath_hw *ah = (struct ath_hw *) hw_priv; in ath9k_reg_rmw() local 198 struct ath_hw *ah = sc->sc_ah; in ath9k_reg_notifier() local 394 struct ath_hw *ah = sc->sc_ah; in ath9k_init_pcoem_platform() local 484 struct ath_hw *ah = ah = sc->sc_ah; in ath9k_eeprom_request() local 518 struct ath_hw *ah = sc->sc_ah; in ath9k_init_soc_platform() local 540 struct ath_hw *ah = NULL; in ath9k_init_softc() local 695 struct ath_hw *ah = sc->sc_ah; in ath9k_init_band_txpower() local [all …]
|
D | htc_drv_init.c | 236 struct ath_hw *ah = (struct ath_hw *) hw_priv; in ath9k_regread() local 258 struct ath_hw *ah = (struct ath_hw *) hw_priv; in ath9k_multi_regread() local 304 struct ath_hw *ah = (struct ath_hw *) hw_priv; in ath9k_regwrite_single() local 325 struct ath_hw *ah = (struct ath_hw *) hw_priv; in ath9k_regwrite_buffer() local 348 struct ath_hw *ah = (struct ath_hw *) hw_priv; in ath9k_regwrite() local 360 struct ath_hw *ah = (struct ath_hw *) hw_priv; in ath9k_enable_regwrite_buffer() local 369 struct ath_hw *ah = (struct ath_hw *) hw_priv; in ath9k_regwrite_flush() local 386 struct ath_hw *ah = (struct ath_hw *) hw_priv; in ath9k_reg_rmw_buffer() local 424 struct ath_hw *ah = (struct ath_hw *) hw_priv; in ath9k_reg_rmw_flush() local 456 struct ath_hw *ah = (struct ath_hw *) hw_priv; in ath9k_enable_rmw_buffer() local [all …]
|
D | link.c | 146 struct ath_hw *ah = sc->sc_ah; in ath_paprd_activate() local 172 struct ath_hw *ah = sc->sc_ah; in ath_paprd_send_frame() local 212 struct ath_hw *ah = sc->sc_ah; in ath_paprd_calibrate() local 303 struct ath_hw *ah = sc->sc_ah; in ath_ani_calibrate() local 419 struct ath_hw *ah = sc->sc_ah; in ath_start_ani() local 447 struct ath_hw *ah = sc->sc_ah; in ath_check_ani() local 486 struct ath_hw *ah = sc->sc_ah; in ath_update_survey_nf() local 504 struct ath_hw *ah = sc->sc_ah; in ath_update_survey_stats() local
|
D | common.c | 38 struct ath_hw *ah = common->ah; in ath9k_cmn_rx_accept() local 124 struct ath_hw *ah = common->ah; in ath9k_cmn_rx_skb_postprocess() local 178 struct ath_hw *ah = common->ah; in ath9k_cmn_process_rate() local 217 struct ath_hw *ah = common->ah; in ath9k_cmn_process_rssi() local 340 struct ath_hw *ah, in ath9k_cmn_get_channel() 366 void ath9k_cmn_update_txpow(struct ath_hw *ah, u16 cur_txpow, in ath9k_cmn_update_txpow() 379 void ath9k_cmn_init_crypto(struct ath_hw *ah) in ath9k_cmn_init_crypto()
|
D | htc_drv_gpio.c | 33 struct ath_hw *ah = priv->ah; in ath_detect_bt_priority() local 102 struct ath_hw *ah = priv->ah; in ath_btcoex_duty_cycle_work() local 137 struct ath_hw *ah = priv->ah; in ath_htc_resume_btcoex_work() local 160 struct ath_hw *ah = priv->ah; in ath9k_htc_start_btcoex() local 172 struct ath_hw *ah = priv->ah; in ath9k_htc_stop_btcoex() local 184 struct ath_hw *ah = priv->ah; in ath9k_htc_init_btcoex() local
|
D | eeprom.c | 19 void ath9k_hw_analog_shift_regwrite(struct ath_hw *ah, u32 reg, u32 val) in ath9k_hw_analog_shift_regwrite() 27 void ath9k_hw_analog_shift_rmw(struct ath_hw *ah, u32 reg, u32 mask, in ath9k_hw_analog_shift_rmw() 79 void ath9k_hw_usb_gen_fill_eeprom(struct ath_hw *ah, u16 *eep_data, in ath9k_hw_usb_gen_fill_eeprom() 111 static bool ath9k_hw_nvram_read_blob(struct ath_hw *ah, u32 off, in ath9k_hw_nvram_read_blob() 124 bool ath9k_hw_nvram_read(struct ath_hw *ah, u32 off, u16 *data) in ath9k_hw_nvram_read() 168 void ath9k_hw_get_legacy_target_powers(struct ath_hw *ah, in ath9k_hw_get_legacy_target_powers() 223 void ath9k_hw_get_target_powers(struct ath_hw *ah, in ath9k_hw_get_target_powers() 305 u16 ath9k_hw_get_scaled_power(struct ath_hw *ah, u16 power_limit, in ath9k_hw_get_scaled_power() 333 void ath9k_hw_update_regulatory_maxpower(struct ath_hw *ah) in ath9k_hw_update_regulatory_maxpower() 353 void ath9k_hw_get_gain_boundaries_pdadcs(struct ath_hw *ah, in ath9k_hw_get_gain_boundaries_pdadcs() [all …]
|
D | recv.c | 40 struct ath_hw *ah = sc->sc_ah; in ath_rx_buf_link() local 90 struct ath_hw *ah = sc->sc_ah; in ath_opmode_init() local 113 struct ath_hw *ah = sc->sc_ah; in ath_rx_edma_buf_link() local 173 struct ath_hw *ah = sc->sc_ah; in ath_rx_edma_cleanup() local 201 struct ath_hw *ah = sc->sc_ah; in ath_rx_edma_init() local 333 struct ath_hw *ah = sc->sc_ah; in ath_rx_cleanup() local 439 struct ath_hw *ah = sc->sc_ah; in ath_startrecv() local 478 struct ath_hw *ah = sc->sc_ah; in ath_stoprecv() local 629 struct ath_hw *ah = sc->sc_ah; in ath_edma_get_buffers() local 694 struct ath_hw *ah = sc->sc_ah; in ath_get_next_rx_buf() local [all …]
|
D | common-beacon.c | 36 static u32 ath9k_get_next_tbtt(struct ath_hw *ah, u64 tsf, in ath9k_get_next_tbtt() 55 int ath9k_cmn_beacon_config_sta(struct ath_hw *ah, in ath9k_cmn_beacon_config_sta() 128 void ath9k_cmn_beacon_config_adhoc(struct ath_hw *ah, in ath9k_cmn_beacon_config_adhoc() 158 void ath9k_cmn_beacon_config_ap(struct ath_hw *ah, in ath9k_cmn_beacon_config_ap()
|
D | wow.c | 52 struct ath_hw *ah = sc->sc_ah; in ath9k_wow_add_disassoc_deauth_pattern() local 141 struct ath_hw *ah = sc->sc_ah; in ath9k_wow_add_pattern() local 171 struct ath_hw *ah = sc->sc_ah; in ath9k_suspend() local 283 struct ath_hw *ah = sc->sc_ah; in ath9k_resume() local 330 struct ath_hw *ah = sc->sc_ah; in ath9k_init_wow() local
|
D | dynack.h | 91 static inline void ath_dynack_init(struct ath_hw *ah) {} in ath_dynack_init() 92 static inline void ath_dynack_node_init(struct ath_hw *ah, in ath_dynack_node_init() 94 static inline void ath_dynack_node_deinit(struct ath_hw *ah, in ath_dynack_node_deinit() 96 static inline void ath_dynack_sample_ack_ts(struct ath_hw *ah, in ath_dynack_sample_ack_ts() 98 static inline void ath_dynack_sample_tx_ts(struct ath_hw *ah, in ath_dynack_sample_tx_ts()
|
D | ar9003_mci.h | 343 static inline void ar9003_mci_stop_bt(struct ath_hw *ah, bool save_fullsleep) in ar9003_mci_stop_bt() 346 static inline void ar9003_mci_init_cal_req(struct ath_hw *ah, bool *is_reusable) in ar9003_mci_init_cal_req() 349 static inline void ar9003_mci_init_cal_done(struct ath_hw *ah) in ar9003_mci_init_cal_done() 352 static inline void ar9003_mci_set_full_sleep(struct ath_hw *ah) in ar9003_mci_set_full_sleep() 355 static inline void ar9003_mci_2g5g_switch(struct ath_hw *ah, bool wait_done) in ar9003_mci_2g5g_switch() 358 static inline void ar9003_mci_check_bt(struct ath_hw *ah) in ar9003_mci_check_bt() 361 static inline bool ar9003_mci_start_reset(struct ath_hw *ah, struct ath9k_channel *chan) in ar9003_mci_start_reset() 365 static inline int ar9003_mci_end_reset(struct ath_hw *ah, struct ath9k_channel *chan, in ar9003_mci_end_reset() 370 static inline void ar9003_mci_reset(struct ath_hw *ah, bool en_int, bool is_2g, in ar9003_mci_reset() 374 static inline void ar9003_mci_get_isr(struct ath_hw *ah, enum ath9k_int *masked) in ar9003_mci_get_isr() [all …]
|
D | beacon.c | 35 struct ath_hw *ah = sc->sc_ah; in ath9k_beaconq_config() local 76 struct ath_hw *ah = sc->sc_ah; in ath9k_beacon_setup() local 322 struct ath_hw *ah = sc->sc_ah; in ath9k_beacon_tasklet() local 447 struct ath_hw *ah = sc->sc_ah; in ath9k_beacon_init() local 467 struct ath_hw *ah = sc->sc_ah; in ath9k_beacon_config_ap() local 473 static void ath9k_beacon_config_sta(struct ath_hw *ah, in ath9k_beacon_config_sta() 492 struct ath_hw *ah = sc->sc_ah; in ath9k_beacon_config_adhoc() local 588 struct ath_hw *ah = sc->sc_ah; in ath9k_beacon_config() local
|
D | mci.c | 212 struct ath_hw *ah = sc->sc_ah; in ath_mci_cal_msg() local 369 struct ath_hw *ah = sc->sc_ah; in ath_mci_msg() local 476 struct ath_hw *ah = sc->sc_ah; in ath_mci_cleanup() local 486 struct ath_hw *ah = sc->sc_ah; in ath_mci_intr() local 644 struct ath_hw *ah = sc->sc_ah; in ath9k_mci_update_wlan_channels() local 695 struct ath_hw *ah = sc->sc_ah; in ath9k_mci_set_txpower() local 727 struct ath_hw *ah = sc->sc_ah; in ath9k_mci_stomp_audio() local 743 struct ath_hw *ah = sc->sc_ah; in ath9k_mci_update_rssi() local
|
D | main.c | 212 struct ath_hw *ah = sc->sc_ah; in ath_prepare_reset() local 232 struct ath_hw *ah = sc->sc_ah; in ath_complete_reset() local 282 struct ath_hw *ah = sc->sc_ah; in ath_reset_internal() local 372 struct ath_hw *ah = sc->sc_ah; in ath9k_tasklet() local 505 struct ath_hw *ah = sc->sc_ah; in ath_isr() local 650 struct ath_hw *ah = sc->sc_ah; in ath9k_start() local 825 struct ath_hw *ah = sc->sc_ah; in ath9k_stop() local 1044 struct ath_hw *ah = sc->sc_ah; in ath9k_set_offchannel_state() local 1082 struct ath_hw *ah = sc->sc_ah; in ath9k_calculate_summary_state() local 1194 struct ath_hw *ah = sc->sc_ah; in ath9k_set_txpower() local [all …]
|
D | common-init.c | 127 struct ath_hw *ah = (struct ath_hw *)common->ah; in ath9k_cmn_init_channels_rates() local 172 void ath9k_cmn_setup_ht_cap(struct ath_hw *ah, in ath9k_cmn_setup_ht_cap() 230 void ath9k_cmn_reload_chainmask(struct ath_hw *ah) in ath9k_cmn_reload_chainmask()
|
D | common-debug.c | 22 struct ath_hw *ah = file->private_data; in read_file_modal_eeprom() local 48 struct ath_hw *ah) in ath9k_cmn_debug_modal_eeprom() 58 struct ath_hw *ah = file->private_data; in read_file_base_eeprom() local 83 struct ath_hw *ah) in ath9k_cmn_debug_base_eeprom()
|
D | pci.c | 801 struct ath_hw *ah = (struct ath_hw *) common->ah; in ath_pci_eeprom_read() local 825 struct ath_hw *ah = sc->sc_ah; in ath_pci_aspm_init() local 1035 struct ath_hw *ah = sc->sc_ah; in ath_pci_resume() local
|
D | tx99.c | 21 struct ath_hw *ah = sc->sc_ah; in ath9k_tx99_stop() local 53 struct ath_hw *ah = sc->sc_ah; in ath9k_build_tx99_skb() local 112 struct ath_hw *ah = sc->sc_ah; in ath9k_tx99_init() local
|
D | htc_drv_beacon.c | 23 struct ath_hw *ah = priv->ah; in ath9k_htc_beaconq_config() local 72 struct ath_hw *ah = priv->ah; in ath9k_htc_beacon_init() local 114 struct ath_hw *ah = priv->ah; in ath9k_htc_beacon_config_ap() local 124 struct ath_hw *ah = priv->ah; in ath9k_htc_beacon_config_adhoc() local
|
D | debug.c | 137 struct ath_hw *ah = sc->sc_ah; in read_file_ani() local 304 struct ath_hw *ah = sc->sc_ah; in read_file_antenna_diversity() local 408 struct ath_hw *ah = sc->sc_ah; in read_file_dma() local 869 struct ath_hw *ah = sc->sc_ah; in read_file_regval() local 885 struct ath_hw *ah = sc->sc_ah; in write_file_regval() local 952 struct ath_hw *ah = sc->sc_ah; in read_file_dump_nfcal() local 1030 struct ath_hw *ah = sc->sc_ah; in read_file_ackto() local 1115 struct ath_hw *ah = sc->sc_ah; in read_file_tpc() local 1140 struct ath_hw *ah = sc->sc_ah; in write_file_tpc() local 1304 int ath9k_init_debug(struct ath_hw *ah) in ath9k_init_debug()
|
D | dfs.c | 105 struct ath_hw *ah = sc->sc_ah; in ath9k_check_chirping() local 185 static u32 dur_to_usecs(struct ath_hw *ah, u32 dur) in dur_to_usecs() 298 struct ath_hw *ah = sc->sc_ah; in ath9k_dfs_process_phyerr() local
|
D | htc_drv_txrx.c | 191 struct ath_hw *ah = priv->ah; in ath_htc_txq_update() local 821 struct ath_hw *ah = priv->ah; in ath9k_htc_txq_setup() local 865 struct ath_hw *ah = priv->ah; in ath9k_htc_calcrxfilter() local 909 struct ath_hw *ah = priv->ah; in ath9k_htc_opmode_init() local 971 struct ath_hw *ah = common->ah; in ath9k_rx_prepare() local 1106 struct ath_hw *ah = priv->ah; in ath9k_htc_rxep() local
|
D | debug_sta.c | 96 struct ath_hw *ah = sc->sc_ah; in ath_debug_rate_stats() local 173 struct ath_hw *ah = sc->sc_ah; in read_file_node_recv() local
|
D | channel.c | 25 struct ath_hw *ah = sc->sc_ah; in ath_set_channel() local 358 struct ath_hw *ah = sc->sc_ah; in ath_chanctx_setup_timer() local 477 struct ath_hw *ah = sc->sc_ah; in ath_chanctx_event() local 1363 struct ath_hw *ah = sc->sc_ah; in ath9k_chanctx_stop_queues() local 1382 struct ath_hw *ah = sc->sc_ah; in ath9k_chanctx_wake_queues() local 1404 struct ath_hw *ah = sc->sc_ah; in ath9k_update_p2p_ps_timer() local
|
D | common-spectral.c | 150 struct ath_hw *ah = spec_priv->ah; in ath_cmn_process_ht20_fft() local 254 struct ath_hw *ah = spec_priv->ah; in ath_cmn_process_ht20_40_fft() local 500 struct ath_hw *ah = spec_priv->ah; in ath_cmn_process_fft() local 731 struct ath_hw *ah = spec_priv->ah; in ath9k_cmn_spectral_scan_trigger() local 763 struct ath_hw *ah = spec_priv->ah; in ath9k_cmn_spectral_scan_config() local
|
D | htc_drv_main.c | 186 struct ath_hw *ah = priv->ah; in ath9k_htc_reset() local 244 struct ath_hw *ah = priv->ah; in ath9k_htc_set_channel() local 775 struct ath_hw *ah = priv->ah; in ath9k_htc_ani_work() local 913 struct ath_hw *ah = priv->ah; in ath9k_htc_start() local 982 struct ath_hw *ah = priv->ah; in ath9k_htc_stop() local 1517 struct ath_hw *ah = priv->ah; in ath9k_htc_bss_info_changed() local 1806 struct ath_hw *ah = priv->ah; in ath9k_htc_get_stats() local
|
D | xmit.c | 1095 struct ath_hw *ah = sc->sc_ah; in ath_get_rate_txpower() local 1164 struct ath_hw *ah = sc->sc_ah; in ath_buf_set_rate() local 1302 struct ath_hw *ah = sc->sc_ah; in ath_tx_fill_desc() local 1673 struct ath_hw *ah = sc->sc_ah; in ath_txq_setup() local 1746 struct ath_hw *ah = sc->sc_ah; in ath_txq_update() local 1842 struct ath_hw *ah = sc->sc_ah; in ath_drain_all_txq() local 1982 struct ath_hw *ah = sc->sc_ah; in ath_tx_txqaddbuf() local 2130 struct ath_hw *ah = sc->sc_ah; in ath_txchainmask_reduction() local 2554 struct ath_hw *ah = sc->sc_ah; in ath_tx_rc_status() local 2603 struct ath_hw *ah = sc->sc_ah; in ath_tx_processq() local [all …]
|
D | hw.h | 141 #define REG_READ_ARRAY(ah, array, size) \ argument 988 static inline struct ath_common *ath9k_hw_common(struct ath_hw *ah) in ath9k_hw_common() 993 static inline struct ath_regulatory *ath9k_hw_regulatory(struct ath_hw *ah) in ath9k_hw_regulatory() 998 static inline struct ath_hw_private_ops *ath9k_hw_private_ops(struct ath_hw *ah) in ath9k_hw_private_ops() 1003 static inline struct ath_hw_ops *ath9k_hw_ops(struct ath_hw *ah) in ath9k_hw_ops() 1149 static inline bool ath9k_hw_btcoex_is_enabled(struct ath_hw *ah) in ath9k_hw_btcoex_is_enabled() 1153 static inline bool ath9k_hw_mci_is_enabled(struct ath_hw *ah) in ath9k_hw_mci_is_enabled() 1161 ath9k_hw_get_btcoex_scheme(struct ath_hw *ah) in ath9k_hw_get_btcoex_scheme() 1166 static inline void ar9003_hw_attach_aic_ops(struct ath_hw *ah) in ar9003_hw_attach_aic_ops() 1169 static inline bool ath9k_hw_btcoex_is_enabled(struct ath_hw *ah) in ath9k_hw_btcoex_is_enabled() [all …]
|
D | ahb.c | 92 struct ath_hw *ah; in ath_ahb_probe() local
|
D | common-spectral.h | 98 struct ath_hw *ah; member
|
D | wmi.c | 296 struct ath_hw *ah = wmi->drv_priv->ah; in ath9k_wmi_cmd() local
|
D | htc_drv_debug.c | 487 int ath9k_htc_init_debug(struct ath_hw *ah) in ath9k_htc_init_debug()
|
D | htc.h | 454 struct ath_hw *ah; member 641 static inline int ath9k_htc_init_debug(struct ath_hw *ah) { return 0; }; in ath9k_htc_init_debug()
|
D | debug.h | 278 static inline int ath9k_init_debug(struct ath_hw *ah) in ath9k_init_debug()
|
D | reg.h | 827 #define AR_SREV_9100(ah) \ argument
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
D | pcu.c | 113 ath5k_hw_get_frame_duration(struct ath5k_hw *ah, enum ieee80211_band band, in ath5k_hw_get_frame_duration() 175 ath5k_hw_get_default_slottime(struct ath5k_hw *ah) in ath5k_hw_get_default_slottime() 206 ath5k_hw_get_default_sifs(struct ath5k_hw *ah) in ath5k_hw_get_default_sifs() 243 ath5k_hw_update_mib_counters(struct ath5k_hw *ah) in ath5k_hw_update_mib_counters() 277 ath5k_hw_write_rate_duration(struct ath5k_hw *ah) in ath5k_hw_write_rate_duration() 327 ath5k_hw_set_ack_timeout(struct ath5k_hw *ah, unsigned int timeout) in ath5k_hw_set_ack_timeout() 345 ath5k_hw_set_cts_timeout(struct ath5k_hw *ah, unsigned int timeout) in ath5k_hw_set_cts_timeout() 370 ath5k_hw_set_lladdr(struct ath5k_hw *ah, const u8 *mac) in ath5k_hw_set_lladdr() 398 ath5k_hw_set_bssid(struct ath5k_hw *ah) in ath5k_hw_set_bssid() 447 ath5k_hw_set_bssid_mask(struct ath5k_hw *ah, const u8 *mask) in ath5k_hw_set_bssid_mask() [all …]
|
D | base.c | 201 static inline u64 ath5k_extend_tsf(struct ath5k_hw *ah, u32 rstamp) in ath5k_extend_tsf() 234 struct ath5k_hw *ah = (struct ath5k_hw *) hw_priv; in ath5k_ioread32() local 240 struct ath5k_hw *ah = (struct ath5k_hw *) hw_priv; in ath5k_iowrite32() local 257 struct ath5k_hw *ah = hw->priv; in ath5k_reg_notifier() local 296 ath5k_setup_channels(struct ath5k_hw *ah, struct ieee80211_channel *channels, in ath5k_setup_channels() 344 ath5k_setup_rate_idx(struct ath5k_hw *ah, struct ieee80211_supported_band *b) in ath5k_setup_rate_idx() 361 struct ath5k_hw *ah = hw->priv; in ath5k_setup_bands() local 447 ath5k_chan_set(struct ath5k_hw *ah, struct cfg80211_chan_def *chandef) in ath5k_chan_set() 519 ath5k_update_bssid_mask_and_opmode(struct ath5k_hw *ah, in ath5k_update_bssid_mask_and_opmode() 576 ath5k_hw_to_driver_rix(struct ath5k_hw *ah, int hw_rix) in ath5k_hw_to_driver_rix() [all …]
|
D | dma.c | 48 ath5k_hw_start_rx_dma(struct ath5k_hw *ah) in ath5k_hw_start_rx_dma() 59 ath5k_hw_stop_rx_dma(struct ath5k_hw *ah) in ath5k_hw_stop_rx_dma() 85 ath5k_hw_get_rxdp(struct ath5k_hw *ah) in ath5k_hw_get_rxdp() 98 ath5k_hw_set_rxdp(struct ath5k_hw *ah, u32 phys_addr) in ath5k_hw_set_rxdp() 130 ath5k_hw_start_tx_dma(struct ath5k_hw *ah, unsigned int queue) in ath5k_hw_start_tx_dma() 188 ath5k_hw_stop_tx_dma(struct ath5k_hw *ah, unsigned int queue) in ath5k_hw_stop_tx_dma() 328 ath5k_hw_stop_beacon_queue(struct ath5k_hw *ah, unsigned int queue) in ath5k_hw_stop_beacon_queue() 353 ath5k_hw_get_txdp(struct ath5k_hw *ah, unsigned int queue) in ath5k_hw_get_txdp() 396 ath5k_hw_set_txdp(struct ath5k_hw *ah, unsigned int queue, u32 phys_addr) in ath5k_hw_set_txdp() 453 ath5k_hw_update_tx_triglevel(struct ath5k_hw *ah, bool increase) in ath5k_hw_update_tx_triglevel() [all …]
|
D | ani.c | 66 ath5k_ani_set_noise_immunity_level(struct ath5k_hw *ah, int level) in ath5k_ani_set_noise_immunity_level() 111 ath5k_ani_set_spur_immunity_level(struct ath5k_hw *ah, int level) in ath5k_ani_set_spur_immunity_level() 135 ath5k_ani_set_firstep_level(struct ath5k_hw *ah, int level) in ath5k_ani_set_firstep_level() 157 ath5k_ani_set_ofdm_weak_signal_detection(struct ath5k_hw *ah, bool on) in ath5k_ani_set_ofdm_weak_signal_detection() 197 ath5k_ani_set_cck_weak_signal_detection(struct ath5k_hw *ah, bool on) in ath5k_ani_set_cck_weak_signal_detection() 223 ath5k_ani_raise_immunity(struct ath5k_hw *ah, struct ath5k_ani_state *as, in ath5k_ani_raise_immunity() 310 ath5k_ani_lower_immunity(struct ath5k_hw *ah, struct ath5k_ani_state *as) in ath5k_ani_lower_immunity() 374 ath5k_hw_ani_get_listen_time(struct ath5k_hw *ah, struct ath5k_ani_state *as) in ath5k_hw_ani_get_listen_time() 406 ath5k_ani_save_and_clear_phy_errors(struct ath5k_hw *ah, in ath5k_ani_save_and_clear_phy_errors() 475 ath5k_ani_calibration(struct ath5k_hw *ah) in ath5k_ani_calibration() [all …]
|
D | rfkill.c | 39 static inline void ath5k_rfkill_disable(struct ath5k_hw *ah) in ath5k_rfkill_disable() 48 static inline void ath5k_rfkill_enable(struct ath5k_hw *ah) in ath5k_rfkill_enable() 56 static inline void ath5k_rfkill_set_intr(struct ath5k_hw *ah, bool enable) in ath5k_rfkill_set_intr() 67 ath5k_is_rfkill_set(struct ath5k_hw *ah) in ath5k_is_rfkill_set() 78 struct ath5k_hw *ah = (void *)data; in ath5k_tasklet_rfkill_toggle() local 87 ath5k_rfkill_hw_start(struct ath5k_hw *ah) in ath5k_rfkill_hw_start() 105 ath5k_rfkill_hw_stop(struct ath5k_hw *ah) in ath5k_rfkill_hw_stop()
|
D | mac80211-ops.c | 61 struct ath5k_hw *ah = hw->priv; in ath5k_tx() local 76 struct ath5k_hw *ah = hw->priv; in ath5k_add_interface() local 161 struct ath5k_hw *ah = hw->priv; in ath5k_remove_interface() local 197 struct ath5k_hw *ah = hw->priv; in ath5k_config() local 256 struct ath5k_hw *ah = hw->priv; in ath5k_bss_info_changed() local 376 struct ath5k_hw *ah = hw->priv; in ath5k_configure_filter() local 477 struct ath5k_hw *ah = hw->priv; in ath5k_set_key() local 543 struct ath5k_hw *ah = hw->priv; in ath5k_sw_scan_start() local 552 struct ath5k_hw *ah = hw->priv; in ath5k_sw_scan_complete() local 562 struct ath5k_hw *ah = hw->priv; in ath5k_get_stats() local [all …]
|
D | phy.c | 84 ath5k_hw_radio_revision(struct ath5k_hw *ah, enum ieee80211_band band) in ath5k_hw_radio_revision() 136 ath5k_channel_ok(struct ath5k_hw *ah, struct ieee80211_channel *channel) in ath5k_channel_ok() 159 ath5k_hw_chan_has_spur_noise(struct ath5k_hw *ah, in ath5k_hw_chan_has_spur_noise() 193 ath5k_hw_rfb_op(struct ath5k_hw *ah, const struct ath5k_rf_reg *rf_regs, in ath5k_hw_rfb_op() 285 ath5k_hw_write_ofdm_timings(struct ath5k_hw *ah, in ath5k_hw_write_ofdm_timings() 349 int ath5k_hw_phy_disable(struct ath5k_hw *ah) in ath5k_hw_phy_disable() 363 ath5k_hw_wait_for_synth(struct ath5k_hw *ah, in ath5k_hw_wait_for_synth() 420 int ath5k_hw_rfgain_opt_init(struct ath5k_hw *ah) in ath5k_hw_rfgain_opt_init() 457 ath5k_hw_request_rfgain_probe(struct ath5k_hw *ah) in ath5k_hw_request_rfgain_probe() 483 ath5k_hw_rf_gainf_corr(struct ath5k_hw *ah) in ath5k_hw_rf_gainf_corr() [all …]
|
D | reset.c | 67 ath5k_hw_register_timeout(struct ath5k_hw *ah, u32 reg, u32 flag, u32 val, in ath5k_hw_register_timeout() 101 ath5k_hw_htoclock(struct ath5k_hw *ah, unsigned int usec) in ath5k_hw_htoclock() 118 ath5k_hw_clocktoh(struct ath5k_hw *ah, unsigned int clock) in ath5k_hw_clocktoh() 132 ath5k_hw_init_core_clock(struct ath5k_hw *ah) in ath5k_hw_init_core_clock() 281 ath5k_hw_set_sleep_clock(struct ath5k_hw *ah, bool enable) in ath5k_hw_set_sleep_clock() 397 ath5k_hw_nic_reset(struct ath5k_hw *ah, u32 val) in ath5k_hw_nic_reset() 446 ath5k_hw_wisoc_reset(struct ath5k_hw *ah, u32 flags) in ath5k_hw_wisoc_reset() 514 ath5k_hw_set_power_mode(struct ath5k_hw *ah, enum ath5k_power_mode mode, in ath5k_hw_set_power_mode() 607 ath5k_hw_on_hold(struct ath5k_hw *ah) in ath5k_hw_on_hold() 669 ath5k_hw_nic_wakeup(struct ath5k_hw *ah, struct ieee80211_channel *channel) in ath5k_hw_nic_wakeup() [all …]
|
D | eeprom.c | 73 ath5k_eeprom_init_header(struct ath5k_hw *ah) in ath5k_eeprom_init_header() 189 static int ath5k_eeprom_read_ants(struct ath5k_hw *ah, u32 *offset, in ath5k_eeprom_read_ants() 249 static int ath5k_eeprom_read_modes(struct ath5k_hw *ah, u32 *offset, in ath5k_eeprom_read_modes() 467 ath5k_eeprom_init_modes(struct ath5k_hw *ah) in ath5k_eeprom_init_modes() 510 ath5k_eeprom_read_freq_list(struct ath5k_hw *ah, int *offset, int max, in ath5k_eeprom_read_freq_list() 548 ath5k_eeprom_init_11a_pcal_freq(struct ath5k_hw *ah, int offset) in ath5k_eeprom_init_11a_pcal_freq() 601 ath5k_eeprom_init_11bg_2413(struct ath5k_hw *ah, unsigned int mode, int offset) in ath5k_eeprom_init_11bg_2413() 646 ath5k_get_pcdac_intercepts(struct ath5k_hw *ah, u8 min, u8 max, u8 *vp) in ath5k_get_pcdac_intercepts() 667 ath5k_eeprom_free_pcal_info(struct ath5k_hw *ah, int mode) in ath5k_eeprom_free_pcal_info() 714 ath5k_eeprom_convert_pcal_info_5111(struct ath5k_hw *ah, int mode, in ath5k_eeprom_convert_pcal_info_5111() [all …]
|
D | gpio.c | 53 ath5k_hw_set_ledstate(struct ath5k_hw *ah, unsigned int state) in ath5k_hw_set_ledstate() 106 ath5k_hw_set_gpio_input(struct ath5k_hw *ah, u32 gpio) in ath5k_hw_set_gpio_input() 124 ath5k_hw_set_gpio_output(struct ath5k_hw *ah, u32 gpio) in ath5k_hw_set_gpio_output() 142 ath5k_hw_get_gpio(struct ath5k_hw *ah, u32 gpio) in ath5k_hw_get_gpio() 159 ath5k_hw_set_gpio(struct ath5k_hw *ah, u32 gpio, u32 val) in ath5k_hw_set_gpio() 189 ath5k_hw_set_gpio_intr(struct ath5k_hw *ah, unsigned int gpio, in ath5k_hw_set_gpio_intr()
|
D | qcu.c | 63 ath5k_hw_num_tx_pending(struct ath5k_hw *ah, unsigned int queue) in ath5k_hw_num_tx_pending() 94 ath5k_hw_release_tx_queue(struct ath5k_hw *ah, unsigned int queue) in ath5k_hw_release_tx_queue() 138 ath5k_hw_get_tx_queueprops(struct ath5k_hw *ah, int queue, in ath5k_hw_get_tx_queueprops() 154 ath5k_hw_set_tx_queueprops(struct ath5k_hw *ah, int queue, in ath5k_hw_set_tx_queueprops() 203 ath5k_hw_setup_tx_queue(struct ath5k_hw *ah, enum ath5k_tx_queue queue_type, in ath5k_hw_setup_tx_queue() 281 ath5k_hw_set_tx_retry_limits(struct ath5k_hw *ah, in ath5k_hw_set_tx_retry_limits() 324 ath5k_hw_reset_tx_queue(struct ath5k_hw *ah, unsigned int queue) in ath5k_hw_reset_tx_queue() 559 int ath5k_hw_set_ifs_intervals(struct ath5k_hw *ah, unsigned int slot_time) in ath5k_hw_set_ifs_intervals() 690 ath5k_hw_init_queues(struct ath5k_hw *ah) in ath5k_hw_init_queues()
|
D | pci.c | 58 struct ath5k_hw *ah = (struct ath5k_hw *) common->priv; in ath5k_pci_read_cachesize() local 80 struct ath5k_hw *ah = (struct ath5k_hw *) common->ah; in ath5k_pci_eeprom_read() local 110 int ath5k_hw_read_srev(struct ath5k_hw *ah) in ath5k_hw_read_srev() 119 static int ath5k_pci_eeprom_read_mac(struct ath5k_hw *ah, u8 *mac) in ath5k_pci_eeprom_read_mac() 163 struct ath5k_hw *ah; in ath5k_pci_probe() local 292 struct ath5k_hw *ah = hw->priv; in ath5k_pci_remove() local 306 struct ath5k_hw *ah = hw->priv; in ath5k_pci_suspend() local 316 struct ath5k_hw *ah = hw->priv; in ath5k_pci_resume() local
|
D | debug.c | 158 struct ath5k_hw *ah = seq->private; in reg_show() local 198 struct ath5k_hw *ah = file->private_data; in read_file_beacon() local 247 struct ath5k_hw *ah = file->private_data; in write_file_beacon() local 280 struct ath5k_hw *ah = file->private_data; in write_file_reset() local 319 struct ath5k_hw *ah = file->private_data; in read_file_debug() local 348 struct ath5k_hw *ah = file->private_data; in write_file_debug() local 381 struct ath5k_hw *ah = file->private_data; in read_file_antenna() local 453 struct ath5k_hw *ah = file->private_data; in write_file_antenna() local 494 struct ath5k_hw *ah = file->private_data; in read_file_misc() local 549 struct ath5k_hw *ah = file->private_data; in read_file_frameerrors() local [all …]
|
D | led.c | 90 void ath5k_led_enable(struct ath5k_hw *ah) in ath5k_led_enable() 98 static void ath5k_led_on(struct ath5k_hw *ah) in ath5k_led_on() 105 void ath5k_led_off(struct ath5k_hw *ah) in ath5k_led_off() 126 ath5k_register_led(struct ath5k_hw *ah, struct ath5k_led *led, in ath5k_register_led() 156 void ath5k_unregister_leds(struct ath5k_hw *ah) in ath5k_unregister_leds() 162 int ath5k_init_leds(struct ath5k_hw *ah) in ath5k_init_leds()
|
D | desc.c | 75 ath5k_hw_setup_2word_tx_desc(struct ath5k_hw *ah, in ath5k_hw_setup_2word_tx_desc() 241 ath5k_hw_setup_4word_tx_desc(struct ath5k_hw *ah, in ath5k_hw_setup_4word_tx_desc() 379 ath5k_hw_setup_mrr_tx_desc(struct ath5k_hw *ah, in ath5k_hw_setup_mrr_tx_desc() 442 ath5k_hw_proc_2word_tx_status(struct ath5k_hw *ah, in ath5k_hw_proc_2word_tx_status() 494 ath5k_hw_proc_4word_tx_status(struct ath5k_hw *ah, in ath5k_hw_proc_4word_tx_status() 559 ath5k_hw_setup_rx_desc(struct ath5k_hw *ah, in ath5k_hw_setup_rx_desc() 601 ath5k_hw_proc_5210_rx_status(struct ath5k_hw *ah, in ath5k_hw_proc_5210_rx_status() 695 ath5k_hw_proc_5212_rx_status(struct ath5k_hw *ah, in ath5k_hw_proc_5212_rx_status() 773 ath5k_hw_init_desc_functions(struct ath5k_hw *ah) in ath5k_hw_init_desc_functions()
|
D | debug.h | 145 ATH5K_DBG(struct ath5k_hw *ah, unsigned int m, const char *fmt, ...) {} in ATH5K_DBG() 148 ATH5K_DBG_UNLIMIT(struct ath5k_hw *ah, unsigned int m, const char *fmt, ...) in ATH5K_DBG_UNLIMIT() 152 ath5k_debug_init_device(struct ath5k_hw *ah) {} in ath5k_debug_init_device() 155 ath5k_debug_printrxbuffs(struct ath5k_hw *ah) {} in ath5k_debug_printrxbuffs() 158 ath5k_debug_dump_bands(struct ath5k_hw *ah) {} in ath5k_debug_dump_bands() 161 ath5k_debug_printtxbuf(struct ath5k_hw *ah, struct ath5k_buf *bf) {} in ath5k_debug_printtxbuf()
|
D | ahb.c | 38 struct ath5k_hw *ah = common->priv; in ath5k_ahb_eeprom_read() local 54 int ath5k_hw_read_srev(struct ath5k_hw *ah) in ath5k_hw_read_srev() 62 static int ath5k_ahb_eeprom_read_mac(struct ath5k_hw *ah, u8 *mac) in ath5k_ahb_eeprom_read_mac() 88 struct ath5k_hw *ah; in ath_ahb_probe() local 195 struct ath5k_hw *ah; in ath_ahb_remove() local
|
D | caps.c | 33 int ath5k_hw_set_capabilities(struct ath5k_hw *ah) in ath5k_hw_set_capabilities() 133 int ath5k_hw_enable_pspoll(struct ath5k_hw *ah, u8 *bssid, in ath5k_hw_enable_pspoll() 145 int ath5k_hw_disable_pspoll(struct ath5k_hw *ah) in ath5k_hw_disable_pspoll()
|
D | attach.c | 35 static int ath5k_hw_post(struct ath5k_hw *ah) in ath5k_hw_post() 104 int ath5k_hw_init(struct ath5k_hw *ah) in ath5k_hw_init() 350 void ath5k_hw_deinit(struct ath5k_hw *ah) in ath5k_hw_deinit()
|
D | initvals.c | 1380 ath5k_hw_ini_registers(struct ath5k_hw *ah, unsigned int size, in ath5k_hw_ini_registers() 1416 ath5k_hw_ini_mode_registers(struct ath5k_hw *ah, in ath5k_hw_ini_mode_registers() 1440 ath5k_hw_write_initvals(struct ath5k_hw *ah, u8 mode, bool skip_pcu) in ath5k_hw_write_initvals()
|
D | sysfs.c | 102 ath5k_sysfs_register(struct ath5k_hw *ah) in ath5k_sysfs_register() 117 ath5k_sysfs_unregister(struct ath5k_hw *ah) in ath5k_sysfs_unregister()
|
D | ath5k.h | 124 #define AR5K_REG_WRITE_BITS(ah, _reg, _flags, _val) \ argument 128 #define AR5K_REG_MASKED_BITS(ah, _reg, _flags, _mask) \ argument 132 #define AR5K_REG_ENABLE_BITS(ah, _reg, _flags) \ argument 135 #define AR5K_REG_DISABLE_BITS(ah, _reg, _flags) \ argument 139 #define AR5K_REG_READ_Q(ah, _reg, _queue) \ argument 142 #define AR5K_REG_WRITE_Q(ah, _reg, _queue) \ argument 1182 struct ath5k_hw *ah; /* driver state */ member 1642 static inline struct ath_common *ath5k_hw_common(struct ath5k_hw *ah) in ath5k_hw_common() 1647 static inline struct ath_regulatory *ath5k_hw_regulatory(struct ath5k_hw *ah) in ath5k_hw_regulatory() 1655 static inline void __iomem *ath5k_ahb_reg(struct ath5k_hw *ah, u16 reg) in ath5k_ahb_reg() [all …]
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
D | ah.c | 36 struct mlx5_ib_ah *ah) in create_ib_ah() 56 struct mlx5_ib_ah *ah; in mlx5_ib_create_ah() local 67 struct mlx5_ib_ah *ah = to_mah(ibah); in mlx5_ib_query_ah() local 88 int mlx5_ib_destroy_ah(struct ib_ah *ah) in mlx5_ib_destroy_ah()
|
D | qp.c | 1363 static int mlx5_set_path(struct mlx5_ib_dev *dev, const struct ib_ah_attr *ah, in mlx5_set_path()
|
/linux-4.4.14/drivers/infiniband/hw/mlx4/ |
D | ah.c | 44 struct mlx4_ib_ah *ah) in create_ib_ah() 73 struct mlx4_ib_ah *ah) in create_iboe_ah() 128 struct mlx4_ib_ah *ah; in mlx4_ib_create_ah() local 160 struct mlx4_ib_ah *ah = to_mah(ibah); in mlx4_ib_query_ah() local 191 int mlx4_ib_destroy_ah(struct ib_ah *ah) in mlx4_ib_destroy_ah()
|
D | qp.c | 1298 static int _mlx4_set_path(struct mlx4_ib_dev *dev, const struct ib_ah_attr *ah, in _mlx4_set_path() 2150 struct mlx4_ib_ah *ah = to_mah(wr->ah); in build_sriov_qp0_header() local 2272 struct mlx4_ib_ah *ah = to_mah(wr->ah); in build_mlx_header() local 2627 struct mlx4_ib_ah *ah = to_mah(wr->ah); in build_tunnel_header() local
|
D | mad.c | 466 struct ib_ah *ah; in mlx4_ib_send_to_slave() local 1195 struct ib_ah *ah; in mlx4_ib_send_to_wire() local 1309 struct mlx4_ib_ah ah; in mlx4_ib_multiplex_mad() local
|
D | mlx4_ib.h | 405 struct ib_ah *ah; member 781 static inline bool mlx4_ib_ah_grh_present(struct mlx4_ib_ah *ah) in mlx4_ib_ah_grh_present()
|
/linux-4.4.14/lib/mpi/ |
D | longlong.h | 114 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 123 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 176 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 185 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 263 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 272 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 300 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 309 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument 397 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 406 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument [all …]
|
/linux-4.4.14/drivers/ata/ |
D | pata_rb532_cf.c | 60 struct ata_host *ah = dev_instance; in rb532_pata_irq_handler() local 86 static void rb532_pata_setup_ports(struct ata_host *ah) in rb532_pata_setup_ports() 111 struct ata_host *ah; in rb532_pata_driver_probe() local 190 struct ata_host *ah = platform_get_drvdata(pdev); in rb532_pata_driver_remove() local
|
/linux-4.4.14/arch/arm/lib/ |
D | ashrdi3.S | 34 #define ah r0 macro 37 #define ah r1 macro
|
D | ashldi3.S | 34 #define ah r0 macro 37 #define ah r1 macro
|
D | lshrdi3.S | 34 #define ah r0 macro 37 #define ah r1 macro
|
/linux-4.4.14/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_ah.c | 58 static inline int set_av_attr(struct ocrdma_dev *dev, struct ocrdma_ah *ah, in set_av_attr() 118 struct ocrdma_ah *ah; in ocrdma_create_ah() local 190 struct ocrdma_ah *ah = get_ocrdma_ah(ibah); in ocrdma_destroy_ah() local 200 struct ocrdma_ah *ah = get_ocrdma_ah(ibah); in ocrdma_query_ah() local
|
D | ocrdma_hw.c | 3033 int ocrdma_alloc_av(struct ocrdma_dev *dev, struct ocrdma_ah *ah) in ocrdma_alloc_av() 3058 int ocrdma_free_av(struct ocrdma_dev *dev, struct ocrdma_ah *ah) in ocrdma_free_av()
|
D | ocrdma_verbs.c | 2001 struct ocrdma_ah *ah = get_ocrdma_ah(ud_wr(wr)->ah); in ocrdma_build_ud_hdr() local
|
/linux-4.4.14/drivers/infiniband/hw/mthca/ |
D | mthca_av.c | 156 struct mthca_ah *ah) in mthca_create_ah() 240 int mthca_destroy_ah(struct mthca_dev *dev, struct mthca_ah *ah) in mthca_destroy_ah() 261 int mthca_ah_grh_present(struct mthca_ah *ah) in mthca_ah_grh_present() 266 int mthca_read_ah(struct mthca_dev *dev, struct mthca_ah *ah, in mthca_read_ah() 294 struct mthca_ah *ah = to_mah(ibah); in mthca_ah_query() local
|
D | mthca_provider.c | 415 struct mthca_ah *ah; in mthca_ah_create() local 430 static int mthca_ah_destroy(struct ib_ah *ah) in mthca_ah_destroy()
|
D | mthca_qp.c | 515 static int mthca_path_set(struct mthca_dev *dev, const struct ib_ah_attr *ah, in mthca_path_set()
|
/linux-4.4.14/drivers/staging/rdma/ehca/ |
D | ehca_av.c | 168 int ehca_modify_ah(struct ib_ah *ah, struct ib_ah_attr *ah_attr) in ehca_modify_ah() 232 int ehca_query_ah(struct ib_ah *ah, struct ib_ah_attr *ah_attr) in ehca_query_ah() 255 int ehca_destroy_ah(struct ib_ah *ah) in ehca_destroy_ah()
|
/linux-4.4.14/drivers/net/wireless/ath/ |
D | hw.c | 120 void *ah = common->ah; in ath_hw_setbssidmask() local 145 void *ah = common->ah; in ath_hw_cycle_counters_update() local
|
D | key.c | 45 void *ah = common->ah; in ath_hw_keyreset() local 92 void *ah = common->ah; in ath_hw_keysetmac() local 133 void *ah = common->ah; in ath_hw_set_keycache_entry() local
|
D | ath.h | 148 void *ah; member
|
/linux-4.4.14/net/ipv4/ |
D | ah4.c | 126 struct ip_auth_hdr *ah = ip_auth_hdr(skb); in ah_output_done() local 156 struct ip_auth_hdr *ah; in ah_output() local 269 struct ip_auth_hdr *ah = ip_auth_hdr(skb); in ah_input_done() local 309 struct ip_auth_hdr *ah; in ah_input() local 437 struct ip_auth_hdr *ah = (struct ip_auth_hdr *)(skb->data+(iph->ihl<<2)); in ah4_err() local
|
D | ip_vti.c | 252 struct ip_auth_hdr *ah ; in vti4_err() local
|
/linux-4.4.14/arch/s390/include/asm/ |
D | sfp-util.h | 6 #define add_ssaaaa(sh, sl, ah, al, bh, bl) ({ \ argument 20 #define sub_ddmmss(sh, sl, ah, al, bh, bl) ({ \ argument
|
/linux-4.4.14/arch/alpha/math-emu/ |
D | sfp-util.h | 7 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 10 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
|
/linux-4.4.14/arch/sparc/math-emu/ |
D | sfp-util_64.h | 14 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 28 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
|
D | sfp-util_32.h | 6 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 16 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
|
/linux-4.4.14/arch/sh/math-emu/ |
D | sfp-util.h | 5 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 13 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
|
/linux-4.4.14/net/ipv6/ |
D | ah6.c | 306 struct ip_auth_hdr *ah = ip_auth_hdr(skb); in ah6_output_done() local 345 struct ip_auth_hdr *ah; in ah6_output() local 473 struct ip_auth_hdr *ah = ip_auth_hdr(skb); in ah6_input_done() local 525 struct ip_auth_hdr *ah; in ah6_input() local 653 struct ip_auth_hdr *ah = (struct ip_auth_hdr *)(skb->data+offset); in ah6_err() local
|
D | ip6_vti.c | 561 struct ip_auth_hdr *ah; in vti6_err() local
|
/linux-4.4.14/net/bridge/netfilter/ |
D | ebt_among.c | 81 const struct arphdr *ah; in get_ip_dst() local 112 const struct arphdr *ah; in get_ip_src() local
|
D | ebt_arp.c | 22 const struct arphdr *ah; in ebt_arp_mt() local
|
D | ebt_log.c | 142 const struct arphdr *ah; in ebt_log_packet() local
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | verbs.c | 456 struct hfi1_ah *ah = to_iah(ud_wr(wr)->ah); in post_one_send() local 1664 u8 ah_to_sc(struct ib_device *ibdev, struct ib_ah_attr *ah) in ah_to_sc() 1718 struct hfi1_ah *ah; in create_ah() local 1758 struct ib_ah *ah = ERR_PTR(-EINVAL); in hfi1_create_qp0_ah() local 1781 struct hfi1_ah *ah = to_iah(ibah); in destroy_ah() local 1798 struct hfi1_ah *ah = to_iah(ibah); in modify_ah() local 1810 struct hfi1_ah *ah = to_iah(ibah); in query_ah() local
|
D | mad.c | 133 struct ib_ah *ah; in send_trap() local
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | ipt_ah.c | 36 const struct ip_auth_hdr *ah; in ah_mt() local
|
D | nf_log_arp.c | 49 const struct arphdr *ah; in dump_arp_packet() local
|
D | nf_log_ipv4.c | 203 const struct ip_auth_hdr *ah; in dump_ipv4_packet() local
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | ip6t_ah.c | 42 const struct ip_auth_hdr *ah; in ah_mt6() local
|
D | nf_log_ipv6.c | 134 const struct ip_auth_hdr *ah; in dump_ipv6_packet() local
|
/linux-4.4.14/drivers/infiniband/ulp/ipoib/ |
D | ipoib_ib.c | 59 struct ipoib_ah *ah; in ipoib_create_ah() local 84 struct ipoib_ah *ah = container_of(kref, struct ipoib_ah, ref); in ipoib_free_ah() local 625 struct ipoib_ah *ah, *tah; in __ipoib_reap_ah() local
|
D | ipoib.h | 149 struct ipoib_ah *ah; member 397 struct ib_ah *ah; member 406 struct ipoib_ah *ah; member 421 struct ipoib_ah *ah; member 463 static inline void ipoib_put_ah(struct ipoib_ah *ah) in ipoib_put_ah()
|
D | ipoib_multicast.c | 213 struct ipoib_ah *ah; in ipoib_mcast_join_finish() local
|
D | ipoib_main.c | 668 struct ipoib_ah *ah = NULL; in path_rec_completion() local
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | sfp-machine.h | 216 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \ argument 251 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \ argument
|
/linux-4.4.14/drivers/infiniband/core/ |
D | verbs.c | 299 struct ib_ah *ah; in ib_create_ah() local 420 int ib_modify_ah(struct ib_ah *ah, struct ib_ah_attr *ah_attr) in ib_modify_ah() 428 int ib_query_ah(struct ib_ah *ah, struct ib_ah_attr *ah_attr) in ib_query_ah() 436 int ib_destroy_ah(struct ib_ah *ah) in ib_destroy_ah()
|
D | agent.c | 88 struct ib_ah *ah; in agent_send_response() local
|
D | mad_rmpp.c | 57 struct ib_ah *ah; member 160 struct ib_ah *ah; in alloc_response_msg() local
|
D | uverbs_cmd.c | 236 static void put_ah_read(struct ib_ah *ah) in put_ah_read() 2820 struct ib_ah *ah; in ib_uverbs_create_ah() local 2908 struct ib_ah *ah; in ib_uverbs_destroy_ah() local
|
D | uverbs_main.c | 217 struct ib_ah *ah = uobj->object; in ib_uverbs_cleanup_ucontext() local
|
D | user_mad.c | 452 struct ib_ah *ah; in ib_umad_write() local
|
D | sa_query.c | 64 struct ib_ah *ah; member
|
D | cm.c | 261 struct ib_ah *ah; in cm_alloc_msg() local 293 struct ib_ah *ah; in cm_alloc_response_msg() local
|
/linux-4.4.14/arch/sh/kernel/ |
D | process_64.c | 40 unsigned long long ah, al, bh, bl, ch, cl; in show_regs() local
|
/linux-4.4.14/drivers/block/aoe/ |
D | aoenet.c | 134 struct aoe_atahdr *ah; in aoenet_rcv() local
|
D | aoecmd.c | 146 put_lba(struct aoe_atahdr *ah, sector_t lba) in put_lba() 322 struct aoe_atahdr *ah; in ata_rw_frameinit() local 1441 struct aoe_atahdr *ah; in aoecmd_ata_id() local
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_verbs.c | 1843 struct qib_ah *ah; in qib_create_ah() local 1883 struct ib_ah *ah = ERR_PTR(-EINVAL); in qib_create_qp0_ah() local 1906 struct qib_ah *ah = to_iah(ibah); in qib_destroy_ah() local 1923 struct qib_ah *ah = to_iah(ibah); in qib_modify_ah() local 1935 struct qib_ah *ah = to_iah(ibah); in qib_query_ah() local
|
D | qib_mad.c | 105 struct ib_ah *ah; in qib_send_trap() local
|
D | qib_iba7322.c | 5511 struct ib_ah *ah; in try_7322_ipg() local
|
/linux-4.4.14/arch/alpha/include/uapi/asm/ |
D | a.out.h | 57 struct aouthdr ah; member
|
/linux-4.4.14/drivers/bluetooth/ |
D | hci_ll.c | 378 struct hci_acl_hdr *ah; in ll_recv() local
|
D | btuart_cs.c | 242 struct hci_acl_hdr *ah; in btuart_receive() local
|
D | bt3c_cs.c | 292 struct hci_acl_hdr *ah; in bt3c_receive() local
|
D | bluecard_cs.c | 457 struct hci_acl_hdr *ah; in bluecard_receive() local
|
/linux-4.4.14/crypto/ |
D | vmac.c | 190 #define poly_step(ah, al, kh, kl, mh, ml) \ argument 296 #define poly_step(ah, al, kh, kl, mh, ml) \ argument
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_verbs.c | 1782 struct ipath_ah *ah; in ipath_create_ah() local 1842 struct ipath_ah *ah = to_iah(ibah); in ipath_destroy_ah() local 1856 struct ipath_ah *ah = to_iah(ibah); in ipath_query_ah() local
|
/linux-4.4.14/include/linux/ |
D | math64.h | 157 u32 ah, al; in mul_u64_u32_shr() local
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | provider.c | 67 static int c4iw_ah_destroy(struct ib_ah *ah) in c4iw_ah_destroy()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_dpm.c | 183 u32 k, a, ah, al; in amdgpu_calculate_at() local
|
/linux-4.4.14/drivers/infiniband/hw/usnic/ |
D | usnic_ib_verbs.c | 749 int usnic_ib_destroy_ah(struct ib_ah *ah) in usnic_ib_destroy_ah()
|
/linux-4.4.14/drivers/mtd/nand/ |
D | cafe_nand.c | 560 u8 ah, al, bh, bl, ch, cl; in gf4096_mul() local
|
/linux-4.4.14/drivers/staging/xgifb/ |
D | vb_setmode.c | 749 unsigned short temp, ah, al, temp2, i, DisplayUnit; in XGI_SetCRT1Offset() local 1079 unsigned short ah, in XGI_WriteDAC() 1103 unsigned short data, data2, i, k, m, n, o, si, di, bx, dl, al, ah, dh; in XGI_LoadDAC() local
|
/linux-4.4.14/drivers/platform/x86/ |
D | acer-wmi.c | 1819 static acpi_status __init acer_wmi_get_handle_cb(acpi_handle ah, u32 level, in acer_wmi_get_handle_cb() 1827 acpi_handle *ah) in acer_wmi_get_handle()
|
/linux-4.4.14/drivers/usb/misc/sisusbvga/ |
D | sisusb_init.c | 738 unsigned short shiftflag, unsigned short dl, unsigned short ah, in SiS_WriteDAC()
|
/linux-4.4.14/drivers/staging/rdma/amso1100/ |
D | c2_provider.c | 199 static int c2_ah_destroy(struct ib_ah *ah) in c2_ah_destroy()
|
/linux-4.4.14/arch/x86/boot/ |
D | boot.h | 266 u8 al, ah, eax2, eax3; member
|
/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
D | iwch_provider.c | 70 static int iwch_ah_destroy(struct ib_ah *ah) in iwch_ah_destroy()
|
/linux-4.4.14/drivers/s390/char/ |
D | raw3270.c | 452 char ah; member
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | r600_dpm.c | 220 u32 k, a, ah, al; in r600_calculate_at() local
|
/linux-4.4.14/include/rdma/ |
D | ib_mad.h | 356 struct ib_ah *ah; member
|
D | ib_verbs.h | 1123 struct ib_ah *ah; member
|
/linux-4.4.14/drivers/video/fbdev/sis/ |
D | init.c | 2859 unsigned short dl, unsigned short ah, unsigned short al, unsigned short dh) in SiS_WriteDAC()
|
/linux-4.4.14/drivers/infiniband/hw/nes/ |
D | nes_verbs.c | 857 static int nes_destroy_ah(struct ib_ah *ah) in nes_destroy_ah()
|
/linux-4.4.14/arch/x86/kvm/ |
D | emulate.c | 3311 u8 al, ah; in em_aam() local 3334 u8 ah = (ctxt->dst.val >> 8) & 0xff; in em_aad() local
|
/linux-4.4.14/drivers/infiniband/ulp/srpt/ |
D | ib_srpt.c | 459 struct ib_ah *ah; in srpt_mad_recv_handler() local
|
/linux-4.4.14/include/uapi/rdma/ |
D | ib_user_verbs.h | 705 __u32 ah; member
|