Searched refs:shaper (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/atm/ |
A D | zatm.c | 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() 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 D | zatm.h | 49 int shaper; /* shaper, <0 if none */ member
|
/linux/net/sched/ |
A 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/drivers/gpu/drm/amd/display/dc/dcn30/ |
A D | dcn30_resource.h | 84 struct dc_transfer_func **shaper); 90 struct dc_transfer_func **shaper);
|
A D | dcn30_resource.c | 1657 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 D | core_types.h | 189 struct dc_transfer_func **shaper); 195 struct dc_transfer_func **shaper);
|
/linux/Documentation/networking/device_drivers/ethernet/intel/ |
A 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.
|
A 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/include/net/ |
A D | pkt_cls.h | 752 u16 shaper; member
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
A D | cxgb4_tc_mqprio.c | 28 } else if (mqprio->shaper != TC_MQPRIO_SHAPER_BW_RATE) { in cxgb4_mqprio_validate()
|
/linux/drivers/gpu/drm/amd/display/dc/ |
A D | dc.h | 1140 struct dc_transfer_func **shaper);
|
/linux/Documentation/networking/device_drivers/ethernet/ti/ |
A D | cpsw.rst | 77 - S - shaper configured
|
/linux/drivers/gpu/drm/amd/display/dc/core/ |
A D | dc.c | 1843 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