Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_age.c491 uint64_t diff = curr - pool->time_of_last_age_check; in mlx5_aso_age_action_update()
496 pool->time_of_last_age_check = curr; in mlx5_aso_age_action_update()
H A Dmlx5.h422 uint64_t time_of_last_age_check; member
540 uint64_t time_of_last_age_check; /* In seconds. */ member
H A Dmlx5_flow.c6616 const uint32_t time_delta = curr_time - pool->time_of_last_age_check; in mlx5_flow_aging_check()
6620 pool->time_of_last_age_check = curr_time; in mlx5_flow_aging_check()
H A Dmlx5_flow_dv.c4769 pool->time_of_last_age_check = MLX5_CURR_TIME_SEC; in flow_dv_pool_create()
9455 pool->time_of_last_age_check = MLX5_CURR_TIME_SEC; in flow_dv_age_pool_create()