Home
last modified time | relevance | path

Searched refs:idleslope (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/net/sched/
Dsch_cbs.c79 s64 idleslope; /* in bytes/s */ member
184 credits = timediff_to_credits(now - q->last, q->idleslope); in cbs_dequeue_soft()
192 delay = delay_from_credits(q->credits, q->idleslope); in cbs_dequeue_soft()
281 cbs.idleslope = opt->idleslope; in cbs_enable_offload()
337 q->idleslope = qopt->idleslope * BYTES_PER_KBIT; in cbs_change()
398 opt.idleslope = div64_s64(q->idleslope, BYTES_PER_KBIT); in cbs_dump()
/Linux-v4.19/Documentation/networking/
Dti-cpsw.txt215 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/
Dstmmac_tc.c323 value = div_s64(qopt->idleslope * 1024ll * ptr, speed_div); in tc_setup_cbs()
345 queue, qopt->sendslope, qopt->idleslope, in tc_setup_cbs()
/Linux-v4.19/include/net/
Dpkt_sched.h154 s32 idleslope; member
/Linux-v4.19/drivers/net/ethernet/intel/igb/
Digb.h267 s32 idleslope; /* idleSlope in kbps */ member
Digb_main.c1264 ring->idleslope = 0; in igb_alloc_q_vector()
1722 ring->idleslope = 1000000; in igb_config_tx_modes()
1791 value = DIV_ROUND_UP_ULL(ring->idleslope * 61034ULL, 1000000); in igb_config_tx_modes()
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
1888 ring->idleslope = idleslope; in igb_save_cbs_params()
2566 qopt->idleslope, qopt->sendslope, in igb_offload_cbs()
/Linux-v4.19/include/uapi/linux/
Dpkt_sched.h943 __s32 idleslope; member
/Linux-v4.19/drivers/net/ethernet/ti/
Dcpsw.c1790 bw = qopt->enable ? qopt->idleslope : 0; in cpsw_set_cbs()