Lines Matching defs:mcs
1907 * Mark the node as non-HT if all the mcs rates are disabled through
1919 struct wmi_vht_rate_set *mcs;
1936 sizeof(*mcs) + TLV_HDR_SIZE +
2008 mcs = ptr;
2010 mcs->tlv_header = FIELD_PREP(WMI_TLV_TAG, WMI_TAG_VHT_RATE_SET) |
2011 FIELD_PREP(WMI_TLV_LEN, sizeof(*mcs) - TLV_HDR_SIZE);
2020 mcs->rx_max_rate = param->rx_max_rate;
2021 mcs->rx_mcs_set = param->rx_mcs_set;
2022 mcs->tx_max_rate = param->tx_max_rate;
2023 mcs->tx_mcs_set = param->tx_mcs_set;
2030 ptr += sizeof(*mcs);