Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/
Dhealth.c788 health = container_of(dwork, struct mlx5_core_health, update_fw_log_ts_work); in mlx5_health_log_ts_update()
798 queue_delayed_work(health->wq, &health->update_fw_log_ts_work, in mlx5_health_log_ts_update()
881 queue_delayed_work(health->wq, &health->update_fw_log_ts_work, 0); in mlx5_start_health_fw_log_up()
892 cancel_delayed_work_sync(&health->update_fw_log_ts_work); in mlx5_drain_health_wq()
901 cancel_delayed_work_sync(&health->update_fw_log_ts_work); in mlx5_health_cleanup()
927 INIT_DELAYED_WORK(&health->update_fw_log_ts_work, mlx5_health_log_ts_update); in mlx5_health_init()
/Linux-v6.1/include/linux/mlx5/
Ddriver.h438 struct delayed_work update_fw_log_ts_work; member