Home
last modified time | relevance | path

Searched refs:rate_min (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_tm.c1750 uint64_t rate_min = 1E9; /* 1 Gbps */ in nix_tm_shaper_profile_update_min() local
1754 profile->params.peak.rate < rate_min) in nix_tm_shaper_profile_update_min()
1755 rate_min = profile->params.peak.rate; in nix_tm_shaper_profile_update_min()
1758 profile->params.committed.rate < rate_min) in nix_tm_shaper_profile_update_min()
1759 rate_min = profile->params.committed.rate; in nix_tm_shaper_profile_update_min()
1762 dev->tm_rate_min = rate_min; in nix_tm_shaper_profile_update_min()
/f-stack/freebsd/sys/
H A Dsoundcard.h299 u_long rate_min, rate_max; /* min-max sampling rate */ member