/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | recv.c | 1020 bool is_sgi, is_40, is_sp; in ath_rx_count_airtime() local 1039 is_40 = !!(rxs->bw == RATE_INFO_BW_40); in ath_rx_count_airtime() 1046 is_40, is_sgi, is_sp); in ath_rx_count_airtime()
|
H A D | xmit.c | 1131 u8 rateidx, bool is_40, bool is_cck) in ath_get_rate_txpower() 1149 if (is_40) { in ath_get_rate_txpower() 1229 bool is_40, is_sgi, is_sp, is_cck; in ath_buf_set_rate() local 1262 is_40 = !!(rates[i].flags & IEEE80211_TX_RC_40_MHZ_WIDTH); in ath_buf_set_rate() 1271 is_40, is_sgi, is_sp); in ath_buf_set_rate() 1281 is_40, false); in ath_buf_set_rate() 1130 ath_get_rate_txpower(struct ath_softc *sc, struct ath_buf *bf, u8 rateidx, bool is_40, bool is_cck) ath_get_rate_txpower() argument
|
H A D | ar5008_phy.c | 1313 bool is_40, int ht40_delta) in ar5008_hw_init_txpower_ht() 1315 int i, mcs_idx = (is_40) ? AR5008_HT40_SHIFT : AR5008_HT20_SHIFT; in ar5008_hw_init_txpower_ht() 1311 ar5008_hw_init_txpower_ht(struct ath_hw *ah, int16_t *rate_array, int ss_offset, int ds_offset, bool is_40, int ht40_delta) ar5008_hw_init_txpower_ht() argument
|
H A D | ar9003_phy.c | 1860 int ts_offset, bool is_40) in ar9003_hw_init_txpower_ht() 1863 const u8 *mcs2pwr = (is_40) ? mcs2pwr_ht40 : mcs2pwr_ht20; in ar9003_hw_init_txpower_ht() 1858 ar9003_hw_init_txpower_ht(struct ath_hw *ah, u8 *rate_array, int ss_offset, int ds_offset, int ts_offset, bool is_40) ar9003_hw_init_txpower_ht() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | recv.c | 1020 bool is_sgi, is_40, is_sp; in ath_rx_count_airtime() local 1039 is_40 = !!(rxs->bw == RATE_INFO_BW_40); in ath_rx_count_airtime() 1046 is_40, is_sgi, is_sp); in ath_rx_count_airtime()
|
H A D | xmit.c | 1180 u8 rateidx, bool is_40, bool is_cck, bool is_mcs) in ath_get_rate_txpower() 1212 if (is_40) { in ath_get_rate_txpower() 1290 bool is_40, is_sgi, is_sp, is_cck; in ath_buf_set_rate() local 1323 is_40 = !!(rates[i].flags & IEEE80211_TX_RC_40_MHZ_WIDTH); in ath_buf_set_rate() 1332 is_40, is_sgi, is_sp); in ath_buf_set_rate() 1342 is_40, false, true); in ath_buf_set_rate() 1179 ath_get_rate_txpower(struct ath_softc *sc, struct ath_buf *bf, u8 rateidx, bool is_40, bool is_cck, bool is_mcs) ath_get_rate_txpower() argument
|
H A D | ar5008_phy.c | 1304 bool is_40, int ht40_delta) in ar5008_hw_init_txpower_ht() 1306 int i, mcs_idx = (is_40) ? AR5008_HT40_SHIFT : AR5008_HT20_SHIFT; in ar5008_hw_init_txpower_ht() 1302 ar5008_hw_init_txpower_ht(struct ath_hw *ah, int16_t *rate_array, int ss_offset, int ds_offset, bool is_40, int ht40_delta) ar5008_hw_init_txpower_ht() argument
|
H A D | ar9003_phy.c | 1851 int ts_offset, bool is_40) in ar9003_hw_init_txpower_ht() 1854 const u8 *mcs2pwr = (is_40) ? mcs2pwr_ht40 : mcs2pwr_ht20; in ar9003_hw_init_txpower_ht() 1849 ar9003_hw_init_txpower_ht(struct ath_hw *ah, u8 *rate_array, int ss_offset, int ds_offset, int ts_offset, bool is_40) ar9003_hw_init_txpower_ht() argument
|