Searched refs:eht_mcs (Results 1 – 3 of 3) sorted by relevance
277 const struct ieee80211_eht_mcs_nss_supp *eht_mcs) in iwl_mld_get_eht_mcs_of_bw() argument 281 return &eht_mcs->bw._80; in iwl_mld_get_eht_mcs_of_bw() 283 return &eht_mcs->bw._160; in iwl_mld_get_eht_mcs_of_bw() 285 return &eht_mcs->bw._320; in iwl_mld_get_eht_mcs_of_bw()
270 const struct ieee80211_eht_mcs_nss_supp *eht_mcs) in rs_fw_rs_mcs2eht_mcs() argument 274 return &eht_mcs->bw._80; in rs_fw_rs_mcs2eht_mcs() 276 return &eht_mcs->bw._160; in rs_fw_rs_mcs2eht_mcs() 278 return &eht_mcs->bw._320; in rs_fw_rs_mcs2eht_mcs()
2242 struct ath12k_wmi_eht_rate_set_params *eht_mcs; in ath12k_wmi_send_peer_assoc_cmd() local 2264 TLV_HDR_SIZE + (sizeof(*eht_mcs) * arg->peer_eht_mcs_count); in ath12k_wmi_send_peer_assoc_cmd() 2445 len = arg->peer_eht_mcs_count * sizeof(*eht_mcs); in ath12k_wmi_send_peer_assoc_cmd() 2451 eht_mcs = ptr; in ath12k_wmi_send_peer_assoc_cmd() 2452 eht_mcs->tlv_header = ath12k_wmi_tlv_cmd_hdr(WMI_TAG_EHT_RATE_SET, in ath12k_wmi_send_peer_assoc_cmd() 2453 sizeof(*eht_mcs)); in ath12k_wmi_send_peer_assoc_cmd() 2455 eht_mcs->rx_mcs_set = cpu_to_le32(arg->peer_eht_rx_mcs_set[i]); in ath12k_wmi_send_peer_assoc_cmd() 2456 eht_mcs->tx_mcs_set = cpu_to_le32(arg->peer_eht_tx_mcs_set[i]); in ath12k_wmi_send_peer_assoc_cmd() 2457 ptr += sizeof(*eht_mcs); in ath12k_wmi_send_peer_assoc_cmd()