Lines Matching refs:rate_mcs
2277 u8 rate_mcs, nss; in ath12k_dp_rx_h_rate() local
2283 rate_mcs = ath12k_dp_rx_h_rate_mcs(ab, rx_desc); in ath12k_dp_rx_h_rate()
2292 rx_status->rate_idx = ath12k_mac_hw_rate_to_idx(sband, rate_mcs, in ath12k_dp_rx_h_rate()
2297 if (rate_mcs > ATH12K_HT_MCS_MAX) { in ath12k_dp_rx_h_rate()
2300 rate_mcs); in ath12k_dp_rx_h_rate()
2303 rx_status->rate_idx = rate_mcs + (8 * (nss - 1)); in ath12k_dp_rx_h_rate()
2310 rx_status->rate_idx = rate_mcs; in ath12k_dp_rx_h_rate()
2311 if (rate_mcs > ATH12K_VHT_MCS_MAX) { in ath12k_dp_rx_h_rate()
2314 rate_mcs); in ath12k_dp_rx_h_rate()
2323 rx_status->rate_idx = rate_mcs; in ath12k_dp_rx_h_rate()
2324 if (rate_mcs > ATH12K_HE_MCS_MAX) { in ath12k_dp_rx_h_rate()
2327 rate_mcs); in ath12k_dp_rx_h_rate()