Searched refs:shaper (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.15/drivers/atm/ |
D | zatm.c | 332 zpeekl(zatm_dev,uPD98401_IM(zatm_vcc->shaper)+16*i)); 794 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() 843 zpokel(zatm_dev,(i << uPD98401_IM_I_SHIFT) | m,uPD98401_IM(shaper)); in alloc_shaper() 844 zpokel(zatm_dev,c << uPD98401_PC_C_SHIFT,uPD98401_PC(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() 847 zpokel(zatm_dev,uPD98401_PS_E,uPD98401_PS(shaper)); in alloc_shaper() [all …]
|
D | zatm.h | 49 int shaper; /* shaper, <0 if none */ member
|
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_resource.h | 77 struct dc_transfer_func **shaper); 83 struct dc_transfer_func **shaper);
|
D | dcn30_resource.c | 1653 struct dc_transfer_func **shaper) in dcn30_acquire_post_bldn_3dlut() argument 1659 ASSERT(*lut == NULL && *shaper == NULL); in dcn30_acquire_post_bldn_3dlut() 1661 *shaper = NULL; in dcn30_acquire_post_bldn_3dlut() 1666 *shaper = pool->mpc_shaper[i]; in dcn30_acquire_post_bldn_3dlut() 1688 struct dc_transfer_func **shaper) in dcn30_release_post_bldn_3dlut() argument 1694 if (pool->mpc_lut[i] == *lut && pool->mpc_shaper[i] == *shaper) { in dcn30_release_post_bldn_3dlut() 1698 *shaper = NULL; in dcn30_release_post_bldn_3dlut()
|
/Linux-v5.15/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() 445 nla_put_u16(skb, TCA_MQPRIO_SHAPER, priv->shaper)) in mqprio_dump()
|
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/inc/ |
D | core_types.h | 188 struct dc_transfer_func **shaper); 194 struct dc_transfer_func **shaper);
|
/Linux-v5.15/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-v5.15/include/net/ |
D | pkt_cls.h | 752 u16 shaper; member
|
/Linux-v5.15/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-v5.15/drivers/gpu/drm/amd/display/dc/ |
D | dc.h | 1074 struct dc_transfer_func **shaper);
|
/Linux-v5.15/Documentation/networking/device_drivers/ethernet/ti/ |
D | cpsw.rst | 77 - S - shaper configured
|
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/core/ |
D | dc.c | 1724 struct dc_transfer_func **shaper) in dc_acquire_release_mpc_3dlut() argument 1748 ret = pool->funcs->acquire_post_bldn_3dlut(res_ctx, pool, mpcc_id, lut, shaper); in dc_acquire_release_mpc_3dlut() 1750 ret = pool->funcs->release_post_bldn_3dlut(res_ctx, pool, lut, shaper); in dc_acquire_release_mpc_3dlut()
|