Home
last modified time | relevance | path

Searched refs:fw_fatal_reporter (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_devlink.c174 if (health->fw_fatal_reporter) in bnxt_dl_fw_reporters_create()
177 health->fw_fatal_reporter = in bnxt_dl_fw_reporters_create()
181 if (IS_ERR(health->fw_fatal_reporter)) { in bnxt_dl_fw_reporters_create()
183 PTR_ERR(health->fw_fatal_reporter)); in bnxt_dl_fw_reporters_create()
184 health->fw_fatal_reporter = NULL; in bnxt_dl_fw_reporters_create()
210 if (health->fw_fatal_reporter) { in bnxt_dl_fw_reporters_destroy()
211 devlink_health_reporter_destroy(health->fw_fatal_reporter); in bnxt_dl_fw_reporters_destroy()
212 health->fw_fatal_reporter = NULL; in bnxt_dl_fw_reporters_destroy()
225 if (!fw_health->fw_fatal_reporter) in bnxt_devlink_health_report()
228 devlink_health_report(fw_health->fw_fatal_reporter, in bnxt_devlink_health_report()
[all...]
H A Dbnxt.h1530 struct devlink_health_reporter *fw_fatal_reporter; member
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Dhealth.c629 if (IS_ERR_OR_NULL(health->fw_fatal_reporter)) { in mlx5_fw_fatal_reporter_err_work()
636 devlink_health_report(health->fw_fatal_reporter, in mlx5_fw_fatal_reporter_err_work()
659 health->fw_fatal_reporter = in mlx5_fw_reporters_create()
664 if (IS_ERR(health->fw_fatal_reporter)) in mlx5_fw_reporters_create()
666 PTR_ERR(health->fw_fatal_reporter)); in mlx5_fw_reporters_create()
676 if (!IS_ERR_OR_NULL(health->fw_fatal_reporter)) in mlx5_fw_reporters_destroy()
677 devlink_health_reporter_destroy(health->fw_fatal_reporter); in mlx5_fw_reporters_destroy()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Dhealth.c677 if (IS_ERR_OR_NULL(health->fw_fatal_reporter)) { in mlx5_fw_fatal_reporter_err_work()
686 if (devlink_health_report(health->fw_fatal_reporter, in mlx5_fw_fatal_reporter_err_work()
731 health->fw_fatal_reporter = in mlx5_fw_reporters_create()
736 if (IS_ERR(health->fw_fatal_reporter)) in mlx5_fw_reporters_create()
738 PTR_ERR(health->fw_fatal_reporter)); in mlx5_fw_reporters_create()
748 if (!IS_ERR_OR_NULL(health->fw_fatal_reporter)) in mlx5_fw_reporters_destroy()
749 devlink_health_reporter_destroy(health->fw_fatal_reporter); in mlx5_fw_reporters_destroy()
H A Dmain.c2092 devlink_health_reporter_state_update(dev->priv.health.fw_fatal_reporter, in mlx5_pci_resume()
/kernel/linux/linux-5.10/include/linux/mlx5/
H A Ddriver.h445 struct devlink_health_reporter *fw_fatal_reporter; member
/kernel/linux/linux-6.6/include/linux/mlx5/
H A Ddriver.h442 struct devlink_health_reporter *fw_fatal_reporter; member

Completed in 24 milliseconds