Searched refs:sendslope (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/net/sched/ |
D | sch_cbs.c | 78 s64 sendslope; /* in bytes/s */ member 209 credits = credits_from_len(len, q->sendslope, q->port_rate); in cbs_dequeue_soft() 282 cbs.sendslope = opt->sendslope; in cbs_enable_offload() 338 q->sendslope = qopt->sendslope * BYTES_PER_KBIT; in cbs_change() 397 opt.sendslope = div64_s64(q->sendslope, BYTES_PER_KBIT); in cbs_dump()
|
/Linux-v4.19/Documentation/networking/ |
D | ti-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-v4.19/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_tc.c | 326 value = div_s64(-qopt->sendslope * 1024ll * ptr, speed_div); in tc_setup_cbs() 345 queue, qopt->sendslope, qopt->idleslope, in tc_setup_cbs()
|
/Linux-v4.19/include/net/ |
D | pkt_sched.h | 155 s32 sendslope; member
|
/Linux-v4.19/drivers/net/ethernet/intel/igb/ |
D | igb.h | 268 s32 sendslope; /* sendSlope in kbps */ member
|
D | igb_main.c | 1265 ring->sendslope = 0; in igb_alloc_q_vector() 1858 ring->idleslope, ring->sendslope, ring->hicredit, in igb_config_tx_modes() 1877 bool enable, int idleslope, int sendslope, in igb_save_cbs_params() argument 1889 ring->sendslope = sendslope; in igb_save_cbs_params() 2566 qopt->idleslope, qopt->sendslope, in igb_offload_cbs()
|
/Linux-v4.19/include/uapi/linux/ |
D | pkt_sched.h | 944 __s32 sendslope; member
|