Searched refs:rx_mcs (Results 1 – 6 of 6) sorted by relevance
113 u16 rx_mcs = le16_to_cpu(vht_cap->vht_mcs.rx_mcs_map) & in rs_fw_vht_highest_rx_mcs_index() local115 rx_mcs >>= (2 * (nss - 1)); in rs_fw_vht_highest_rx_mcs_index()117 switch (rx_mcs) { in rs_fw_vht_highest_rx_mcs_index()
2737 u16 rx_mcs = le16_to_cpu(vht_cap->vht_mcs.rx_mcs_map) & in rs_vht_highest_rx_mcs_index() local2739 rx_mcs >>= (2 * (nss - 1)); in rs_vht_highest_rx_mcs_index()2741 if (rx_mcs == IEEE80211_VHT_MCS_SUPPORT_0_7) in rs_vht_highest_rx_mcs_index()2743 else if (rx_mcs == IEEE80211_VHT_MCS_SUPPORT_0_8) in rs_vht_highest_rx_mcs_index()2745 else if (rx_mcs == IEEE80211_VHT_MCS_SUPPORT_0_9) in rs_vht_highest_rx_mcs_index()2748 WARN_ON_ONCE(rx_mcs != IEEE80211_VHT_MCS_NOT_SUPPORTED); in rs_vht_highest_rx_mcs_index()
492 u32 rx_mcs[HTT_RX_PEER_STATS_NUM_MCS_COUNTERS]; member1335 u32 rx_mcs[HTT_RX_PDEV_STATS_NUM_MCS_COUNTERS]; member
847 PRINT_ARRAY_TO_BUF(buf, len, htt_stats_buf->rx_mcs, "rx_mcs", in htt_print_rx_peer_rate_stats_tlv()2909 PRINT_ARRAY_TO_BUF(buf, len, htt_stats_buf->rx_mcs, "rx_mcs", in htt_print_rx_pdev_rate_stats_tlv()
444 u8 tx_mcs, rx_mcs; in wil_cid_fill_sinfo() local493 rx_mcs = stats->last_mcs_rx; in wil_cid_fill_sinfo()502 if (rx_mcs == WIL_EXTENDED_MCS_26) { in wil_cid_fill_sinfo()504 rx_mcs = WIL_BASE_MCS_FOR_EXTENDED_26; in wil_cid_fill_sinfo()510 sinfo->rxrate.mcs = rx_mcs; in wil_cid_fill_sinfo()
4838 __le32 rx_mcs[10]; member