Home
last modified time | relevance | path

Searched refs:devlink_health_reporter (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/include/net/
Ddevlink.h490 struct devlink_health_reporter;
509 int (*recover)(struct devlink_health_reporter *reporter,
511 int (*dump)(struct devlink_health_reporter *reporter,
513 int (*diagnose)(struct devlink_health_reporter *reporter,
936 struct devlink_health_reporter *
942 devlink_health_reporter_destroy(struct devlink_health_reporter *reporter);
945 devlink_health_reporter_priv(struct devlink_health_reporter *reporter);
946 int devlink_health_report(struct devlink_health_reporter *reporter,
949 devlink_health_reporter_state_update(struct devlink_health_reporter *reporter,
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/
Dreporter_tx.c137 static int mlx5e_tx_reporter_recover(struct devlink_health_reporter *reporter, in mlx5e_tx_reporter_recover()
207 static int mlx5e_tx_reporter_diagnose(struct devlink_health_reporter *reporter, in mlx5e_tx_reporter_diagnose()
286 struct devlink_health_reporter *reporter; in mlx5e_reporter_tx_create()
Dreporter_rx.c224 static int mlx5e_rx_reporter_recover(struct devlink_health_reporter *reporter, in mlx5e_rx_reporter_recover()
303 static int mlx5e_rx_reporter_diagnose(struct devlink_health_reporter *reporter, in mlx5e_rx_reporter_diagnose()
383 struct devlink_health_reporter *reporter; in mlx5e_reporter_rx_create()
Dhealth.h46 struct devlink_health_reporter *reporter, char *err_str,
Dhealth.c197 struct devlink_health_reporter *reporter, char *err_str, in mlx5e_health_report()
/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_devlink.c18 static int bnxt_fw_reporter_diagnose(struct devlink_health_reporter *reporter, in bnxt_fw_reporter_diagnose()
63 static int bnxt_fw_reset_recover(struct devlink_health_reporter *reporter, in bnxt_fw_reset_recover()
81 static int bnxt_fw_fatal_recover(struct devlink_health_reporter *reporter, in bnxt_fw_fatal_recover()
Dbnxt.h1379 struct devlink_health_reporter *fw_reporter;
1380 struct devlink_health_reporter *fw_reset_reporter;
1381 struct devlink_health_reporter *fw_fatal_reporter;
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Dhealth.c392 mlx5_fw_reporter_diagnose(struct devlink_health_reporter *reporter, in mlx5_fw_reporter_diagnose()
493 mlx5_fw_reporter_dump(struct devlink_health_reporter *reporter, in mlx5_fw_reporter_dump()
547 mlx5_fw_fatal_reporter_recover(struct devlink_health_reporter *reporter, in mlx5_fw_fatal_reporter_recover()
557 mlx5_fw_fatal_reporter_dump(struct devlink_health_reporter *reporter, in mlx5_fw_fatal_reporter_dump()
Den.h873 struct devlink_health_reporter *tx_reporter;
874 struct devlink_health_reporter *rx_reporter;
/Linux-v5.4/net/core/
Ddevlink.c4610 struct devlink_health_reporter { struct
4629 devlink_health_reporter_priv(struct devlink_health_reporter *reporter) in devlink_health_reporter_priv() argument
4635 static struct devlink_health_reporter *
4639 struct devlink_health_reporter *reporter; in devlink_health_reporter_find_by_name()
4657 struct devlink_health_reporter *
4663 struct devlink_health_reporter *reporter; in devlink_health_reporter_create()
4703 devlink_health_reporter_destroy(struct devlink_health_reporter *reporter) in devlink_health_reporter_destroy()
4718 devlink_health_reporter_state_update(struct devlink_health_reporter *reporter, in devlink_health_reporter_state_update()
4735 devlink_health_reporter_recover(struct devlink_health_reporter *reporter, in devlink_health_reporter_recover()
4755 devlink_health_dump_clear(struct devlink_health_reporter *reporter) in devlink_health_dump_clear()
[all …]
/Linux-v5.4/include/linux/mlx5/
Ddriver.h447 struct devlink_health_reporter *fw_reporter;
448 struct devlink_health_reporter *fw_fatal_reporter;