Home
last modified time | relevance | path

Searched refs:meter_rate_max (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev_mtr.c111 if (profile->srtcm_rfc2697.cir > mtr_capa.meter_rate_max) in nix_mtr_profile_validate()
128 if (profile->trtcm_rfc2698.cir > mtr_capa.meter_rate_max) in nix_mtr_profile_validate()
133 if (profile->trtcm_rfc2698.pir > mtr_capa.meter_rate_max) in nix_mtr_profile_validate()
151 mtr_capa.meter_rate_max) in nix_mtr_profile_validate()
213 mtr_capa.meter_rate_max = in cnxk_nix_mtr_capabilities_get()
/dpdk/lib/ethdev/
H A Drte_mtr.h347 uint64_t meter_rate_max; member
/dpdk/drivers/net/mvpp2/
H A Dmrvl_mtr.c36 .meter_rate_max = MRVL_SRTCM_RFC2697_CIR_MAX, in mrvl_capabilities_get()
/dpdk/app/test-pmd/
H A Dcmdline_mtr.c260 printf("cap.meter_rate_max %" PRIu64 "\n", cap.meter_rate_max); in cmd_show_port_meter_cap_parsed()
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_meter.c462 cap->meter_rate_max = 1ULL << 40; /* 1 Tera tokens per sec. */ in mlx5_flow_mtr_cap_get()