Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_nix_bpf.c331 *time_unit = rsp->policer_timeunit; in roc_nix_bpf_timeunit_get()
518 uint32_t policer_timeunit; in roc_nix_bpf_config() local
528 rc = roc_nix_bpf_timeunit_get(roc_nix, &policer_timeunit); in roc_nix_bpf_config()
554 &div_exp_p, policer_timeunit); in roc_nix_bpf_config()
576 &div_exp_p, policer_timeunit); in roc_nix_bpf_config()
581 &div_exp_p, policer_timeunit); in roc_nix_bpf_config()
605 &div_exp_p, policer_timeunit); in roc_nix_bpf_config()
610 &div_exp_p, policer_timeunit); in roc_nix_bpf_config()
H A Droc_mbox.h1220 uint32_t __io policer_timeunit; member
/dpdk/drivers/common/cnxk/hw/
H A Dnix.h2138 #define NIX_BPF_RATE(policer_timeunit, exponent, mantissa, div_exp) \ argument
2140 (((1ull << (div_exp)) * 256 * policer_timeunit)))