Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/echo/
Decho.c199 ec->ltx = ec->lrx = ec->lclean = ec->lclean_bg = 0; in oslec_create()
245 ec->ltx = ec->lrx = ec->lclean = ec->lclean_bg = 0; in oslec_flush()
356 ec->ltxacc += abs(tx) - ec->ltx; in oslec_update()
357 ec->ltx = (ec->ltxacc + (1 << 4)) >> 5; in oslec_update()
432 if ((ec->lrx > MIN_RX_POWER_FOR_ADAPTION) && (ec->lrx > ec->ltx)) in oslec_update()
447 (8 * ec->lclean_bg < ec->ltx)) { in oslec_update()
471 if ((16 * ec->lclean < ec->ltx)) { in oslec_update()
Decho.h152 int ltx; member