Searched refs:sendslope (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.10/net/sched/ |
D | sch_cbs.c | 77 s64 sendslope; /* in bytes/s */ member 215 credits = credits_from_len(len, q->sendslope, in cbs_dequeue_soft() 294 cbs.sendslope = opt->sendslope; in cbs_enable_offload() 394 q->sendslope = qopt->sendslope * BYTES_PER_KBIT; in cbs_change() 463 opt.sendslope = div64_s64(q->sendslope, BYTES_PER_KBIT); in cbs_dump()
|
/Linux-v5.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
|
/Linux-v5.10/include/net/ |
D | pkt_sched.h | 155 s32 sendslope; member
|
/Linux-v5.10/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_tc.c | 344 value = div_s64(-qopt->sendslope * 1024ll * ptr, speed_div); in tc_setup_cbs() 363 queue, qopt->sendslope, qopt->idleslope, in tc_setup_cbs()
|
/Linux-v5.10/drivers/net/ethernet/intel/igb/ |
D | igb.h | 336 s32 sendslope; /* sendSlope in kbps */ member
|
D | igb_main.c | 1258 ring->sendslope = 0; in igb_alloc_q_vector() 1850 ring->idleslope, ring->sendslope, in igb_config_tx_modes() 1869 bool enable, int idleslope, int sendslope, in igb_save_cbs_params() argument 1881 ring->sendslope = sendslope; in igb_save_cbs_params() 2561 qopt->idleslope, qopt->sendslope, in igb_offload_cbs()
|
/Linux-v5.10/tools/include/uapi/linux/ |
D | pkt_sched.h | 974 __s32 sendslope; member
|
/Linux-v5.10/include/uapi/linux/ |
D | pkt_sched.h | 1039 __s32 sendslope; member
|
/Linux-v5.10/drivers/net/ethernet/freescale/enetc/ |
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()
|
/Linux-v5.10/drivers/net/dsa/sja1105/ |
D | sja1105_main.c | 1698 cbs->send_slope = abs(offload->sendslope * BYTES_PER_KBIT); in sja1105_setup_tc_cbs()
|