Home
last modified time | relevance | path

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

12

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_devlink.h34 struct devlink_health_reporter *rvu_hw_npa_intr_reporter;
36 struct devlink_health_reporter *rvu_hw_npa_gen_reporter;
38 struct devlink_health_reporter *rvu_hw_npa_err_reporter;
40 struct devlink_health_reporter *rvu_hw_npa_ras_reporter;
60 struct devlink_health_reporter *rvu_hw_nix_intr_reporter;
62 struct devlink_health_reporter *rvu_hw_nix_gen_reporter;
64 struct devlink_health_reporter *rvu_hw_nix_err_reporter;
66 struct devlink_health_reporter *rvu_hw_nix_ras_reporter;
H A Drvu_devlink.c464 static int rvu_hw_nix_intr_dump(struct devlink_health_reporter *reporter, in rvu_hw_nix_intr_dump()
495 static int rvu_hw_nix_gen_dump(struct devlink_health_reporter *reporter, in rvu_hw_nix_gen_dump()
509 static int rvu_hw_nix_gen_recover(struct devlink_health_reporter *reporter, in rvu_hw_nix_gen_recover()
526 static int rvu_hw_nix_err_dump(struct devlink_health_reporter *reporter, in rvu_hw_nix_err_dump()
540 static int rvu_hw_nix_err_recover(struct devlink_health_reporter *reporter, in rvu_hw_nix_err_recover()
557 static int rvu_hw_nix_ras_dump(struct devlink_health_reporter *reporter, in rvu_hw_nix_ras_dump()
571 static int rvu_hw_nix_ras_recover(struct devlink_health_reporter *reporter, in rvu_hw_nix_ras_recover()
1104 static int rvu_hw_npa_intr_dump(struct devlink_health_reporter *reporter, in rvu_hw_npa_intr_dump()
1135 static int rvu_hw_npa_gen_dump(struct devlink_health_reporter *reporter, in rvu_hw_npa_gen_dump()
1166 static int rvu_hw_npa_err_dump(struct devlink_health_reporter *reporter, in rvu_hw_npa_err_dump()
[all …]
/openbmc/linux/net/devlink/
H A Dhealth.c54 struct devlink_health_reporter { struct
79 static struct devlink_health_reporter *
83 struct devlink_health_reporter *reporter; in __devlink_health_reporter_find_by_name()
91 static struct devlink_health_reporter *
99 static struct devlink_health_reporter *
107 static struct devlink_health_reporter *
139 struct devlink_health_reporter *
163 struct devlink_health_reporter *
187 struct devlink_health_reporter *
209 struct devlink_health_reporter *
[all …]
/openbmc/linux/drivers/net/netdevsim/
H A Dhealth.c12 nsim_dev_empty_reporter_dump(struct devlink_health_reporter *reporter, in nsim_dev_empty_reporter_dump()
20 nsim_dev_empty_reporter_diagnose(struct devlink_health_reporter *reporter, in nsim_dev_empty_reporter_diagnose()
39 nsim_dev_dummy_reporter_recover(struct devlink_health_reporter *reporter, in nsim_dev_dummy_reporter_recover()
154 nsim_dev_dummy_reporter_dump(struct devlink_health_reporter *reporter, in nsim_dev_dummy_reporter_dump()
172 nsim_dev_dummy_reporter_diagnose(struct devlink_health_reporter *reporter, in nsim_dev_dummy_reporter_diagnose()
H A Dnetdevsim.h199 struct devlink_health_reporter *empty_reporter;
200 struct devlink_health_reporter *dummy_reporter;
/openbmc/linux/include/net/
H A Ddevlink.h712 struct devlink_health_reporter;
732 int (*recover)(struct devlink_health_reporter *reporter,
734 int (*dump)(struct devlink_health_reporter *reporter,
737 int (*diagnose)(struct devlink_health_reporter *reporter,
740 int (*test)(struct devlink_health_reporter *reporter,
1885 struct devlink_health_reporter *
1890 struct devlink_health_reporter *
1895 struct devlink_health_reporter *
1900 struct devlink_health_reporter *
1906 devl_health_reporter_destroy(struct devlink_health_reporter *reporter);
[all …]
/openbmc/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_dev.h128 struct devlink_health_reporter *hw_fault_reporter;
129 struct devlink_health_reporter *fw_fault_reporter;
H A Dhinic_devlink.c450 static int hinic_hw_reporter_dump(struct devlink_health_reporter *reporter, in hinic_hw_reporter_dump()
526 static int hinic_fw_reporter_dump(struct devlink_health_reporter *reporter, in hinic_fw_reporter_dump()
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_devlink.c37 qed_fw_fatal_reporter_dump(struct devlink_health_reporter *reporter, in qed_fw_fatal_reporter_dump()
78 qed_fw_fatal_reporter_recover(struct devlink_health_reporter *reporter, in qed_fw_fatal_reporter_recover()
114 struct devlink_health_reporter *rep; in qed_fw_reporters_destroy()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dreporter_tx.c214 static int mlx5e_tx_reporter_recover(struct devlink_health_reporter *reporter, in mlx5e_tx_reporter_recover()
392 mlx5e_tx_reporter_diagnose_common_config(struct devlink_health_reporter *reporter, in mlx5e_tx_reporter_diagnose_common_config()
434 static int mlx5e_tx_reporter_diagnose(struct devlink_health_reporter *reporter, in mlx5e_tx_reporter_diagnose()
627 static int mlx5e_tx_reporter_dump(struct devlink_health_reporter *reporter, in mlx5e_tx_reporter_dump()
702 struct devlink_health_reporter *reporter; in mlx5e_reporter_tx_create()
H A Dreporter_rx.c191 static int mlx5e_rx_reporter_recover(struct devlink_health_reporter *reporter, in mlx5e_rx_reporter_recover()
425 mlx5e_rx_reporter_diagnose_common_config(struct devlink_health_reporter *reporter, in mlx5e_rx_reporter_diagnose_common_config()
474 static int mlx5e_rx_reporter_diagnose(struct devlink_health_reporter *reporter, in mlx5e_rx_reporter_diagnose()
692 static int mlx5e_rx_reporter_dump(struct devlink_health_reporter *reporter, in mlx5e_rx_reporter_dump()
773 struct devlink_health_reporter *reporter; in mlx5e_reporter_rx_create()
H A Dhealth.h50 struct devlink_health_reporter *reporter, char *err_str,
H A Dhealth.c226 struct devlink_health_reporter *reporter, char *err_str, in mlx5e_health_report()
/openbmc/linux/drivers/net/ethernet/amd/pds_core/
H A Dcore.h173 struct devlink_health_reporter *fw_reporter;
247 int pdsc_fw_reporter_diagnose(struct devlink_health_reporter *reporter,
H A Ddevlink.c153 int pdsc_fw_reporter_diagnose(struct devlink_health_reporter *reporter, in pdsc_fw_reporter_diagnose()
H A Dmain.c219 struct devlink_health_reporter *hr; in pdsc_init_pf()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dhealth.c452 mlx5_fw_reporter_diagnose(struct devlink_health_reporter *reporter, in mlx5_fw_reporter_diagnose()
565 mlx5_fw_reporter_dump(struct devlink_health_reporter *reporter, in mlx5_fw_reporter_dump()
620 mlx5_fw_fatal_reporter_recover(struct devlink_health_reporter *reporter, in mlx5_fw_fatal_reporter_recover()
630 mlx5_fw_fatal_reporter_dump(struct devlink_health_reporter *reporter, in mlx5_fw_fatal_reporter_dump()
H A Den_rep.h121 struct devlink_health_reporter *rep_vnic_reporter;
H A Den.h930 struct devlink_health_reporter *tx_reporter;
931 struct devlink_health_reporter *rx_reporter;
H A Den_rep.c1363 mlx5e_rep_vnic_reporter_diagnose(struct devlink_health_reporter *reporter, in mlx5e_rep_vnic_reporter_diagnose()
1383 struct devlink_health_reporter *reporter; in mlx5e_rep_vnic_reporter_create()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dreporter_vnic.c118 static int mlx5_reporter_vnic_diagnose(struct devlink_health_reporter *reporter, in mlx5_reporter_vnic_diagnose()
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_devlink.c100 static int bnxt_fw_diagnose(struct devlink_health_reporter *reporter, in bnxt_fw_diagnose()
183 static int bnxt_fw_dump(struct devlink_health_reporter *reporter, in bnxt_fw_dump()
223 static int bnxt_fw_recover(struct devlink_health_reporter *reporter, in bnxt_fw_recover()
245 static struct devlink_health_reporter *
249 struct devlink_health_reporter *reporter; in __bnxt_dl_reporter_create()
/openbmc/linux/drivers/staging/qlge/
H A Dqlge_devlink.c51 static int qlge_reporter_coredump(struct devlink_health_reporter *reporter, in qlge_reporter_coredump()
/openbmc/linux/include/linux/mlx5/
H A Ddriver.h441 struct devlink_health_reporter *fw_reporter;
442 struct devlink_health_reporter *fw_fatal_reporter;
443 struct devlink_health_reporter *vnic_reporter;
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore.c95 struct devlink_health_reporter *fw_fatal;
1913 static int mlxsw_core_health_fw_fatal_dump(struct devlink_health_reporter *reporter, in mlxsw_core_health_fw_fatal_dump()
2064 mlxsw_core_health_fw_fatal_test(struct devlink_health_reporter *reporter, in mlxsw_core_health_fw_fatal_test()
2103 struct devlink_health_reporter *fw_fatal; in mlxsw_core_health_init()

12