Searched refs:idleslope (Results 1 – 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
D | sch_cbs.c | 78 s64 idleslope; /* in bytes/s */ member 190 credits = timediff_to_credits(now - q->last, q->idleslope); in cbs_dequeue_soft() 198 delay = delay_from_credits(q->credits, q->idleslope); in cbs_dequeue_soft() 293 cbs.idleslope = opt->idleslope; in cbs_enable_offload() 393 q->idleslope = qopt->idleslope * BYTES_PER_KBIT; in cbs_change() 464 opt.idleslope = div64_s64(q->idleslope, BYTES_PER_KBIT); in cbs_dump()
|
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/ti/ |
D | cpsw.rst | 233 hicredit 62 sendslope -959000 idleslope 41000 offload 1 241 hicredit 65 sendslope -979000 idleslope 21000 offload 1 455 hicredit 62 sendslope -959000 idleslope 41000 offload 1 462 hicredit 65 sendslope -979000 idleslope 21000 offload 1 515 hicredit 465 sendslope -69000 idleslope 31000 offload 1 523 hicredit 405 sendslope -89000 idleslope 11000 offload 1
|
/kernel/linux/linux-5.10/include/net/ |
D | pkt_sched.h | 152 s32 idleslope; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_tc.c | 368 value = div_s64(qopt->idleslope * 1024ll * ptr, speed_div); in tc_setup_cbs() 390 queue, qopt->sendslope, qopt->idleslope, in tc_setup_cbs()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/ |
D | enetc_qos.c | 224 if (cbs->idleslope - cbs->sendslope != port_transmit_rate * 1000L || in enetc_setup_tc_cbs() 225 cbs->idleslope < 0 || cbs->sendslope > 0) in enetc_setup_tc_cbs() 230 bw = cbs->idleslope / (port_transmit_rate * 10UL); in enetc_setup_tc_cbs()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | pkt_sched.h | 693 __s32 idleslope; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/ |
D | igb.h | 335 s32 idleslope; /* idleSlope in kbps */ member
|
D | igb_main.c | 1268 ring->idleslope = 0; in igb_alloc_q_vector() 1727 ring->idleslope = 1000000; in igb_config_tx_modes() 1796 value = DIV_ROUND_UP_ULL(ring->idleslope * 61034ULL, 1000000); in igb_config_tx_modes() 1862 ring->idleslope, ring->sendslope, in igb_config_tx_modes() 1881 bool enable, int idleslope, int sendslope, in igb_save_cbs_params() argument 1892 ring->idleslope = idleslope; in igb_save_cbs_params() 2573 qopt->idleslope, qopt->sendslope, in igb_offload_cbs()
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
D | pkt_sched.h | 973 __s32 idleslope; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | pkt_sched.h | 1040 __s32 idleslope; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | pkt_sched.h | 771 __s32 idleslope; member
|
/kernel/linux/linux-5.10/drivers/net/dsa/ocelot/ |
D | felix_vsc9959.c | 1285 rate = DIV_ROUND_UP(cbs_qopt->idleslope, 100); in vsc9959_qos_port_cbs_set()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
D | cpsw_priv.c | 977 bw = qopt->enable ? qopt->idleslope : 0; in cpsw_set_cbs()
|
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/ |
D | sja1105_main.c | 1746 cbs->idle_slope = offload->idleslope * BYTES_PER_KBIT; in sja1105_setup_tc_cbs()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0005_linux_include.patch | 23376 + __u32 idleslope;
|