Lines Matching defs:mcs
1897 * Mark the node as non-HT if all the mcs rates are disabled through
1909 struct ath12k_wmi_vht_rate_set_params *mcs;
1927 sizeof(*mcs) + TLV_HDR_SIZE +
2013 mcs = ptr;
2015 mcs->tlv_header = ath12k_wmi_tlv_cmd_hdr(WMI_TAG_VHT_RATE_SET,
2016 sizeof(*mcs));
2025 mcs->rx_max_rate = cpu_to_le32(arg->rx_max_rate);
2026 mcs->rx_mcs_set = cpu_to_le32(arg->rx_mcs_set);
2027 mcs->tx_max_rate = cpu_to_le32(arg->tx_max_rate);
2028 mcs->tx_mcs_set = cpu_to_le32(arg->tx_mcs_set);
2035 ptr += sizeof(*mcs);