Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_napi.c1194 int normalized = 0; local
1233 normalized = (rc / napi_info->scale);
1234 if (normalized == 0)
1235 normalized++;
1236 bucket = (normalized - 1) /
1243 normalized, QCA_NAPI_BUDGET);
1275 if (normalized >= budget)
1276 normalized = budget - 1;
1291 normalized = budget;
1295 NAPI_POLL_EXIT, NULL, NULL, normalized, 0);
[all …]