Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/huawei/hinic/
Dhinic_devlink.c454 priv->fw_fault_reporter = in hinic_health_reporters_create()
457 if (IS_ERR(priv->fw_fault_reporter)) { in hinic_health_reporters_create()
459 PTR_ERR(priv->fw_fault_reporter)); in hinic_health_reporters_create()
462 return PTR_ERR(priv->fw_fault_reporter); in hinic_health_reporters_create()
470 if (!IS_ERR_OR_NULL(priv->fw_fault_reporter)) { in hinic_health_reporters_destroy()
471 devlink_health_reporter_destroy(priv->fw_fault_reporter); in hinic_health_reporters_destroy()
472 priv->fw_fault_reporter = NULL; in hinic_health_reporters_destroy()
Dhinic_dev.h129 struct devlink_health_reporter *fw_fault_reporter; member
Dhinic_hw_dev.c724 if (!hwdev->devlink_dev || IS_ERR_OR_NULL(hwdev->devlink_dev->fw_fault_reporter)) in mgmt_watchdog_timeout_event_handler()
727 devlink_health_report(hwdev->devlink_dev->fw_fault_reporter, in mgmt_watchdog_timeout_event_handler()