Searched refs:devlink_health_reporter (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/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.c360 static int rvu_hw_nix_intr_dump(struct devlink_health_reporter *reporter,
374 static int rvu_hw_nix_intr_recover(struct devlink_health_reporter *reporter,
391 static int rvu_hw_nix_gen_dump(struct devlink_health_reporter *reporter,
405 static int rvu_hw_nix_gen_recover(struct devlink_health_reporter *reporter,
422 static int rvu_hw_nix_err_dump(struct devlink_health_reporter *reporter,
436 static int rvu_hw_nix_err_recover(struct devlink_health_reporter *reporter,
453 static int rvu_hw_nix_ras_dump(struct devlink_health_reporter *reporter,
467 static int rvu_hw_nix_ras_recover(struct devlink_health_reporter *reporter,
906 static int rvu_hw_npa_intr_dump(struct devlink_health_reporter *reporter,
920 static int rvu_hw_npa_intr_recover(struct devlink_health_reporter *reporte
[all...]
/linux-master/net/devlink/
H A Dhealth.c55 struct devlink_health_reporter { struct
74 devlink_health_reporter_priv(struct devlink_health_reporter *reporter)
80 static struct devlink_health_reporter *
84 struct devlink_health_reporter *reporter;
92 static struct devlink_health_reporter *
100 static struct devlink_health_reporter *
108 static struct devlink_health_reporter *
113 struct devlink_health_reporter *reporter;
140 struct devlink_health_reporter *
145 struct devlink_health_reporter *reporte
[all...]
/linux-master/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.c390 static int hinic_hw_reporter_dump(struct devlink_health_reporter *reporter,
421 static int hinic_fw_reporter_dump(struct devlink_health_reporter *reporter,
/linux-master/drivers/net/netdevsim/
H A Dhealth.c12 nsim_dev_empty_reporter_dump(struct devlink_health_reporter *reporter,
20 nsim_dev_empty_reporter_diagnose(struct devlink_health_reporter *reporter,
39 nsim_dev_dummy_reporter_recover(struct devlink_health_reporter *reporter,
108 nsim_dev_dummy_reporter_dump(struct devlink_health_reporter *reporter,
122 nsim_dev_dummy_reporter_diagnose(struct devlink_health_reporter *reporter,
H A Dnetdevsim.h212 struct devlink_health_reporter *empty_reporter;
213 struct devlink_health_reporter *dummy_reporter;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dhealth.h50 struct devlink_health_reporter *reporter, char *err_str,
H A Dreporter_rx.c191 static int mlx5e_rx_reporter_recover(struct devlink_health_reporter *reporter,
320 mlx5e_rx_reporter_diagnose_common_config(struct devlink_health_reporter *reporter,
343 static int mlx5e_rx_reporter_diagnose(struct devlink_health_reporter *reporter,
482 static int mlx5e_rx_reporter_dump(struct devlink_health_reporter *reporter,
563 struct devlink_health_reporter *reporter;
H A Dreporter_tx.c213 static int mlx5e_tx_reporter_recover(struct devlink_health_reporter *reporter,
297 mlx5e_tx_reporter_diagnose_common_config(struct devlink_health_reporter *reporter,
320 static int mlx5e_tx_reporter_diagnose(struct devlink_health_reporter *reporter,
459 static int mlx5e_tx_reporter_dump(struct devlink_health_reporter *reporter,
534 struct devlink_health_reporter *reporter;
H A Dhealth.c151 struct devlink_health_reporter *reporter, char *err_str,
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_devlink.c37 qed_fw_fatal_reporter_dump(struct devlink_health_reporter *reporter,
78 qed_fw_fatal_reporter_recover(struct devlink_health_reporter *reporter,
114 struct devlink_health_reporter *rep;
/linux-master/include/net/
H A Ddevlink.h716 struct devlink_health_reporter;
736 int (*recover)(struct devlink_health_reporter *reporter,
738 int (*dump)(struct devlink_health_reporter *reporter,
741 int (*diagnose)(struct devlink_health_reporter *reporter,
744 int (*test)(struct devlink_health_reporter *reporter,
1905 struct devlink_health_reporter *
1910 struct devlink_health_reporter *
1915 struct devlink_health_reporter *
1920 struct devlink_health_reporter *
1926 devl_health_reporter_destroy(struct devlink_health_reporter *reporte
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dreporter_vnic.c67 static int mlx5_reporter_vnic_diagnose(struct devlink_health_reporter *reporter,
/linux-master/drivers/net/ethernet/amd/pds_core/
H A Dcore.h173 struct devlink_health_reporter *fw_reporter;
248 int pdsc_fw_reporter_diagnose(struct devlink_health_reporter *reporter,
H A Ddevlink.c156 int pdsc_fw_reporter_diagnose(struct devlink_health_reporter *reporter,
H A Dmain.c220 struct devlink_health_reporter *hr;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.h121 struct devlink_health_reporter *rep_vnic_reporter;
H A Dhealth.c446 mlx5_fw_reporter_diagnose(struct devlink_health_reporter *reporter,
513 mlx5_fw_reporter_dump(struct devlink_health_reporter *reporter,
570 mlx5_fw_fatal_reporter_recover(struct devlink_health_reporter *reporter,
580 mlx5_fw_fatal_reporter_dump(struct devlink_health_reporter *reporter,
H A Den.h947 struct devlink_health_reporter *tx_reporter;
948 struct devlink_health_reporter *rx_reporter;
H A Den_rep.c1410 mlx5e_rep_vnic_reporter_diagnose(struct devlink_health_reporter *reporter,
1431 struct devlink_health_reporter *reporter;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_devlink.c100 static int bnxt_fw_diagnose(struct devlink_health_reporter *reporter,
161 static int bnxt_fw_dump(struct devlink_health_reporter *reporter,
194 static int bnxt_fw_recover(struct devlink_health_reporter *reporter,
216 static struct devlink_health_reporter *
220 struct devlink_health_reporter *reporter;
/linux-master/include/linux/mlx5/
H A Ddriver.h444 struct devlink_health_reporter *fw_reporter;
445 struct devlink_health_reporter *fw_fatal_reporter;
446 struct devlink_health_reporter *vnic_reporter;
/linux-master/include/linux/qed/
H A Dqed_if.h808 struct devlink_health_reporter *fw_reporter;
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore.c95 struct devlink_health_reporter *fw_fatal;
1883 static int mlxsw_core_health_fw_fatal_dump(struct devlink_health_reporter *reporter,
2001 mlxsw_core_health_fw_fatal_test(struct devlink_health_reporter *reporter,
2040 struct devlink_health_reporter *fw_fatal;

Completed in 522 milliseconds

12