Home
last modified time | relevance | path

Searched refs:srtcm_rfc2697 (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_meter.c141 if (profile->srtcm_rfc2697.cir > 0 && in mlx5_flow_meter_profile_validate()
142 profile->srtcm_rfc2697.cir <= MLX5_SRTCM_CIR_MAX && in mlx5_flow_meter_profile_validate()
143 profile->srtcm_rfc2697.cbs > 0 && in mlx5_flow_meter_profile_validate()
144 profile->srtcm_rfc2697.cbs <= MLX5_SRTCM_CBS_MAX && in mlx5_flow_meter_profile_validate()
145 profile->srtcm_rfc2697.ebs <= MLX5_SRTCM_EBS_MAX) in mlx5_flow_meter_profile_validate()
152 profile->srtcm_rfc2697.ebs ? in mlx5_flow_meter_profile_validate()
248 mlx5_flow_meter_xbs_man_exp_calc(fmp->profile.srtcm_rfc2697.cbs, in mlx5_flow_meter_param_fill()
259 mlx5_flow_meter_xbs_man_exp_calc(fmp->profile.srtcm_rfc2697.ebs, in mlx5_flow_meter_param_fill()
270 mlx5_flow_meter_cir_man_exp_calc(fmp->profile.srtcm_rfc2697.cir, in mlx5_flow_meter_param_fill()
/f-stack/dpdk/drivers/net/mvpp2/
H A Dmrvl_mtr.c238 params.cir = mtr->profile->profile.srtcm_rfc2697.cir; in mrvl_meter_enable()
239 params.cbs = mtr->profile->profile.srtcm_rfc2697.cbs; in mrvl_meter_enable()
240 params.ebs = mtr->profile->profile.srtcm_rfc2697.ebs; in mrvl_meter_enable()
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_mtr.h143 } srtcm_rfc2697; member
/f-stack/dpdk/app/test-pmd/
H A Dcmdline_mtr.c332 cmdline_fixed_string_t srtcm_rfc2697; member
358 srtcm_rfc2697, "srtcm_rfc2697");
397 mp.srtcm_rfc2697.cir = res->cir; in cmd_add_port_meter_profile_srtcm_parsed()
398 mp.srtcm_rfc2697.cbs = res->cbs; in cmd_add_port_meter_profile_srtcm_parsed()
399 mp.srtcm_rfc2697.ebs = res->ebs; in cmd_add_port_meter_profile_srtcm_parsed()
/f-stack/dpdk/doc/guides/nics/
H A Dmvpp2.rst560 testpmd> add port meter profile 0 0 srtcm_rfc2697 2000 256 256
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst2695 testpmd> add port meter profile srtcm_rfc2697 (port_id) (profile_id) \