Home
last modified time | relevance | path

Searched refs:shaper (Results 1 – 14 of 14) sorted by relevance

/linux-6.3-rc2/net/sched/
A Dsch_mqprio.c25 u16 shaper; member
43 if (priv->shaper != TC_MQPRIO_SHAPER_DCB) in mqprio_enable_offload()
51 mqprio.shaper = priv->shaper; in mqprio_enable_offload()
186 priv->shaper = *(u16 *)nla_data(tb[TCA_MQPRIO_SHAPER]); in mqprio_parse_nlattr()
190 if (priv->shaper != TC_MQPRIO_SHAPER_BW_RATE) in mqprio_parse_nlattr()
206 if (priv->shaper != TC_MQPRIO_SHAPER_BW_RATE) in mqprio_parse_nlattr()
444 nla_put_u16(skb, TCA_MQPRIO_SHAPER, priv->shaper)) in mqprio_dump()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn30/
A Ddcn30_resource.h88 struct dc_transfer_func **shaper);
94 struct dc_transfer_func **shaper);
A Ddcn30_resource.c1454 struct dc_transfer_func **shaper) in dcn30_acquire_post_bldn_3dlut() argument
1460 ASSERT(*lut == NULL && *shaper == NULL); in dcn30_acquire_post_bldn_3dlut()
1462 *shaper = NULL; in dcn30_acquire_post_bldn_3dlut()
1467 *shaper = pool->mpc_shaper[i]; in dcn30_acquire_post_bldn_3dlut()
1489 struct dc_transfer_func **shaper) in dcn30_release_post_bldn_3dlut() argument
1495 if (pool->mpc_lut[i] == *lut && pool->mpc_shaper[i] == *shaper) { in dcn30_release_post_bldn_3dlut()
1499 *shaper = NULL; in dcn30_release_post_bldn_3dlut()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/inc/
A Dcore_types.h197 struct dc_transfer_func **shaper);
203 struct dc_transfer_func **shaper);
/linux-6.3-rc2/include/net/
A Dpkt_sched.h171 u16 shaper; member
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn32/
A Ddcn32_resource.c1611 struct dc_transfer_func **shaper) in dcn32_acquire_post_bldn_3dlut() argument
1616 ASSERT(*lut == NULL && *shaper == NULL); in dcn32_acquire_post_bldn_3dlut()
1618 *shaper = NULL; in dcn32_acquire_post_bldn_3dlut()
1622 *shaper = pool->mpc_shaper[mpcc_id]; in dcn32_acquire_post_bldn_3dlut()
1634 struct dc_transfer_func **shaper) in dcn32_release_post_bldn_3dlut() argument
1640 if (pool->mpc_lut[i] == *lut && pool->mpc_shaper[i] == *shaper) { in dcn32_release_post_bldn_3dlut()
1644 *shaper = NULL; in dcn32_release_post_bldn_3dlut()
A Ddcn32_resource.h65 struct dc_transfer_func **shaper);
71 struct dc_transfer_func **shaper);
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/intel/
A Diavf.rst156 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.
A Di40e.rst665 The shaper bw_rlimit parameter is optional.
673 queues 16@0 16@16 hw 1 mode channel shaper bw_rlimit min_rate 1Gbit 2Gbit
687 shaper bw_rlimit: for each tc, sets minimum and maximum bandwidth rates.
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_tc_mqprio.c28 } else if (mqprio->shaper != TC_MQPRIO_SHAPER_BW_RATE) { in cxgb4_mqprio_validate()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/
A Ddc.h1347 struct dc_transfer_func **shaper);
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/ti/
A Dcpsw.rst77 - S - shaper configured
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/core/
A Ddc.c2055 struct dc_transfer_func **shaper) in dc_acquire_release_mpc_3dlut() argument
2079 ret = pool->funcs->acquire_post_bldn_3dlut(res_ctx, pool, mpcc_id, lut, shaper); in dc_acquire_release_mpc_3dlut()
2081 ret = pool->funcs->release_post_bldn_3dlut(res_ctx, pool, lut, shaper); in dc_acquire_release_mpc_3dlut()
/linux-6.3-rc2/drivers/net/ethernet/marvell/
A Dmvneta.c5181 if (mqprio->shaper != TC_MQPRIO_SHAPER_BW_RATE) { in mvneta_setup_mqprio()

Completed in 51 milliseconds