Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_medium_assess.c265 struct hdd_medium_assess_info *mdata; in hdd_congestion_reset_data() local
267 mdata = &medium_assess_info[pdev_id]; in hdd_congestion_reset_data()
268 qdf_mem_zero(mdata->data, sizeof(mdata->data)); in hdd_congestion_reset_data()
283 struct hdd_medium_assess_info *mdata; in hdd_congestion_notification_cb() local
294 mdata = &medium_assess_info[i]; in hdd_congestion_notification_cb()
296 index = mdata->index - 1; in hdd_congestion_notification_cb()
300 if (data[i].part1_valid && mdata->data[index].part1_valid) { in hdd_congestion_notification_cb()
302 mdata->data[index].cycle_count)) in hdd_congestion_notification_cb()
307 mdata->data[mdata->index].part1_valid = true; in hdd_congestion_notification_cb()
308 mdata->data[mdata->index].cycle_count = in hdd_congestion_notification_cb()
[all …]