Home
last modified time | relevance | path

Searched refs:quota_type (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_mcc_quota.c98 enum qca_wlan_vendor_mcc_quota_type quota_type, in wlan_hdd_set_mcc_fixed_quota() argument
118 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() argument
245 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() local
299 quota_type = nla_get_u32(tb[cmd_id]); in wlan_hdd_cfg80211_set_mcc_quota()
[all …]
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_concurrency_tlv.c244 static enum mcc_quota_type convert_to_host_quota_type(uint32_t quota_type) in convert_to_host_quota_type() argument
246 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()
/wlan-driver/fw-api/fw/
Dwmi_unified.h26892 A_UINT32 quota_type; member