Lines Matching refs:tx_x_recv
117 __u64 min_rate = 2 * hc->tx_x_recv;
129 min_rate = max(min_rate, 2 * hc->tx_x_recv);
149 (unsigned int)(hc->tx_x_recv >> 6));
234 if (hc->tx_x_calc > (hc->tx_x_recv >> 5))
235 hc->tx_x_recv =
236 max(hc->tx_x_recv / 2,
239 hc->tx_x_recv = hc->tx_x_calc;
240 hc->tx_x_recv <<= 4;
424 (unsigned int)(hc->tx_x_recv >> 6),
478 hc->tx_x_recv = opt_val;
479 hc->tx_x_recv <<= 6;
533 tfrc.tfrctx_x_recv = hc->tx_x_recv;