Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_cbs.c77 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()
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/include/net/
H A Dpkt_sched.h151 s32 sendslope; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_tc.c371 value = div_s64(-qopt->sendslope * 1024ll * ptr, speed_div); in tc_setup_cbs()
390 queue, qopt->sendslope, qopt->idleslope, in tc_setup_cbs()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dpkt_sched.h944 __s32 sendslope; member
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dpkt_sched.h974 __s32 sendslope; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dpkt_sched.h944 __s32 sendslope; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A Digb.h336 s32 sendslope; /* sendSlope in kbps */ member
H A Digb_main.c1265 ring->sendslope = 0; in igb_alloc_q_vector()
1858 ring->idleslope, ring->sendslope, in igb_config_tx_modes()
1877 bool enable, int idleslope, int sendslope, in igb_save_cbs_params() argument
1889 ring->sendslope = sendslope; in igb_save_cbs_params()
2569 qopt->idleslope, qopt->sendslope, in igb_offload_cbs()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dpkt_sched.h1041 __s32 sendslope; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/enetc/
H A Denetc_qos.c224 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()
/OK3568_Linux_fs/kernel/drivers/net/dsa/sja1105/
H A Dsja1105_main.c1747 cbs->send_slope = abs(offload->sendslope * BYTES_PER_KBIT); in sja1105_setup_tc_cbs()