Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_mcc_quota.c102 struct nlattr *quota_entries[QCA_WLAN_VENDOR_ATTR_MCC_QUOTA_MAX + 1]; in wlan_hdd_set_mcc_fixed_quota() local
149 rc = wlan_cfg80211_nla_parse_nested(quota_entries, in wlan_hdd_set_mcc_fixed_quota()
159 if (!quota_entries[att_id]) { in wlan_hdd_set_mcc_fixed_quota()
164 if_idx = nla_get_u32(quota_entries[att_id]); in wlan_hdd_set_mcc_fixed_quota()
180 if (!quota_entries[att_id]) { in wlan_hdd_set_mcc_fixed_quota()
184 mcc_quota.quota = nla_get_u32(quota_entries[att_id]); in wlan_hdd_set_mcc_fixed_quota()