Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa.c632 priv->no_traffic_time_s = (uint32_t)tmp; in mlx5_vdpa_args_check_handler()
646 priv->no_traffic_time_s = MLX5_VDPA_DEFAULT_NO_TRAFFIC_TIME_S; in mlx5_vdpa_config_get()
662 DRV_LOG(DEBUG, "no traffic time is %u s.", priv->no_traffic_time_s); in mlx5_vdpa_config_get()
H A Dmlx5_vdpa.h136 uint32_t no_traffic_time_s; member
H A Dmlx5_vdpa_event.c310 rte_get_timer_hz() * priv->no_traffic_time_s) { in mlx5_vdpa_poll_handle()