Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_mcc_quota.c101 struct hdd_adapter *if_adapter; in wlan_hdd_set_mcc_fixed_quota() local
169 if_adapter = hdd_get_adapter_by_ifindex(hdd_ctx, if_idx); in wlan_hdd_set_mcc_fixed_quota()
171 if (!if_adapter) { in wlan_hdd_set_mcc_fixed_quota()
176 if (wlan_hdd_validate_vdev_id(if_adapter->deflink->vdev_id)) in wlan_hdd_set_mcc_fixed_quota()
185 mcc_quota.vdev_id = if_adapter->deflink->vdev_id; in wlan_hdd_set_mcc_fixed_quota()
186 mcc_quota.op_mode = if_adapter->device_mode; in wlan_hdd_set_mcc_fixed_quota()
213 if (wlan_hdd_send_mcc_vdev_quota(if_adapter, duty_cycle)) in wlan_hdd_set_mcc_fixed_quota()