Lines Matching refs:common
31 bool ath9k_cmn_rx_accept(struct ath_common *common, in ath9k_cmn_rx_accept() argument
38 struct ath_hw *ah = common->ah; in ath9k_cmn_rx_accept()
46 test_bit(rx_stats->rs_keyix, common->tkip_keymap); in ath9k_cmn_rx_accept()
59 !test_bit(rx_stats->rs_keyix, common->ccmp_keymap)) in ath9k_cmn_rx_accept()
118 void ath9k_cmn_rx_skb_postprocess(struct ath_common *common, in ath9k_cmn_rx_skb_postprocess() argument
124 struct ath_hw *ah = common->ah; in ath9k_cmn_rx_skb_postprocess()
159 if (test_bit(keyix, common->keymap)) in ath9k_cmn_rx_skb_postprocess()
170 int ath9k_cmn_process_rate(struct ath_common *common, in ath9k_cmn_process_rate() argument
178 struct ath_hw *ah = common->ah; in ath9k_cmn_process_rate()
212 void ath9k_cmn_process_rssi(struct ath_common *common, in ath9k_cmn_process_rssi() argument
217 struct ath_hw *ah = common->ah; in ath9k_cmn_process_rssi()
259 ATH_RSSI_LPF(common->last_rssi, rx_stats->rs_rssi); in ath9k_cmn_process_rssi()
260 last_rssi = common->last_rssi; in ath9k_cmn_process_rssi()
381 struct ath_common *common = ath9k_hw_common(ah); in ath9k_cmn_init_crypto() local
385 common->keymax = AR_KEYTABLE_SIZE; in ath9k_cmn_init_crypto()
394 common->crypt_caps |= ATH_CRYPT_CAP_MIC_COMBINED; in ath9k_cmn_init_crypto()
400 for (i = 0; i < common->keymax; i++) in ath9k_cmn_init_crypto()
401 ath_hw_keyreset(common, (u16) i); in ath9k_cmn_init_crypto()