Searched refs:idleslope (Results 1 – 15 of 15) sorted by relevance
/linux/net/sched/ |
A D | sch_cbs.c | 79 s64 idleslope; /* in bytes/s */ member 191 credits = timediff_to_credits(now - q->last, q->idleslope); in cbs_dequeue_soft() 199 delay = delay_from_credits(q->credits, q->idleslope); in cbs_dequeue_soft() 294 cbs.idleslope = opt->idleslope; in cbs_enable_offload() 394 q->idleslope = qopt->idleslope * BYTES_PER_KBIT; in cbs_change() 465 opt.idleslope = div64_s64(q->idleslope, BYTES_PER_KBIT); in cbs_dump()
|
/linux/Documentation/networking/device_drivers/ethernet/ti/ |
A 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
|
/linux/include/net/ |
A D | pkt_sched.h | 155 s32 idleslope; member
|
/linux/drivers/net/ethernet/intel/igc/ |
A D | igc_tsn.c | 186 cbs_value = DIV_ROUND_UP_ULL(ring->idleslope in igc_tsn_enable_offload()
|
A D | igc.h | 103 s32 idleslope; /* idleSlope in kbps */ member
|
A D | igc_main.c | 5915 bool enable, int idleslope, int sendslope, in igc_save_cbs_params() argument 5953 ring->idleslope = idleslope; in igc_save_cbs_params() 5974 qopt->idleslope, qopt->sendslope, in igc_tsn_enable_cbs()
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
A D | stmmac_tc.c | 399 value = div_s64(qopt->idleslope * 1024ll * ptr, speed_div); in tc_setup_cbs() 421 queue, qopt->sendslope, qopt->idleslope, in tc_setup_cbs()
|
/linux/drivers/net/ethernet/freescale/enetc/ |
A D | enetc_qos.c | 219 if (cbs->idleslope - cbs->sendslope != port_transmit_rate * 1000L || in enetc_setup_tc_cbs() 220 cbs->idleslope < 0 || cbs->sendslope > 0) in enetc_setup_tc_cbs() 225 bw = cbs->idleslope / (port_transmit_rate * 10UL); in enetc_setup_tc_cbs()
|
/linux/tools/include/uapi/linux/ |
A D | pkt_sched.h | 974 __s32 idleslope; member
|
/linux/drivers/net/ethernet/intel/igb/ |
A D | igb.h | 335 s32 idleslope; /* idleSlope in kbps */ member
|
A D | igb_main.c | 1262 ring->idleslope = 0; in igb_alloc_q_vector() 1721 ring->idleslope = 1000000; in igb_config_tx_modes() 1790 value = DIV_ROUND_UP_ULL(ring->idleslope * 61034ULL, 1000000); in igb_config_tx_modes() 1856 ring->idleslope, ring->sendslope, in igb_config_tx_modes() 1875 bool enable, int idleslope, int sendslope, in igb_save_cbs_params() argument 1886 ring->idleslope = idleslope; in igb_save_cbs_params() 2567 qopt->idleslope, qopt->sendslope, in igb_offload_cbs()
|
/linux/include/uapi/linux/ |
A D | pkt_sched.h | 1043 __s32 idleslope; member
|
/linux/drivers/net/dsa/ocelot/ |
A D | felix_vsc9959.c | 1307 rate = DIV_ROUND_UP(cbs_qopt->idleslope, 100); in vsc9959_qos_port_cbs_set()
|
/linux/drivers/net/ethernet/ti/ |
A D | cpsw_priv.c | 977 bw = qopt->enable ? qopt->idleslope : 0; in cpsw_set_cbs()
|
/linux/drivers/net/dsa/sja1105/ |
A D | sja1105_main.c | 2141 cbs->idle_slope = offload->idleslope * BYTES_PER_KBIT; in sja1105_setup_tc_cbs()
|
Completed in 69 milliseconds