Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_resource.h88 struct dc_transfer_func **shaper);
94 struct dc_transfer_func **shaper);
Ddcn30_resource.c1434 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()
/linux-6.6.21/net/sched/
Dsch_mqprio.c26 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()
309 if (priv->shaper != TC_MQPRIO_SHAPER_BW_RATE) { in mqprio_parse_nlattr()
597 nla_put_u16(skb, TCA_MQPRIO_SHAPER, priv->shaper)) in mqprio_dump()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h173 struct dc_transfer_func **shaper);
179 struct dc_transfer_func **shaper);
/linux-6.6.21/include/net/
Dpkt_sched.h173 u16 shaper; member
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_resource.c1592 struct dc_transfer_func **shaper) in dcn32_acquire_post_bldn_3dlut() argument
1596 ASSERT(*lut == NULL && *shaper == NULL); in dcn32_acquire_post_bldn_3dlut()
1598 *shaper = NULL; in dcn32_acquire_post_bldn_3dlut()
1602 *shaper = pool->mpc_shaper[mpcc_id]; in dcn32_acquire_post_bldn_3dlut()
1613 struct dc_transfer_func **shaper) in dcn32_release_post_bldn_3dlut() argument
1619 if (pool->mpc_lut[i] == *lut && pool->mpc_shaper[i] == *shaper) { in dcn32_release_post_bldn_3dlut()
1623 *shaper = NULL; in dcn32_release_post_bldn_3dlut()
Ddcn32_resource.h76 struct dc_transfer_func **shaper);
82 struct dc_transfer_func **shaper);
/linux-6.6.21/Documentation/networking/device_drivers/ethernet/intel/
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.
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.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_mqprio.c28 } else if (mqprio->shaper != TC_MQPRIO_SHAPER_BW_RATE) { in cxgb4_mqprio_validate()
/linux-6.6.21/Documentation/networking/device_drivers/ethernet/ti/
Dcpsw.rst77 - S - shaper configured
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/
Ddc.h1400 struct dc_transfer_func **shaper);
/linux-6.6.21/drivers/net/dsa/microchip/
Dksz_common.c3154 u8 shaper) in ksz_setup_tc_mode() argument
3158 FIELD_PREP(MTI_SHAPING_M, shaper)); in ksz_setup_tc_mode()
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/core/
Ddc.c2098 struct dc_transfer_func **shaper) in dc_acquire_release_mpc_3dlut() argument
2122 ret = pool->funcs->acquire_post_bldn_3dlut(res_ctx, pool, mpcc_id, lut, shaper); in dc_acquire_release_mpc_3dlut()
2124 ret = pool->funcs->release_post_bldn_3dlut(res_ctx, pool, lut, shaper); in dc_acquire_release_mpc_3dlut()
/linux-6.6.21/drivers/net/ethernet/marvell/
Dmvneta.c5256 if (mqprio->shaper != TC_MQPRIO_SHAPER_BW_RATE) { in mvneta_setup_mqprio()