Searched refs:BYTES_PER_KBIT (Results 1 – 1 of 1) sorted by relevance
67 #define BYTES_PER_KBIT (1000LL / 8) macro313 port_rate = speed * 1000 * BYTES_PER_KBIT; in cbs_set_port_rate()383 q->idleslope = qopt->idleslope * BYTES_PER_KBIT; in cbs_change()384 q->sendslope = qopt->sendslope * BYTES_PER_KBIT; in cbs_change()453 opt.sendslope = div64_s64(q->sendslope, BYTES_PER_KBIT); in cbs_dump()454 opt.idleslope = div64_s64(q->idleslope, BYTES_PER_KBIT); in cbs_dump()