Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_devlink.c113 health->fw_reporter = in bnxt_dl_fw_reporters_create()
116 if (IS_ERR(health->fw_reporter)) { in bnxt_dl_fw_reporters_create()
118 PTR_ERR(health->fw_reporter)); in bnxt_dl_fw_reporters_create()
119 health->fw_reporter = NULL; in bnxt_dl_fw_reporters_create()
150 if (health->fw_reporter) in bnxt_dl_fw_reporters_destroy()
151 devlink_health_reporter_destroy(health->fw_reporter); in bnxt_dl_fw_reporters_destroy()
Dbnxt.h1379 struct devlink_health_reporter *fw_reporter; member
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dhealth.c524 if (IS_ERR_OR_NULL(health->fw_reporter)) in mlx5_fw_reporter_err_work()
530 devlink_health_report(health->fw_reporter, in mlx5_fw_reporter_err_work()
535 devlink_health_report(health->fw_reporter, in mlx5_fw_reporter_err_work()
640 health->fw_reporter = in mlx5_fw_reporters_create()
643 if (IS_ERR(health->fw_reporter)) in mlx5_fw_reporters_create()
645 PTR_ERR(health->fw_reporter)); in mlx5_fw_reporters_create()
661 if (!IS_ERR_OR_NULL(health->fw_reporter)) in mlx5_fw_reporters_destroy()
662 devlink_health_reporter_destroy(health->fw_reporter); in mlx5_fw_reporters_destroy()
/Linux-v5.4/include/linux/mlx5/
Ddriver.h447 struct devlink_health_reporter *fw_reporter; member