Searched refs:idleslope (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/net/sched/ |
| D | sch_cbs.c | 78 s64 idleslope; /* in bytes/s */ member 185 credits = timediff_to_credits(now - q->last, q->idleslope); in cbs_dequeue_soft() 193 delay = delay_from_credits(q->credits, q->idleslope); in cbs_dequeue_soft() 283 cbs.idleslope = opt->idleslope; in cbs_enable_offload() 383 q->idleslope = qopt->idleslope * BYTES_PER_KBIT; in cbs_change() 454 opt.idleslope = div64_s64(q->idleslope, BYTES_PER_KBIT); in cbs_dump()
|
| /Linux-v5.4/Documentation/networking/device_drivers/ti/ |
| D | cpsw.txt | 215 hicredit 62 sendslope -959000 idleslope 41000 offload 1 222 hicredit 65 sendslope -979000 idleslope 21000 offload 1 423 hicredit 62 sendslope -959000 idleslope 41000 offload 1 429 hicredit 65 sendslope -979000 idleslope 21000 offload 1 476 hicredit 465 sendslope -69000 idleslope 31000 offload 1 483 hicredit 405 sendslope -89000 idleslope 11000 offload 1
|
| /Linux-v5.4/include/net/ |
| D | pkt_sched.h | 160 s32 idleslope; member
|
| /Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/ |
| D | stmmac_tc.c | 343 value = div_s64(qopt->idleslope * 1024ll * ptr, speed_div); in tc_setup_cbs() 365 queue, qopt->sendslope, qopt->idleslope, in tc_setup_cbs()
|
| /Linux-v5.4/drivers/net/ethernet/intel/igb/ |
| D | igb.h | 267 s32 idleslope; /* idleSlope in kbps */ member
|
| D | igb_main.c | 1266 ring->idleslope = 0; in igb_alloc_q_vector() 1724 ring->idleslope = 1000000; in igb_config_tx_modes() 1793 value = DIV_ROUND_UP_ULL(ring->idleslope * 61034ULL, 1000000); in igb_config_tx_modes() 1859 ring->idleslope, ring->sendslope, in igb_config_tx_modes() 1878 bool enable, int idleslope, int sendslope, in igb_save_cbs_params() argument 1889 ring->idleslope = idleslope; in igb_save_cbs_params() 2569 qopt->idleslope, qopt->sendslope, in igb_offload_cbs()
|
| /Linux-v5.4/tools/include/uapi/linux/ |
| D | pkt_sched.h | 973 __s32 idleslope; member
|
| /Linux-v5.4/include/uapi/linux/ |
| D | pkt_sched.h | 974 __s32 idleslope; member
|
| /Linux-v5.4/drivers/net/ethernet/ti/ |
| D | cpsw.c | 1578 bw = qopt->enable ? qopt->idleslope : 0; in cpsw_set_cbs()
|