Lines Matching refs:rate_mcs
2289 u8 rate_mcs, nss; in ath12k_dp_rx_h_rate() local
2295 rate_mcs = ath12k_dp_rx_h_rate_mcs(ab, rx_desc); in ath12k_dp_rx_h_rate()
2304 rx_status->rate_idx = ath12k_mac_hw_rate_to_idx(sband, rate_mcs, in ath12k_dp_rx_h_rate()
2309 if (rate_mcs > ATH12K_HT_MCS_MAX) { in ath12k_dp_rx_h_rate()
2312 rate_mcs); in ath12k_dp_rx_h_rate()
2315 rx_status->rate_idx = rate_mcs + (8 * (nss - 1)); in ath12k_dp_rx_h_rate()
2322 rx_status->rate_idx = rate_mcs; in ath12k_dp_rx_h_rate()
2323 if (rate_mcs > ATH12K_VHT_MCS_MAX) { in ath12k_dp_rx_h_rate()
2326 rate_mcs); in ath12k_dp_rx_h_rate()
2335 rx_status->rate_idx = rate_mcs; in ath12k_dp_rx_h_rate()
2336 if (rate_mcs > ATH12K_HE_MCS_MAX) { in ath12k_dp_rx_h_rate()
2339 rate_mcs); in ath12k_dp_rx_h_rate()