Searched refs:rx_mcs (Results 1 – 6 of 6) sorted by relevance
114 u16 rx_mcs = le16_to_cpu(vht_cap->vht_mcs.rx_mcs_map) & in rs_fw_vht_highest_rx_mcs_index() local116 rx_mcs >>= (2 * (nss - 1)); in rs_fw_vht_highest_rx_mcs_index()118 switch (rx_mcs) { in rs_fw_vht_highest_rx_mcs_index()
2783 u16 rx_mcs = le16_to_cpu(vht_cap->vht_mcs.rx_mcs_map) & in rs_vht_highest_rx_mcs_index() local2785 rx_mcs >>= (2 * (nss - 1)); in rs_vht_highest_rx_mcs_index()2787 if (rx_mcs == IEEE80211_VHT_MCS_SUPPORT_0_7) in rs_vht_highest_rx_mcs_index()2789 else if (rx_mcs == IEEE80211_VHT_MCS_SUPPORT_0_8) in rs_vht_highest_rx_mcs_index()2791 else if (rx_mcs == IEEE80211_VHT_MCS_SUPPORT_0_9) in rs_vht_highest_rx_mcs_index()2794 WARN_ON_ONCE(rx_mcs != IEEE80211_VHT_MCS_NOT_SUPPORTED); in rs_vht_highest_rx_mcs_index()
460 u32 rx_mcs[HTT_RX_PEER_STATS_NUM_MCS_COUNTERS]; member1249 u32 rx_mcs[HTT_RX_PDEV_STATS_NUM_MCS_COUNTERS]; member
898 ARRAY_TO_STRING(str_buf, htt_stats_buf->rx_mcs, in htt_print_rx_peer_rate_stats_tlv()3067 ARRAY_TO_STRING(str_buf, htt_stats_buf->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()
4833 __le32 rx_mcs[10]; member