Searched refs:shaper (Results 1 – 15 of 15) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_resource.h | 88 struct dc_transfer_func **shaper); 94 struct dc_transfer_func **shaper);
|
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()
|
/linux-6.6.21/net/sched/ |
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() 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/ |
D | core_types.h | 173 struct dc_transfer_func **shaper); 179 struct dc_transfer_func **shaper);
|
/linux-6.6.21/include/net/ |
D | pkt_sched.h | 173 u16 shaper; member
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn32/ |
D | dcn32_resource.c | 1592 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()
|
D | dcn32_resource.h | 76 struct dc_transfer_func **shaper); 82 struct dc_transfer_func **shaper);
|
/linux-6.6.21/Documentation/networking/device_drivers/ethernet/intel/ |
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.
|
D | i40e.rst | 665 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/ |
D | cxgb4_tc_mqprio.c | 28 } else if (mqprio->shaper != TC_MQPRIO_SHAPER_BW_RATE) { in cxgb4_mqprio_validate()
|
/linux-6.6.21/Documentation/networking/device_drivers/ethernet/ti/ |
D | cpsw.rst | 77 - S - shaper configured
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/ |
D | dc.h | 1400 struct dc_transfer_func **shaper);
|
/linux-6.6.21/drivers/net/dsa/microchip/ |
D | ksz_common.c | 3154 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/ |
D | dc.c | 2098 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/ |
D | mvneta.c | 5256 if (mqprio->shaper != TC_MQPRIO_SHAPER_BW_RATE) { in mvneta_setup_mqprio()
|