Home
last modified time | relevance | path

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

/src/sys/dev/mlx5/mlx5_core/
H A Dmlx5_health.c144 container_of(work, struct mlx5_core_dev, priv.health.work_cmd_completion); in mlx5_trigger_cmd_completions()
288 queue_work(dev->priv.health.wq_cmd, &dev->priv.health.work_cmd_completion); in mlx5_enter_error_state()
743 INIT_WORK(&health->work_cmd_completion, mlx5_trigger_cmd_completions); in mlx5_health_init()
/src/sys/dev/mlx5/
H A Ddriver.h524 struct work_struct work_cmd_completion; member