Lines Matching defs:te
1606 const struct tcp_hwrate_limit_table *te, int *err, int divisor)
1659 if (te == NULL) {
1690 if (te->rate > FIVE_HUNDRED_MBPS)
1692 if (te->rate == bw) {
1696 te->rate, te->time_between, (uint32_t)0,
1702 if (res > te->time_between) {
1706 delta = res - te->time_between;
1716 te->rate, te->time_between, (uint32_t)res,
1734 te->rate, te->time_between, (uint32_t)res,