Home
last modified time | relevance | path

Searched refs:is_40 (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Drecv.c1020 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 Dxmit.c1131 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 Dar5008_phy.c1313 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 Dar9003_phy.c1860 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 Drecv.c1020 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 Dxmit.c1180 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 Dar5008_phy.c1304 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 Dar9003_phy.c1851 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

Completed in 20 milliseconds