/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_top.h | 15 * struct traffic_shaper_cfg: traffic shaper configuration 16 * @en : enable/disable traffic shaper 75 * @setup_traffic_shaper : programs traffic shaper control 87 * setup_traffic_shaper() : Setup traffic shaper control 89 * @cfg : traffic shaper configuration
|
H A D | dpu_hw_catalog.h | 66 * @DPU_SSPP_TS_PREFILL Supports prefill with traffic shaper 67 * @DPU_SSPP_TS_PREFILL_REC1 Supports prefill with traffic shaper multirec 184 * @DPU_WB_TRAFFIC_SHAPER, Writeback traffic shaper bloc
|
/openbmc/linux/include/linux/platform_data/ |
H A D | lp855x.h | 109 LP8556_COMBINED1, /* pwm + i2c before the shaper block */ 111 LP8556_COMBINED2, /* pwm + i2c after the shaper block */ 117 LP8557_COMBINED1, /* pwm + i2c after the shaper block */ 118 LP8557_COMBINED2, /* pwm + i2c before the shaper block */
|
/openbmc/linux/net/sched/ |
H A D | sch_mqprio.c | 26 u16 shaper; member 48 if (priv->shaper != TC_MQPRIO_SHAPER_DCB) in mqprio_enable_offload() 56 mqprio.shaper = priv->shaper; in mqprio_enable_offload() 276 priv->shaper = nla_get_u16(tb[TCA_MQPRIO_SHAPER]); in mqprio_parse_nlattr() 280 if (priv->shaper != TC_MQPRIO_SHAPER_BW_RATE) { in mqprio_parse_nlattr() 282 "min_rate accepted only when shaper is in bw_rlimit mode"); in mqprio_parse_nlattr() 309 if (priv->shaper != TC_MQPRIO_SHAPER_BW_RATE) { in mqprio_parse_nlattr() 311 "max_rate accepted only when shaper is in bw_rlimit mode"); in mqprio_parse_nlattr() 597 nla_put_u16(skb, TCA_MQPRIO_SHAPER, priv->shaper)) in mqprio_dump()
|
H A D | sch_cbs.c | 3 * net/sched/sch_cbs.c Credit Based Shaper 8 /* Credit Based Shaper (CBS) 11 * This is a simple rate-limiting shaper aimed at TSN applications on
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_tm.h | 201 u8 ir_b; /* IR_B parameter of IR shaper */ 202 u8 ir_u; /* IR_U parameter of IR shaper */ 203 u8 ir_s; /* IR_S parameter of IR shaper */
|
H A D | hclge_tm.c | 26 /* hclge_shaper_para_calc: calculate ir parameter for the shaper 28 * @shaper_level: the shaper level. eg: port, pg, priority, queueset 29 * @ir_para: parameters of IR shaper 899 /* Calc shaper para */ in hclge_tm_pg_shaper_cfg() 1150 /* Need config vport shaper */ in hclge_tm_pri_vnet_base_shaper_cfg() 1477 /* Cfg tm shaper */ in hclge_tm_schd_setup_hw() 1848 "failed to get qset %u shaper, ret = %d\n", qset_id, in hclge_tm_get_qset_shaper() 1923 "failed to get priority shaper(%#x), ret = %d\n", in hclge_tm_get_pri_shaper() 2077 "failed to get pg shaper(%#x), ret = %d\n", in hclge_tm_get_pg_shaper() 2105 "failed to get port shaper, ret = %d\n", ret); in hclge_tm_get_port_shaper()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_resource.h | 88 struct dc_transfer_func **shaper); 94 struct dc_transfer_func **shaper);
|
H A D | dcn30_resource.c | 1434 struct dc_transfer_func **shaper) in dcn30_acquire_post_bldn_3dlut() argument 1440 ASSERT(*lut == NULL && *shaper == NULL); in dcn30_acquire_post_bldn_3dlut() 1442 *shaper = NULL; in dcn30_acquire_post_bldn_3dlut() 1447 *shaper = pool->mpc_shaper[i]; in dcn30_acquire_post_bldn_3dlut() 1469 struct dc_transfer_func **shaper) in dcn30_release_post_bldn_3dlut() argument 1475 if (pool->mpc_lut[i] == *lut && pool->mpc_shaper[i] == *shaper) { in dcn30_release_post_bldn_3dlut() 1479 *shaper = NULL; in dcn30_release_post_bldn_3dlut()
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | qos_max_descriptors.sh | 5 # switch. A shaper is used in $swp2, so the traffic is limited there. Packets 62 # The current TBF qdisc interface does not allow us to configure the shaper to 63 # flat zero. The ASIC shaper is guaranteed to work with a granularity of
|
H A D | qos_mc_aware.sh | 266 # Minimum shaper of 200Mbps on MC TCs should cause about 20% of 268 check_err $(bc <<< "$deg < 15") "Minimum shaper not in effect"
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
H A D | 0002-Adjust-the-order-of-headers-to-fix-build-for-musl.patch | 29 * First, we find all shaper devices and down them. Then we
|
H A D | 0014-add-if_nameindex-from-musl.patch | 152 * First, we find all shaper devices and down them. Then we
|
/openbmc/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot_police.h | 14 MSCC_QOS_RATE_MODE_DISABLED, /* Policer/shaper disabled */
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | sch_tbf_core.sh | 4 # egress port from the switch ($swp2), a shaper is installed. The test verifies 5 # that the rates on the port match the configured shaper.
|
H A D | sch_red.sh | 4 # This test sends one stream of traffic from H1 through a TBF shaper, to a RED 5 # within TBF shaper on $swp3. The two shapers have the same configuration, and 7 # shaper. A second stream is sent from H2 also via $swp3, and used to inject
|
/openbmc/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | Kconfig | 77 taprio(802.1Qbv) and Credit Based Shaper(802.1Qbu).
|
/openbmc/linux/Documentation/devicetree/bindings/net/dsa/ |
H A D | hirschmann,hellcreek.yaml | 21 Shaper.
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/intel/ |
H A D | iavf.rst | 156 The shaper bw_rlimit parameter is optional. 164 queues 16@0 16@16 hw 1 mode channel shaper bw_rlimit min_rate 1Gbit 2Gbit 178 shaper bw_rlimit: for each tc, sets minimum and maximum bandwidth rates.
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | core_types.h | 173 struct dc_transfer_func **shaper); 179 struct dc_transfer_func **shaper);
|
/openbmc/linux/drivers/net/ethernet/ti/ |
H A D | Kconfig | 141 Say y here to support Time Aware Shaper(TAS) offload in AM65 CPSW.
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/ |
H A D | dcn32_dpp.c | 126 ….dpp_program_shaper_lut = NULL, // CM SHAPER block is removed in DCN3.2 DPP, (it is in MPCC, prog…
|
/openbmc/linux/include/net/ |
H A D | pkt_sched.h | 173 u16 shaper; member
|
/openbmc/linux/include/uapi/linux/ |
H A D | dcbnl.h | 38 * @cbs: credit based shaper ets algorithm supported 53 * 1 credit-based shaper
|
/openbmc/linux/drivers/atm/ |
H A D | midway.h | 17 #define TS_CLOCK 25000000 /* traffic shaper clock (cell/sec) */
|