Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/pds_core/
H A Dmain.c289 pdsc->fw_reporter = hr; in pdsc_init_pf()
412 if (pdsc->fw_reporter) { in pdsc_remove()
413 devl_health_reporter_destroy(pdsc->fw_reporter); in pdsc_remove()
414 pdsc->fw_reporter = NULL; in pdsc_remove()
H A Dcore.c553 if (pdsc->fw_reporter) in pdsc_fw_down()
554 devlink_health_report(pdsc->fw_reporter, "FW down reported", pdsc); in pdsc_fw_down()
589 if (pdsc->fw_reporter) in pdsc_fw_up()
590 devlink_health_reporter_state_update(pdsc->fw_reporter, in pdsc_fw_up()
/linux/include/linux/qed/
H A Dqed_if.h808 struct devlink_health_reporter *fw_reporter; member
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h2055 struct devlink_health_reporter *fw_reporter; member