Lines Matching refs:rate_mcs
2260 u8 rate_mcs, nss; in ath11k_dp_rx_h_rate() local
2266 rate_mcs = ath11k_dp_rx_h_msdu_start_rate_mcs(ar->ab, rx_desc); in ath11k_dp_rx_h_rate()
2275 rx_status->rate_idx = ath11k_mac_hw_rate_to_idx(sband, rate_mcs, in ath11k_dp_rx_h_rate()
2280 if (rate_mcs > ATH11K_HT_MCS_MAX) { in ath11k_dp_rx_h_rate()
2283 rate_mcs); in ath11k_dp_rx_h_rate()
2286 rx_status->rate_idx = rate_mcs + (8 * (nss - 1)); in ath11k_dp_rx_h_rate()
2293 rx_status->rate_idx = rate_mcs; in ath11k_dp_rx_h_rate()
2294 if (rate_mcs > ATH11K_VHT_MCS_MAX) { in ath11k_dp_rx_h_rate()
2297 rate_mcs); in ath11k_dp_rx_h_rate()
2306 rx_status->rate_idx = rate_mcs; in ath11k_dp_rx_h_rate()
2307 if (rate_mcs > ATH11K_HE_MCS_MAX) { in ath11k_dp_rx_h_rate()
2310 rate_mcs); in ath11k_dp_rx_h_rate()