Searched refs:quota_type (Results 1 – 3 of 3) sorted by relevance
98 enum qca_wlan_vendor_mcc_quota_type quota_type, in wlan_hdd_set_mcc_fixed_quota() argument118 if (quota_type != QCA_WLAN_VENDOR_MCC_QUOTA_TYPE_FIXED && in wlan_hdd_set_mcc_fixed_quota()119 quota_type != QCA_WLAN_VENDOR_MCC_QUOTA_TYPE_CLEAR) { in wlan_hdd_set_mcc_fixed_quota()120 hdd_err("Quota type is not valid %u", quota_type); in wlan_hdd_set_mcc_fixed_quota()124 if (quota_type == QCA_WLAN_VENDOR_MCC_QUOTA_TYPE_CLEAR) { in wlan_hdd_set_mcc_fixed_quota()232 enum qca_wlan_vendor_mcc_quota_type quota_type, in wlan_hdd_set_mcc_low_latency_quota() argument245 if (quota_type != QCA_WLAN_VENDOR_MCC_QUOTA_TYPE_LOW_LATENCY) { in wlan_hdd_set_mcc_low_latency_quota()246 hdd_err("Quota type %u is not expected %d", quota_type, in wlan_hdd_set_mcc_low_latency_quota()276 uint32_t cmd_id, quota_type; in wlan_hdd_cfg80211_set_mcc_quota() local299 quota_type = nla_get_u32(tb[cmd_id]); in wlan_hdd_cfg80211_set_mcc_quota()[all …]
244 static enum mcc_quota_type convert_to_host_quota_type(uint32_t quota_type) in convert_to_host_quota_type() argument246 switch (quota_type) { in convert_to_host_quota_type()254 wmi_err("mcc quota unknown quota type %d", quota_type); in convert_to_host_quota_type()290 fixed_param->quota_type, param_tlvs->num_chan_quota); in extract_mcc_quota_ev_param_tlv()292 param->type = convert_to_host_quota_type(fixed_param->quota_type); in extract_mcc_quota_ev_param_tlv()
26892 A_UINT32 quota_type; member