Searched refs:BYTES_PER_KBIT (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dunits.h38 #define BYTES_PER_KBIT (KILO / BITS_PER_BYTE) macro
/linux-master/net/sched/
H A Dsch_cbs.c324 port_rate = speed * 1000 * BYTES_PER_KBIT;
394 q->idleslope = qopt->idleslope * BYTES_PER_KBIT;
395 q->sendslope = qopt->sendslope * BYTES_PER_KBIT;
464 opt.sendslope = div64_s64(q->sendslope, BYTES_PER_KBIT);
465 opt.idleslope = div64_s64(q->idleslope, BYTES_PER_KBIT);
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_main.c2233 cbs->idle_slope = div_s64(offload->idleslope * BYTES_PER_KBIT,
2235 cbs->send_slope = div_s64(abs(offload->sendslope * BYTES_PER_KBIT),

Completed in 185 milliseconds