| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_devlink.h | 34 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 D | rvu_devlink.c | 361 static int rvu_hw_nix_intr_dump(struct devlink_health_reporter *reporter, in rvu_hw_nix_intr_dump() 375 static int rvu_hw_nix_intr_recover(struct devlink_health_reporter *reporter, in rvu_hw_nix_intr_recover() 392 static int rvu_hw_nix_gen_dump(struct devlink_health_reporter *reporter, in rvu_hw_nix_gen_dump() 406 static int rvu_hw_nix_gen_recover(struct devlink_health_reporter *reporter, in rvu_hw_nix_gen_recover() 423 static int rvu_hw_nix_err_dump(struct devlink_health_reporter *reporter, in rvu_hw_nix_err_dump() 437 static int rvu_hw_nix_err_recover(struct devlink_health_reporter *reporter, in rvu_hw_nix_err_recover() 454 static int rvu_hw_nix_ras_dump(struct devlink_health_reporter *reporter, in rvu_hw_nix_ras_dump() 468 static int rvu_hw_nix_ras_recover(struct devlink_health_reporter *reporter, in rvu_hw_nix_ras_recover() 915 static int rvu_hw_npa_intr_dump(struct devlink_health_reporter *reporter, in rvu_hw_npa_intr_dump() 929 static int rvu_hw_npa_intr_recover(struct devlink_health_reporter *reporter, in rvu_hw_npa_intr_recover() [all …]
|
| /linux/net/devlink/ |
| H A D | health.c | 55 struct devlink_health_reporter { struct 75 devlink_health_reporter_priv(struct devlink_health_reporter *reporter) in devlink_health_reporter_priv() argument 81 static struct devlink_health_reporter * 85 struct devlink_health_reporter *reporter; in __devlink_health_reporter_find_by_name() 93 static struct devlink_health_reporter * 101 static struct devlink_health_reporter * 109 static struct devlink_health_reporter * 114 struct devlink_health_reporter *reporter; in __devlink_health_reporter_create() 144 struct devlink_health_reporter * 149 struct devlink_health_reporter *reporter; in devl_port_health_reporter_create() [all …]
|
| /linux/include/net/ |
| H A D | devlink.h | 801 struct devlink_health_reporter; 825 int (*recover)(struct devlink_health_reporter *reporter, 827 int (*dump)(struct devlink_health_reporter *reporter, 830 int (*diagnose)(struct devlink_health_reporter *reporter, 833 int (*test)(struct devlink_health_reporter *reporter, 2028 struct devlink_health_reporter * 2033 struct devlink_health_reporter * 2038 struct devlink_health_reporter * 2043 struct devlink_health_reporter * 2049 devl_health_reporter_destroy(struct devlink_health_reporter *reporter); [all …]
|
| /linux/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_dev.h | 126 struct devlink_health_reporter *hw_fault_reporter; 127 struct devlink_health_reporter *fw_fault_reporter;
|
| H A D | hinic_devlink.c | 390 static int hinic_hw_reporter_dump(struct devlink_health_reporter *reporter, in hinic_hw_reporter_dump() 421 static int hinic_fw_reporter_dump(struct devlink_health_reporter *reporter, in hinic_fw_reporter_dump()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | reporter_tx.c | 251 static int mlx5e_tx_reporter_recover(struct devlink_health_reporter *reporter, in mlx5e_tx_reporter_recover() 335 mlx5e_tx_reporter_diagnose_common_config(struct devlink_health_reporter *reporter, in mlx5e_tx_reporter_diagnose_common_config() 359 mlx5e_tx_reporter_diagnose_tis_config(struct devlink_health_reporter *reporter, in mlx5e_tx_reporter_diagnose_tis_config() 382 static int mlx5e_tx_reporter_diagnose(struct devlink_health_reporter *reporter, in mlx5e_tx_reporter_diagnose() 522 static int mlx5e_tx_reporter_dump(struct devlink_health_reporter *reporter, in mlx5e_tx_reporter_dump() 601 struct devlink_health_reporter *reporter; in mlx5e_reporter_tx_create()
|
| H A D | reporter_rx.c | 211 static int mlx5e_rx_reporter_recover(struct devlink_health_reporter *reporter, in mlx5e_rx_reporter_recover() 473 static int mlx5e_rx_reporter_diagnose(struct devlink_health_reporter *reporter, in mlx5e_rx_reporter_diagnose() 598 static int mlx5e_rx_reporter_dump(struct devlink_health_reporter *reporter, in mlx5e_rx_reporter_dump() 683 struct devlink_health_reporter *reporter; in mlx5e_reporter_rx_create()
|
| H A D | health.h | 50 struct devlink_health_reporter *reporter, char *err_str,
|
| H A D | health.c | 153 struct devlink_health_reporter *reporter, char *err_str, in mlx5e_health_report()
|
| /linux/drivers/net/ethernet/amd/pds_core/ |
| H A D | core.h | 198 struct devlink_health_reporter *fw_reporter; 280 int pdsc_fw_reporter_diagnose(struct devlink_health_reporter *reporter,
|
| H A D | devlink.c | 295 int pdsc_fw_reporter_diagnose(struct devlink_health_reporter *reporter, in pdsc_fw_reporter_diagnose()
|
| H A D | main.c | 222 struct devlink_health_reporter *hr; in pdsc_init_pf()
|
| /linux/drivers/net/netdevsim/ |
| H A D | netdevsim.h | 242 struct devlink_health_reporter *empty_reporter; 243 struct devlink_health_reporter *dummy_reporter;
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
| H A D | devlink_port.c | 10 mlx5_esw_rep_vnic_reporter_diagnose(struct devlink_health_reporter *reporter, in mlx5_esw_rep_vnic_reporter_diagnose() 243 struct devlink_health_reporter *reporter; in mlx5_esw_offloads_devlink_port_register()
|
| /linux/include/linux/mlx5/ |
| H A D | driver.h | 454 struct devlink_health_reporter *fw_reporter; 455 struct devlink_health_reporter *fw_fatal_reporter; 456 struct devlink_health_reporter *vnic_reporter;
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en.h | 976 struct devlink_health_reporter *tx_reporter; 977 struct devlink_health_reporter *rx_reporter;
|
| H A D | eswitch.h | 192 struct devlink_health_reporter *vnic_reporter;
|
| /linux/include/linux/qed/ |
| H A D | qed_if.h | 808 struct devlink_health_reporter *fw_reporter;
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt.h | 2057 struct devlink_health_reporter *fw_reporter;
|