Lines Matching defs:mcs
1760 * Mark the node as non-HT if all the mcs rates are disabled through
1772 struct wmi_vht_rate_set *mcs;
1789 sizeof(*mcs) + TLV_HDR_SIZE +
1859 mcs = ptr;
1861 mcs->tlv_header = FIELD_PREP(WMI_TLV_TAG, WMI_TAG_VHT_RATE_SET) |
1862 FIELD_PREP(WMI_TLV_LEN, sizeof(*mcs) - TLV_HDR_SIZE);
1871 mcs->rx_max_rate = param->rx_max_rate;
1872 mcs->rx_mcs_set = param->rx_mcs_set;
1873 mcs->tx_max_rate = param->tx_max_rate;
1874 mcs->tx_mcs_set = param->tx_mcs_set;
1881 ptr += sizeof(*mcs);