Lines Matching refs:tpt
32 #define RATE_MIN_FAILURE_TH 6 /* min failures to calc tpt */
33 #define RATE_MIN_SUCCESS_TH 8 /* min successes to calc tpt */
409 s32 fail_count, tpt;
418 tpt = il4965_get_expected_tpt(tbl, scale_idx);
468 win->average_tpt = (win->success_ratio * tpt + 64) / 128;
1466 s32 tpt = lq_sta->last_tpt / 100;
1467 if (tpt >= search_tbl->expected_tpt[idx])
1590 s32 tpt = lq_sta->last_tpt / 100;
1591 if (tpt >= search_tbl->expected_tpt[idx])
1889 "suc=%d cur-tpt=%d old-tpt=%d\n",
1904 "suc=%d cur-tpt=%d old-tpt=%d\n",
1988 D_RATE("decrease rate because of low tpt\n");