Home
last modified time | relevance | path

Searched refs:fw_fault_reporter (Results 1 – 3 of 3) sorted by relevance

/drivers/net/ethernet/huawei/hinic/
Dhinic_devlink.c561 priv->fw_fault_reporter = in hinic_health_reporters_create()
564 if (IS_ERR(priv->fw_fault_reporter)) { in hinic_health_reporters_create()
566 PTR_ERR(priv->fw_fault_reporter)); in hinic_health_reporters_create()
569 return PTR_ERR(priv->fw_fault_reporter); in hinic_health_reporters_create()
577 if (!IS_ERR_OR_NULL(priv->fw_fault_reporter)) { in hinic_health_reporters_destroy()
578 devlink_health_reporter_destroy(priv->fw_fault_reporter); in hinic_health_reporters_destroy()
579 priv->fw_fault_reporter = NULL; in hinic_health_reporters_destroy()
Dhinic_dev.h125 struct devlink_health_reporter *fw_fault_reporter; member
Dhinic_hw_dev.c730 if (!hwdev->devlink_dev || IS_ERR_OR_NULL(hwdev->devlink_dev->fw_fault_reporter)) in mgmt_watchdog_timeout_event_handler()
733 devlink_health_report(hwdev->devlink_dev->fw_fault_reporter, in mgmt_watchdog_timeout_event_handler()