Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Dhealth.c789 health = container_of(dwork, struct mlx5_core_health, update_fw_log_ts_work); in mlx5_health_log_ts_update()
799 queue_delayed_work(health->wq, &health->update_fw_log_ts_work, in mlx5_health_log_ts_update()
878 queue_delayed_work(health->wq, &health->update_fw_log_ts_work, 0); in mlx5_start_health_fw_log_up()
886 cancel_delayed_work_sync(&health->update_fw_log_ts_work); in mlx5_drain_health_wq()
895 cancel_delayed_work_sync(&health->update_fw_log_ts_work); in mlx5_health_cleanup()
920 INIT_DELAYED_WORK(&health->update_fw_log_ts_work, mlx5_health_log_ts_update); in mlx5_health_init()
/linux-6.3-rc2/include/linux/mlx5/
A Ddriver.h441 struct delayed_work update_fw_log_ts_work; member

Completed in 11 milliseconds