Home
last modified time | relevance | path

Searched refs:sendslope (Results 1 – 15 of 15) sorted by relevance

/linux-6.15/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_cbs.c14 qopt->sendslope >= 0 || in lan966x_cbs_add()
20 cbs = (qopt->idleslope - qopt->sendslope) * in lan966x_cbs_add()
22 -qopt->sendslope; in lan966x_cbs_add()
/linux-6.15/net/sched/
H A Dsch_cbs.c78 s64 sendslope; /* in bytes/s */ member
216 credits = credits_from_len(len, q->sendslope, in cbs_dequeue_soft()
295 cbs.sendslope = opt->sendslope; in cbs_enable_offload()
395 WRITE_ONCE(q->sendslope, qopt->sendslope * BYTES_PER_KBIT); in cbs_change()
464 opt.sendslope = div64_s64(READ_ONCE(q->sendslope), BYTES_PER_KBIT); in cbs_dump()
/linux-6.15/Documentation/networking/device_drivers/ethernet/ti/
H A Dcpsw.rst233 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-6.15/include/net/
H A Dpkt_sched.h158 s32 sendslope; member
/linux-6.15/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_tc.c349 port_transmit_rate_kbps = qopt->idleslope - qopt->sendslope; in tc_setup_cbs()
396 value = div_s64(-qopt->sendslope * 1024ll * ptr, port_transmit_rate_kbps); in tc_setup_cbs()
415 queue, qopt->sendslope, qopt->idleslope, in tc_setup_cbs()
/linux-6.15/tools/include/uapi/linux/
H A Dpkt_sched.h866 __s32 sendslope; member
/linux-6.15/drivers/net/ethernet/intel/igc/
H A Digc.h171 s32 sendslope; /* sendSlope in kbps */ member
H A Digc_main.c6569 bool enable, int idleslope, int sendslope, in igc_save_cbs_params() argument
6608 ring->sendslope = sendslope; in igc_save_cbs_params()
6628 qopt->idleslope, qopt->sendslope, in igc_tsn_enable_cbs()
/linux-6.15/include/uapi/linux/
H A Dpkt_sched.h965 __s32 sendslope; member
/linux-6.15/drivers/net/ethernet/intel/igb/
H A Digb.h341 s32 sendslope; /* sendSlope in kbps */ member
H A Digb_main.c1245 ring->sendslope = 0; in igb_alloc_q_vector()
1838 ring->idleslope, ring->sendslope, in igb_config_tx_modes()
1857 bool enable, int idleslope, int sendslope, in igb_save_cbs_params() argument
1869 ring->sendslope = sendslope; in igb_save_cbs_params()
2578 qopt->idleslope, qopt->sendslope, in igb_offload_cbs()
/linux-6.15/drivers/net/ethernet/freescale/enetc/
H A Denetc_qos.c274 if (cbs->idleslope - cbs->sendslope != port_transmit_rate * 1000L || in enetc_setup_tc_cbs()
275 cbs->idleslope < 0 || cbs->sendslope > 0) in enetc_setup_tc_cbs()
/linux-6.15/drivers/net/dsa/sja1105/
H A Dsja1105_main.c2230 port_transmit_rate_kbps = offload->idleslope - offload->sendslope; in sja1105_setup_tc_cbs()
2233 cbs->send_slope = div_s64(abs(offload->sendslope * BYTES_PER_KBIT), in sja1105_setup_tc_cbs()
/linux-6.15/drivers/net/dsa/microchip/
H A Dksz_common.c4040 ret = cinc_cal(qopt->idleslope, qopt->sendslope, &bw); in ksz_setup_tc_cbs()
/linux-6.15/Documentation/netlink/specs/
H A Dtc.yaml110 name: sendslope