Home
last modified time | relevance | path

Searched refs:fw_fatal_reporter (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_devlink.c132 health->fw_fatal_reporter = in bnxt_dl_fw_reporters_create()
136 if (IS_ERR(health->fw_fatal_reporter)) { in bnxt_dl_fw_reporters_create()
138 PTR_ERR(health->fw_fatal_reporter)); in bnxt_dl_fw_reporters_create()
139 health->fw_fatal_reporter = NULL; in bnxt_dl_fw_reporters_create()
156 if (health->fw_fatal_reporter) in bnxt_dl_fw_reporters_destroy()
157 devlink_health_reporter_destroy(health->fw_fatal_reporter); in bnxt_dl_fw_reporters_destroy()
172 if (!fw_health->fw_fatal_reporter) in bnxt_devlink_health_report()
175 devlink_health_report(fw_health->fw_fatal_reporter, in bnxt_devlink_health_report()
189 if (!fw_health->fw_fatal_reporter) in bnxt_devlink_health_report()
192 devlink_health_report(fw_health->fw_fatal_reporter, in bnxt_devlink_health_report()
Dbnxt.h1381 struct devlink_health_reporter *fw_fatal_reporter; member
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dhealth.c617 if (IS_ERR_OR_NULL(health->fw_fatal_reporter)) { in mlx5_fw_fatal_reporter_err_work()
624 devlink_health_report(health->fw_fatal_reporter, in mlx5_fw_fatal_reporter_err_work()
647 health->fw_fatal_reporter = in mlx5_fw_reporters_create()
652 if (IS_ERR(health->fw_fatal_reporter)) in mlx5_fw_reporters_create()
654 PTR_ERR(health->fw_fatal_reporter)); in mlx5_fw_reporters_create()
664 if (!IS_ERR_OR_NULL(health->fw_fatal_reporter)) in mlx5_fw_reporters_destroy()
665 devlink_health_reporter_destroy(health->fw_fatal_reporter); in mlx5_fw_reporters_destroy()
/Linux-v5.4/include/linux/mlx5/
Ddriver.h448 struct devlink_health_reporter *fw_fatal_reporter; member