Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_meter.c136 uint32_t ls_factor; in mlx5_flow_meter_profile_validate() local
184 cir = profile->srtcm_rfc2697.cir << ls_factor; in mlx5_flow_meter_profile_validate()
185 cbs = profile->srtcm_rfc2697.cbs << ls_factor; in mlx5_flow_meter_profile_validate()
186 ebs = profile->srtcm_rfc2697.ebs << ls_factor; in mlx5_flow_meter_profile_validate()
199 cir = profile->trtcm_rfc2698.cir << ls_factor; in mlx5_flow_meter_profile_validate()
200 cbs = profile->trtcm_rfc2698.cbs << ls_factor; in mlx5_flow_meter_profile_validate()
201 pir = profile->trtcm_rfc2698.pir << ls_factor; in mlx5_flow_meter_profile_validate()
202 pbs = profile->trtcm_rfc2698.pbs << ls_factor; in mlx5_flow_meter_profile_validate()
215 cir = profile->trtcm_rfc4115.cir << ls_factor; in mlx5_flow_meter_profile_validate()
216 cbs = profile->trtcm_rfc4115.cbs << ls_factor; in mlx5_flow_meter_profile_validate()
[all …]