Lines Matching refs:he_mcs
416 pdev_cap->he_mcs = mac_phy_caps->he_supp_mcs_5g; in ath11k_pull_mac_phy_cap_svc_ready_ext()
445 cap_band->he_mcs = mac_phy_caps->he_supp_mcs_2g; in ath11k_pull_mac_phy_cap_svc_ready_ext()
459 cap_band->he_mcs = mac_phy_caps->he_supp_mcs_5g; in ath11k_pull_mac_phy_cap_svc_ready_ext()
470 cap_band->he_mcs = mac_phy_caps->he_supp_mcs_5g; in ath11k_pull_mac_phy_cap_svc_ready_ext()
1920 struct wmi_he_rate_set *he_mcs; in ath11k_wmi_send_peer_assoc_cmd() local
1937 (sizeof(*he_mcs) * param->peer_he_mcs_count); in ath11k_wmi_send_peer_assoc_cmd()
2032 len = param->peer_he_mcs_count * sizeof(*he_mcs); in ath11k_wmi_send_peer_assoc_cmd()
2041 he_mcs = ptr; in ath11k_wmi_send_peer_assoc_cmd()
2042 he_mcs->tlv_header = FIELD_PREP(WMI_TLV_TAG, in ath11k_wmi_send_peer_assoc_cmd()
2045 sizeof(*he_mcs) - TLV_HDR_SIZE); in ath11k_wmi_send_peer_assoc_cmd()
2047 he_mcs->rx_mcs_set = param->peer_he_tx_mcs_set[i]; in ath11k_wmi_send_peer_assoc_cmd()
2048 he_mcs->tx_mcs_set = param->peer_he_rx_mcs_set[i]; in ath11k_wmi_send_peer_assoc_cmd()
2049 ptr += sizeof(*he_mcs); in ath11k_wmi_send_peer_assoc_cmd()