Searched refs:shaper (Results 1 – 14 of 14) sorted by relevance
/Linux-v6.1/net/sched/ |
D | sch_mqprio.c | 23 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/ |
D | dcn30_resource.h | 87 struct dc_transfer_func **shaper); 93 struct dc_transfer_func **shaper);
|
D | dcn30_resource.c | 1447 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/ |
D | core_types.h | 217 struct dc_transfer_func **shaper); 223 struct dc_transfer_func **shaper);
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn32/ |
D | dcn32_resource.c | 1609 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()
|
D | dcn32_resource.h | 75 struct dc_transfer_func **shaper); 81 struct dc_transfer_func **shaper);
|
/Linux-v6.1/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-v6.1/include/net/ |
D | pkt_cls.h | 795 u16 shaper; member
|
/Linux-v6.1/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-v6.1/drivers/gpu/drm/amd/display/dc/ |
D | dc.h | 1312 struct dc_transfer_func **shaper);
|
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/ti/ |
D | cpsw.rst | 77 - S - shaper configured
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/core/ |
D | dc.c | 1930 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/ |
D | mvneta.c | 5184 if (mqprio->shaper != TC_MQPRIO_SHAPER_BW_RATE) { in mvneta_setup_mqprio()
|