Lines Matching refs:he_mcs
421 pdev_cap->he_mcs = mac_phy_caps->he_supp_mcs_5g; in ath11k_pull_mac_phy_cap_svc_ready_ext()
450 cap_band->he_mcs = mac_phy_caps->he_supp_mcs_2g; in ath11k_pull_mac_phy_cap_svc_ready_ext()
464 cap_band->he_mcs = mac_phy_caps->he_supp_mcs_5g; in ath11k_pull_mac_phy_cap_svc_ready_ext()
475 cap_band->he_mcs = mac_phy_caps->he_supp_mcs_5g; in ath11k_pull_mac_phy_cap_svc_ready_ext()
1964 struct wmi_he_rate_set *he_mcs; in ath11k_wmi_send_peer_assoc_cmd() local
1981 (sizeof(*he_mcs) * param->peer_he_mcs_count); in ath11k_wmi_send_peer_assoc_cmd()
2076 len = param->peer_he_mcs_count * sizeof(*he_mcs); in ath11k_wmi_send_peer_assoc_cmd()
2085 he_mcs = ptr; in ath11k_wmi_send_peer_assoc_cmd()
2086 he_mcs->tlv_header = FIELD_PREP(WMI_TLV_TAG, in ath11k_wmi_send_peer_assoc_cmd()
2089 sizeof(*he_mcs) - TLV_HDR_SIZE); in ath11k_wmi_send_peer_assoc_cmd()
2091 he_mcs->rx_mcs_set = param->peer_he_tx_mcs_set[i]; in ath11k_wmi_send_peer_assoc_cmd()
2092 he_mcs->tx_mcs_set = param->peer_he_rx_mcs_set[i]; in ath11k_wmi_send_peer_assoc_cmd()
2093 ptr += sizeof(*he_mcs); in ath11k_wmi_send_peer_assoc_cmd()