Home
last modified time | relevance | path

Searched refs:peak_sz (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Droc_nix_tm_ops.c144 uint64_t peak_rate, peak_sz; in nix_tm_shaper_profile_add() local
156 peak_sz = profile->peak.size; in nix_tm_shaper_profile_add()
182 if (peak_sz || peak_rate) { in nix_tm_shaper_profile_add()
183 if (peak_sz < min_burst || peak_sz > max_burst) in nix_tm_shaper_profile_add()
230 profile->peak.size = roc_profile->peak_sz; in roc_nix_tm_shaper_profile_add()
250 profile->peak.size = roc_profile->peak_sz; in roc_nix_tm_shaper_profile_update()
H A Droc_nix.h550 uint64_t peak_sz; member
/dpdk/drivers/net/cnxk/
H A Dcnxk_tm.c292 profile->profile.peak_sz = params->peak.size; in cnxk_nix_tm_shaper_profile_add()
298 profile->profile.peak_sz *= 8; in cnxk_nix_tm_shaper_profile_add()