Searched refs:time_ns (Results 1 – 1 of 1) sorted by relevance
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_nix_bpf.c | 41 uint32_t time_ns = timeunit_p; in meter_rate_to_nix() local 44 if (value < NIX_BPF_RATE(time_ns, 0, 0, 0) || in meter_rate_to_nix() 45 value > NIX_BPF_RATE(time_ns, NIX_BPF_MAX_RATE_EXPONENT, in meter_rate_to_nix() 53 while (value < (NIX_BPF_RATE(time_ns, exponent, 0, 0))) in meter_rate_to_nix() 56 while (value < (NIX_BPF_RATE(time_ns, exponent, mantissa, 0))) in meter_rate_to_nix() 72 return NIX_BPF_RATE(time_ns, exponent, mantissa, div_exp); in meter_rate_to_nix()
|