Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds