Searched refs:bpt (Results 1 – 2 of 2) sorted by relevance
/drivers/net/cxgb3/ |
D | t3_hw.c | 2995 unsigned int v, tps, cpt, bpt, delta, mindelta = ~0; in t3_config_sched() local 3003 bpt = (kbps + tps / 2) / tps; in t3_config_sched() 3004 if (bpt > 0 && bpt <= 255) { in t3_config_sched() 3005 v = bpt * tps; in t3_config_sched() 3010 selected_bpt = bpt; in t3_config_sched()
|
D | cxgb3_main.c | 685 unsigned int v, addr, bpt, cpt; in tm_attr_show() local 694 bpt = (v >> 8) & 0xff; in tm_attr_show() 700 len = sprintf(buf, "%u Kbps\n", (v * bpt) / 125); in tm_attr_show()
|