Searched refs:BYTES_PER_KBIT (Results 1 – 1 of 1) sorted by relevance
68 #define BYTES_PER_KBIT (1000LL / 8) macro325 q->port_rate = link_speed * 1000 * BYTES_PER_KBIT; in cbs_change()337 q->idleslope = qopt->idleslope * BYTES_PER_KBIT; in cbs_change()338 q->sendslope = qopt->sendslope * BYTES_PER_KBIT; in cbs_change()397 opt.sendslope = div64_s64(q->sendslope, BYTES_PER_KBIT); in cbs_dump()398 opt.idleslope = div64_s64(q->idleslope, BYTES_PER_KBIT); in cbs_dump()