Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_aso.c461 uint64_t diff = curr - pool->time_of_last_age_check; in mlx5_aso_age_action_update()
466 pool->time_of_last_age_check = curr; in mlx5_aso_age_action_update()
H A Dmlx5.h485 uint64_t time_of_last_age_check; member
589 uint64_t time_of_last_age_check; /* In seconds. */ member
H A Dmlx5_flow.c8990 const uint32_t time_delta = curr_time - pool->time_of_last_age_check; in mlx5_flow_aging_check()
8994 pool->time_of_last_age_check = curr_time; in mlx5_flow_aging_check()
H A Dmlx5_flow_dv.c6074 pool->time_of_last_age_check = MLX5_CURR_TIME_SEC; in flow_dv_pool_create()
12280 pool->time_of_last_age_check = MLX5_CURR_TIME_SEC; in flow_dv_age_pool_create()