Home
last modified time | relevance | path

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

/linux/drivers/atm/
A Dzatm.c794 int shaper; in alloc_shaper() local
799 for (shaper = 0; !((zatm_dev->free_shapers >> shaper) & 1); shaper++); in alloc_shaper()
800 zatm_dev->free_shapers &= ~1 << shaper; in alloc_shaper()
805 zatm_dev->ubr = shaper; in alloc_shaper()
845 zpokel(zatm_dev,0,uPD98401_X(shaper)); in alloc_shaper()
846 zpokel(zatm_dev,0,uPD98401_Y(shaper)); in alloc_shaper()
849 return shaper; in alloc_shaper()
859 if (shaper == zatm_dev->ubr) { in dealloc_shaper()
865 uPD98401_PS(shaper)); in dealloc_shaper()
867 zatm_dev->free_shapers |= 1 << shaper; in dealloc_shaper()
[all …]
A Dzatm.h49 int shaper; /* shaper, <0 if none */ member
/linux/net/sched/
A 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/drivers/gpu/drm/amd/display/dc/dcn30/
A Ddcn30_resource.h84 struct dc_transfer_func **shaper);
90 struct dc_transfer_func **shaper);
A Ddcn30_resource.c1657 struct dc_transfer_func **shaper) in dcn30_acquire_post_bldn_3dlut() argument
1663 ASSERT(*lut == NULL && *shaper == NULL); in dcn30_acquire_post_bldn_3dlut()
1665 *shaper = NULL; in dcn30_acquire_post_bldn_3dlut()
1670 *shaper = pool->mpc_shaper[i]; in dcn30_acquire_post_bldn_3dlut()
1692 struct dc_transfer_func **shaper) in dcn30_release_post_bldn_3dlut() argument
1698 if (pool->mpc_lut[i] == *lut && pool->mpc_shaper[i] == *shaper) { in dcn30_release_post_bldn_3dlut()
1702 *shaper = NULL; in dcn30_release_post_bldn_3dlut()
/linux/drivers/gpu/drm/amd/display/dc/inc/
A Dcore_types.h189 struct dc_transfer_func **shaper);
195 struct dc_transfer_func **shaper);
/linux/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/include/net/
A Dpkt_cls.h752 u16 shaper; member
/linux/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_tc_mqprio.c28 } else if (mqprio->shaper != TC_MQPRIO_SHAPER_BW_RATE) { in cxgb4_mqprio_validate()
/linux/drivers/gpu/drm/amd/display/dc/
A Ddc.h1140 struct dc_transfer_func **shaper);
/linux/Documentation/networking/device_drivers/ethernet/ti/
A Dcpsw.rst77 - S - shaper configured
/linux/drivers/gpu/drm/amd/display/dc/core/
A Ddc.c1843 struct dc_transfer_func **shaper) in dc_acquire_release_mpc_3dlut() argument
1867 ret = pool->funcs->acquire_post_bldn_3dlut(res_ctx, pool, mpcc_id, lut, shaper); in dc_acquire_release_mpc_3dlut()
1869 ret = pool->funcs->release_post_bldn_3dlut(res_ctx, pool, lut, shaper); in dc_acquire_release_mpc_3dlut()

Completed in 35 milliseconds