Lines Matching refs:tx_x_recv
114 __u64 min_rate = 2 * hc->tx_x_recv;
126 min_rate = max(min_rate, 2 * hc->tx_x_recv);
146 (unsigned int)(hc->tx_x_recv >> 6));
230 if (hc->tx_x_calc > (hc->tx_x_recv >> 5))
231 hc->tx_x_recv =
232 max(hc->tx_x_recv / 2,
235 hc->tx_x_recv = hc->tx_x_calc;
236 hc->tx_x_recv <<= 4;
419 (unsigned int)(hc->tx_x_recv >> 6),
473 hc->tx_x_recv = opt_val;
474 hc->tx_x_recv <<= 6;
528 tfrc.tfrctx_x_recv = hc->tx_x_recv;