Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/qlogic/qed/
H A 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/drivers/net/ethernet/amd/pds_core/
H A Dmain.c285 pdsc->fw_reporter = hr; in pdsc_init_pf()
406 if (pdsc->fw_reporter) { in pdsc_remove()
407 devl_health_reporter_destroy(pdsc->fw_reporter); in pdsc_remove()
408 pdsc->fw_reporter = NULL; in pdsc_remove()
H A Dcore.c549 if (pdsc->fw_reporter) in pdsc_fw_down()
550 devlink_health_report(pdsc->fw_reporter, "FW down reported", pdsc); in pdsc_fw_down()
585 if (pdsc->fw_reporter) in pdsc_fw_up()
586 devlink_health_reporter_state_update(pdsc->fw_reporter, in pdsc_fw_up()
H A Dcore.h173 struct devlink_health_reporter *fw_reporter; member
/linux/include/linux/qed/
H A Dqed_if.h808 struct devlink_health_reporter *fw_reporter; member
/linux/include/linux/mlx5/
H A Ddriver.h448 struct devlink_health_reporter *fw_reporter; member
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h2016 struct devlink_health_reporter *fw_reporter; member