| /OK3568_Linux_fs/kernel/drivers/net/netdevsim/ |
| H A D | health.c | 12 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() 186 nsim_dev_dummy_reporter_dump(struct devlink_health_reporter *reporter, in nsim_dev_dummy_reporter_dump() 204 nsim_dev_dummy_reporter_diagnose(struct devlink_health_reporter *reporter, in nsim_dev_dummy_reporter_diagnose()
|
| H A D | netdevsim.h | 164 struct devlink_health_reporter *empty_reporter; 165 struct devlink_health_reporter *dummy_reporter;
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | devlink.h | 629 struct devlink_health_reporter; 649 int (*recover)(struct devlink_health_reporter *reporter, 651 int (*dump)(struct devlink_health_reporter *reporter, 654 int (*diagnose)(struct devlink_health_reporter *reporter, 657 int (*test)(struct devlink_health_reporter *reporter, 1548 struct devlink_health_reporter * 1553 struct devlink_health_reporter * 1559 devlink_health_reporter_destroy(struct devlink_health_reporter *reporter); 1562 devlink_port_health_reporter_destroy(struct devlink_health_reporter *reporter); 1565 devlink_health_reporter_priv(struct devlink_health_reporter *reporter); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_dev.h | 124 struct devlink_health_reporter *hw_fault_reporter; 125 struct devlink_health_reporter *fw_fault_reporter;
|
| H A D | hinic_devlink.c | 462 static int hinic_hw_reporter_dump(struct devlink_health_reporter *reporter, in hinic_hw_reporter_dump() 538 static int hinic_fw_reporter_dump(struct devlink_health_reporter *reporter, in hinic_fw_reporter_dump()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_devlink.c | 37 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | reporter_tx.c | 132 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() 394 static int mlx5e_tx_reporter_dump(struct devlink_health_reporter *reporter, in mlx5e_tx_reporter_dump() 450 struct devlink_health_reporter *reporter; in mlx5e_reporter_tx_create()
|
| H A D | reporter_rx.c | 169 static int mlx5e_rx_reporter_recover(struct devlink_health_reporter *reporter, in mlx5e_rx_reporter_recover() 309 static int mlx5e_rx_reporter_diagnose(struct devlink_health_reporter *reporter, in mlx5e_rx_reporter_diagnose() 547 static int mlx5e_rx_reporter_dump(struct devlink_health_reporter *reporter, in mlx5e_rx_reporter_dump() 614 struct devlink_health_reporter *reporter; in mlx5e_reporter_rx_create()
|
| H A D | health.h | 49 struct devlink_health_reporter *reporter, char *err_str,
|
| H A D | health.c | 228 struct devlink_health_reporter *reporter, char *err_str, in mlx5e_health_report()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | health.c | 409 mlx5_fw_reporter_diagnose(struct devlink_health_reporter *reporter, in mlx5_fw_reporter_diagnose() 511 mlx5_fw_reporter_dump(struct devlink_health_reporter *reporter, in mlx5_fw_reporter_dump() 566 mlx5_fw_fatal_reporter_recover(struct devlink_health_reporter *reporter, in mlx5_fw_fatal_reporter_recover() 576 mlx5_fw_fatal_reporter_dump(struct devlink_health_reporter *reporter, in mlx5_fw_fatal_reporter_dump()
|
| H A D | en.h | 826 struct devlink_health_reporter *tx_reporter; 827 struct devlink_health_reporter *rx_reporter;
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | devlink.c | 5823 struct devlink_health_reporter { struct 5844 devlink_health_reporter_priv(struct devlink_health_reporter *reporter) in devlink_health_reporter_priv() argument 5850 static struct devlink_health_reporter * 5855 struct devlink_health_reporter *reporter; in __devlink_health_reporter_find_by_name() 5864 static struct devlink_health_reporter * 5873 static struct devlink_health_reporter * 5882 static struct devlink_health_reporter * 5887 struct devlink_health_reporter *reporter; in __devlink_health_reporter_create() 5916 struct devlink_health_reporter * 5921 struct devlink_health_reporter *reporter; in devlink_port_health_reporter_create() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_devlink.c | 44 static int bnxt_fw_reporter_diagnose(struct devlink_health_reporter *reporter, in bnxt_fw_reporter_diagnose() 89 static int bnxt_fw_reset_recover(struct devlink_health_reporter *reporter, in bnxt_fw_reset_recover() 108 static int bnxt_fw_fatal_recover(struct devlink_health_reporter *reporter, in bnxt_fw_fatal_recover()
|
| H A D | bnxt.h | 1527 struct devlink_health_reporter *fw_reporter; 1528 struct devlink_health_reporter *fw_reset_reporter; 1529 struct devlink_health_reporter *fw_fatal_reporter;
|
| /OK3568_Linux_fs/kernel/include/linux/mlx5/ |
| H A D | driver.h | 442 struct devlink_health_reporter *fw_reporter; 443 struct devlink_health_reporter *fw_fatal_reporter;
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | core.c | 89 struct devlink_health_reporter *fw_fatal; 1668 static int mlxsw_core_health_fw_fatal_dump(struct devlink_health_reporter *reporter, in mlxsw_core_health_fw_fatal_dump() 1780 mlxsw_core_health_fw_fatal_test(struct devlink_health_reporter *reporter, in mlxsw_core_health_fw_fatal_test() 1819 struct devlink_health_reporter *fw_fatal; in mlxsw_core_health_init()
|
| /OK3568_Linux_fs/kernel/include/linux/qed/ |
| H A D | qed_if.h | 786 struct devlink_health_reporter *fw_reporter;
|