Searched refs:devlink_health_reporter (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/include/net/ |
| D | devlink.h | 490 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/ |
| D | reporter_tx.c | 137 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()
|
| D | reporter_rx.c | 224 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()
|
| D | health.h | 46 struct devlink_health_reporter *reporter, char *err_str,
|
| D | health.c | 197 struct devlink_health_reporter *reporter, char *err_str, in mlx5e_health_report()
|
| /Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/ |
| D | bnxt_devlink.c | 18 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()
|
| D | bnxt.h | 1379 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/ |
| D | health.c | 392 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()
|
| D | en.h | 873 struct devlink_health_reporter *tx_reporter; 874 struct devlink_health_reporter *rx_reporter;
|
| /Linux-v5.4/net/core/ |
| D | devlink.c | 4610 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/ |
| D | driver.h | 447 struct devlink_health_reporter *fw_reporter; 448 struct devlink_health_reporter *fw_fatal_reporter;
|