Home
last modified time | relevance | path

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

/Linux-v6.1/net/sched/
Dsch_mqprio.c23 u16 shaper; member
184 priv->shaper = *(u16 *)nla_data(tb[TCA_MQPRIO_SHAPER]); in mqprio_init()
188 if (priv->shaper != TC_MQPRIO_SHAPER_BW_RATE) in mqprio_init()
204 if (priv->shaper != TC_MQPRIO_SHAPER_BW_RATE) in mqprio_init()
248 if (priv->shaper != TC_MQPRIO_SHAPER_DCB) in mqprio_init()
256 mqprio.shaper = priv->shaper; in mqprio_init()
431 nla_put_u16(skb, TCA_MQPRIO_SHAPER, priv->shaper)) in mqprio_dump()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_resource.h87 struct dc_transfer_func **shaper);
93 struct dc_transfer_func **shaper);
Ddcn30_resource.c1447 struct dc_transfer_func **shaper) in dcn30_acquire_post_bldn_3dlut() argument
1453 ASSERT(*lut == NULL && *shaper == NULL); in dcn30_acquire_post_bldn_3dlut()
1455 *shaper = NULL; in dcn30_acquire_post_bldn_3dlut()
1460 *shaper = pool->mpc_shaper[i]; in dcn30_acquire_post_bldn_3dlut()
1482 struct dc_transfer_func **shaper) in dcn30_release_post_bldn_3dlut() argument
1488 if (pool->mpc_lut[i] == *lut && pool->mpc_shaper[i] == *shaper) { in dcn30_release_post_bldn_3dlut()
1492 *shaper = NULL; in dcn30_release_post_bldn_3dlut()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h217 struct dc_transfer_func **shaper);
223 struct dc_transfer_func **shaper);
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_resource.c1609 struct dc_transfer_func **shaper) in dcn32_acquire_post_bldn_3dlut() argument
1614 ASSERT(*lut == NULL && *shaper == NULL); in dcn32_acquire_post_bldn_3dlut()
1616 *shaper = NULL; in dcn32_acquire_post_bldn_3dlut()
1620 *shaper = pool->mpc_shaper[mpcc_id]; in dcn32_acquire_post_bldn_3dlut()
1632 struct dc_transfer_func **shaper) in dcn32_release_post_bldn_3dlut() argument
1638 if (pool->mpc_lut[i] == *lut && pool->mpc_shaper[i] == *shaper) { in dcn32_release_post_bldn_3dlut()
1642 *shaper = NULL; in dcn32_release_post_bldn_3dlut()
Ddcn32_resource.h75 struct dc_transfer_func **shaper);
81 struct dc_transfer_func **shaper);
/Linux-v6.1/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-v6.1/include/net/
Dpkt_cls.h795 u16 shaper; member
/Linux-v6.1/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_mqprio.c28 } else if (mqprio->shaper != TC_MQPRIO_SHAPER_BW_RATE) { in cxgb4_mqprio_validate()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/
Ddc.h1312 struct dc_transfer_func **shaper);
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/ti/
Dcpsw.rst77 - S - shaper configured
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/core/
Ddc.c1930 struct dc_transfer_func **shaper) in dc_acquire_release_mpc_3dlut() argument
1954 ret = pool->funcs->acquire_post_bldn_3dlut(res_ctx, pool, mpcc_id, lut, shaper); in dc_acquire_release_mpc_3dlut()
1956 ret = pool->funcs->release_post_bldn_3dlut(res_ctx, pool, lut, shaper); in dc_acquire_release_mpc_3dlut()
/Linux-v6.1/drivers/net/ethernet/marvell/
Dmvneta.c5184 if (mqprio->shaper != TC_MQPRIO_SHAPER_BW_RATE) { in mvneta_setup_mqprio()