Searched refs:lrx (Results 1 – 2 of 2) sorted by relevance
199 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()358 ec->lrxacc += abs(rx) - ec->lrx; in oslec_update()359 ec->lrx = (ec->lrxacc + (1 << 4)) >> 5; in oslec_update()432 if ((ec->lrx > MIN_RX_POWER_FOR_ADAPTION) && (ec->lrx > ec->ltx)) in oslec_update()
153 int lrx; member