Lines Matching refs:sendslope
28 * 'sendslope':
34 * sendslope = idleslope - port_transmit_rate
50 * locredit = max_frame_size * (sendslope / port_transmit_rate)
77 s64 sendslope; /* in bytes/s */
212 /* As sendslope is a negative number, this will decrease the
215 credits = credits_from_len(len, q->sendslope,
294 cbs.sendslope = opt->sendslope;
394 q->sendslope = qopt->sendslope * BYTES_PER_KBIT;
463 opt.sendslope = div64_s64(q->sendslope, BYTES_PER_KBIT);