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

/linux-master/drivers/misc/echo/
H A Decho.h140 int ltx; member in struct:oslec_state
H A Decho.c187 ec->ltx = ec->lrx = ec->lclean = ec->lclean_bg = 0;
233 ec->ltx = ec->lrx = ec->lclean = ec->lclean_bg = 0;
344 ec->ltxacc += abs(tx) - ec->ltx;
345 ec->ltx = (ec->ltxacc + (1 << 4)) >> 5;
420 if ((ec->lrx > MIN_RX_POWER_FOR_ADAPTION) && (ec->lrx > ec->ltx))
435 (8 * ec->lclean_bg < ec->ltx)) {
459 if ((16 * ec->lclean < ec->ltx)) {

Completed in 86 milliseconds