Searched refs:fw_reporter (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qed/ |
A D | qed_devlink.c | 29 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-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | health.c | 597 if (IS_ERR_OR_NULL(health->fw_reporter)) in mlx5_fw_reporter_err_work() 603 devlink_health_report(health->fw_reporter, in mlx5_fw_reporter_err_work() 608 devlink_health_report(health->fw_reporter, in mlx5_fw_reporter_err_work() 732 health->fw_reporter = in mlx5_fw_reporters_create() 735 if (IS_ERR(health->fw_reporter)) in mlx5_fw_reporters_create() 737 PTR_ERR(health->fw_reporter)); in mlx5_fw_reporters_create() 753 if (!IS_ERR_OR_NULL(health->fw_reporter)) in mlx5_fw_reporters_destroy() 754 devlink_health_reporter_destroy(health->fw_reporter); in mlx5_fw_reporters_destroy()
|
/linux-6.3-rc2/drivers/net/ethernet/broadcom/bnxt/ |
A D | bnxt_devlink.c | 126 devlink_health_report(h->fw_reporter, in bnxt_fw_diagnose() 265 if (fw_health && !fw_health->fw_reporter) in bnxt_dl_fw_reporters_create() 266 fw_health->fw_reporter = __bnxt_dl_reporter_create(bp, &bnxt_dl_fw_reporter_ops); in bnxt_dl_fw_reporters_create() 273 if (fw_health && fw_health->fw_reporter) { in bnxt_dl_fw_reporters_destroy() 274 devlink_health_reporter_destroy(fw_health->fw_reporter); in bnxt_dl_fw_reporters_destroy() 275 fw_health->fw_reporter = NULL; in bnxt_dl_fw_reporters_destroy() 287 if (!fw_health->fw_reporter) { in bnxt_devlink_health_fw_report() 296 rc = devlink_health_report(fw_health->fw_reporter, "FW error reported", in bnxt_devlink_health_fw_report() 317 devlink_health_reporter_state_update(fw_health->fw_reporter, state); in bnxt_dl_health_fw_status_update() 324 devlink_health_reporter_recovery_done(bp->fw_health->fw_reporter); in bnxt_dl_health_fw_recovery_done()
|
A D | bnxt.h | 1587 struct devlink_health_reporter *fw_reporter; member
|
/linux-6.3-rc2/include/linux/qed/ |
A D | qed_if.h | 808 struct devlink_health_reporter *fw_reporter; member
|
/linux-6.3-rc2/include/linux/mlx5/ |
A D | driver.h | 439 struct devlink_health_reporter *fw_reporter; member
|
Completed in 33 milliseconds