Searched refs:supp_mcs (Results 1 – 8 of 8) sorted by relevance
106 mcs_map_resp = le16_to_cpu(vht_cap->supp_mcs.rx_mcs_map); in nxpwifi_fill_vht_cap_tlv()122 vht_cap->supp_mcs.rx_mcs_map = cpu_to_le16(mcs_map_result); in nxpwifi_fill_vht_cap_tlv()125 vht_cap->supp_mcs.rx_highest = cpu_to_le16(tmp); in nxpwifi_fill_vht_cap_tlv()129 mcs_map_resp = le16_to_cpu(vht_cap->supp_mcs.tx_mcs_map); in nxpwifi_fill_vht_cap_tlv()144 vht_cap->supp_mcs.tx_mcs_map = cpu_to_le16(mcs_map_result); in nxpwifi_fill_vht_cap_tlv()147 vht_cap->supp_mcs.tx_highest = cpu_to_le16(tmp); in nxpwifi_fill_vht_cap_tlv()
111 mcs_map_resp = le16_to_cpu(vht_cap->supp_mcs.rx_mcs_map); in mwifiex_fill_vht_cap_tlv()127 vht_cap->supp_mcs.rx_mcs_map = cpu_to_le16(mcs_map_result); in mwifiex_fill_vht_cap_tlv()130 vht_cap->supp_mcs.rx_highest = cpu_to_le16(tmp); in mwifiex_fill_vht_cap_tlv()134 mcs_map_resp = le16_to_cpu(vht_cap->supp_mcs.tx_mcs_map); in mwifiex_fill_vht_cap_tlv()149 vht_cap->supp_mcs.tx_mcs_map = cpu_to_le16(mcs_map_result); in mwifiex_fill_vht_cap_tlv()152 vht_cap->supp_mcs.tx_highest = cpu_to_le16(tmp); in mwifiex_fill_vht_cap_tlv()
316 mcs_map_resp = le16_to_cpu(vht_cap->supp_mcs.rx_mcs_map); in mwifiex_tdls_add_vht_oper()
145 .supp_mcs = vht_cap->vht_mcs, in rs_fw_vht_set_enabled_rates()
2888 u16 map = le16_to_cpu(cap->supp_mcs.rx_mcs_map); in ieee80211_get_vht_max_nss()2920 if (!(cap->supp_mcs.tx_mcs_map & in ieee80211_get_vht_max_nss()
787 .supp_mcs = {
6448 tx_mcs_map = le16_to_cpu(vht_cap->supp_mcs.tx_mcs_map); in ieee80211_max_rx_chains()
5177 const __le32 supp_mcs[], in ath12k_wmi_eht_caps_parse() argument5213 cap_band->eht_mcs_20_only = le32_to_cpu(supp_mcs[0]); in ath12k_wmi_eht_caps_parse()5214 cap_band->eht_mcs_80 = le32_to_cpu(supp_mcs[1]); in ath12k_wmi_eht_caps_parse()5216 cap_band->eht_mcs_160 = le32_to_cpu(supp_mcs[2]); in ath12k_wmi_eht_caps_parse()5217 cap_band->eht_mcs_320 = le32_to_cpu(supp_mcs[3]); in ath12k_wmi_eht_caps_parse()