Home
last modified time | relevance | path

Searched refs:fw_reporter (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/qlogic/qed/
Dqed_devlink.c29 if (qdl->fw_reporter) in qed_report_fatal_error()
30 devlink_health_report(qdl->fw_reporter, in qed_report_fatal_error()
102 dl->fw_reporter = devlink_health_reporter_create(devlink, &qed_fw_fatal_reporter_ops, in qed_fw_reporters_create()
104 if (IS_ERR(dl->fw_reporter)) { in qed_fw_reporters_create()
106 PTR_ERR(dl->fw_reporter)); in qed_fw_reporters_create()
107 dl->fw_reporter = NULL; in qed_fw_reporters_create()
116 rep = dl->fw_reporter; in qed_fw_reporters_destroy()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Dhealth.c539 if (IS_ERR_OR_NULL(health->fw_reporter)) in mlx5_fw_reporter_err_work()
545 devlink_health_report(health->fw_reporter, in mlx5_fw_reporter_err_work()
550 devlink_health_report(health->fw_reporter, in mlx5_fw_reporter_err_work()
649 health->fw_reporter = in mlx5_fw_reporters_create()
652 if (IS_ERR(health->fw_reporter)) in mlx5_fw_reporters_create()
654 PTR_ERR(health->fw_reporter)); in mlx5_fw_reporters_create()
670 if (!IS_ERR_OR_NULL(health->fw_reporter)) in mlx5_fw_reporters_destroy()
671 devlink_health_reporter_destroy(health->fw_reporter); in mlx5_fw_reporters_destroy()
/Linux-v5.15/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_devlink.c158 if (!health->fw_reporter) { in bnxt_dl_fw_reporters_create()
159 health->fw_reporter = in bnxt_dl_fw_reporters_create()
163 if (IS_ERR(health->fw_reporter)) { in bnxt_dl_fw_reporters_create()
165 PTR_ERR(health->fw_reporter)); in bnxt_dl_fw_reporters_create()
166 health->fw_reporter = NULL; in bnxt_dl_fw_reporters_create()
203 if (health->fw_reporter) { in bnxt_dl_fw_reporters_destroy()
204 devlink_health_reporter_destroy(health->fw_reporter); in bnxt_dl_fw_reporters_destroy()
205 health->fw_reporter = NULL; in bnxt_dl_fw_reporters_destroy()
Dbnxt.h1545 struct devlink_health_reporter *fw_reporter; member
/Linux-v5.15/include/linux/qed/
Dqed_if.h805 struct devlink_health_reporter *fw_reporter; member
/Linux-v5.15/include/linux/mlx5/
Ddriver.h442 struct devlink_health_reporter *fw_reporter; member