/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ |
D | health.c | 99 struct mlx5_core_health *health = &dev->priv.health; in sensor_pci_not_working() local 100 struct health_buffer __iomem *h = health->health; in sensor_pci_not_working() 113 struct mlx5_core_health *health = &dev->priv.health; in sensor_fw_synd_rfr() local 114 struct health_buffer __iomem *h = health->health; in sensor_fw_synd_rfr() 308 if (dev->priv.health.fatal_error != MLX5_SENSOR_PCI_COMM_ERR) in mlx5_handle_bad_state() 412 struct mlx5_core_health *health = &dev->priv.health; in print_health_info() local 413 struct health_buffer __iomem *h = health->health; in print_health_info() 457 struct mlx5_core_health *health = &dev->priv.health; in mlx5_fw_reporter_diagnose() local 458 struct health_buffer __iomem *h = health->health; in mlx5_fw_reporter_diagnose() 495 struct mlx5_core_health *health = &dev->priv.health; in mlx5_fw_reporter_heath_buffer_data_put() local [all …]
|
/linux-6.1.9/drivers/net/netdevsim/ |
D | health.c | 43 struct nsim_dev_health *health = devlink_health_reporter_priv(reporter); in nsim_dev_dummy_reporter_recover() local 46 if (health->fail_recover) { in nsim_dev_dummy_reporter_recover() 54 kfree(health->recovered_break_msg); in nsim_dev_dummy_reporter_recover() 55 health->recovered_break_msg = kstrdup(ctx->break_msg, in nsim_dev_dummy_reporter_recover() 57 if (!health->recovered_break_msg) in nsim_dev_dummy_reporter_recover() 158 struct nsim_dev_health *health = devlink_health_reporter_priv(reporter); in nsim_dev_dummy_reporter_dump() local 168 return nsim_dev_dummy_fmsg_put(fmsg, health->binary_len); in nsim_dev_dummy_reporter_dump() 176 struct nsim_dev_health *health = devlink_health_reporter_priv(reporter); in nsim_dev_dummy_reporter_diagnose() local 179 if (health->recovered_break_msg) { in nsim_dev_dummy_reporter_diagnose() 182 health->recovered_break_msg); in nsim_dev_dummy_reporter_diagnose() [all …]
|
/linux-6.1.9/Documentation/networking/devlink/ |
D | devlink-health.rst | 10 The ``devlink`` health mechanism is targeted for Real Time Alerting, in 21 The main idea is to unify and centralize driver health reports in the 23 attributes of the health reporting and recovery procedures. 25 The ``devlink`` health reporter: 26 Device driver creates a "health reporter" per each error/health type. 29 For each registered health reporter a driver can issue error/health reports 30 asynchronously. All health reports handling is done by ``devlink``. 31 Device driver can provide specific callbacks for each "health reporter", e.g.: 38 Different parts of the driver can register different types of health reporters 44 Once an error is reported, devlink health will perform the following actions: [all …]
|
D | mlx4.rst | 48 The ``mlx4`` driver supports dumping the firmware PCI crspace and health 55 ``fw-health`` region will contain the device firmware's health buffer.
|
D | devlink-region.rst | 25 states, but see also Documentation/networking/devlink/devlink-health.rst 48 pci/0000:00:05.0/fw-health: size 64 snapshot [1 2] max 8 58 $ devlink region dump pci/0000:00:05.0/fw-health snapshot 1 65 $ devlink region read pci/0000:00:05.0/fw-health snapshot 1 address 0 length 16
|
/linux-6.1.9/tools/testing/selftests/drivers/net/netdevsim/ |
D | devlink.sh | 377 devlink health show $DL_HANDLE reporter empty >/dev/null 380 devlink health dump show $DL_HANDLE reporter empty >/dev/null 383 devlink health diagnose $DL_HANDLE reporter empty >/dev/null 386 devlink health recover $DL_HANDLE reporter empty 401 local show=$(devlink health show $DL_HANDLE reporter $name -j | jq -e -r ".[][][]") 432 devlink health set $DL_HANDLE reporter dummy auto_recover false 438 echo "$BREAK_MSG"> $DEBUGFS_DIR/health/break_health 443 local dump=$(devlink health dump show $DL_HANDLE reporter dummy -j) 450 devlink health dump clear $DL_HANDLE reporter dummy 453 devlink health recover $DL_HANDLE reporter dummy [all …]
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | kirkwood-guruplug-server-plus.dts | 23 pmx_led_health_r: pmx-led-health-r { 27 pmx_led_health_g: pmx-led-health-g { 62 health-r { 63 label = "guruplug:red:health"; 66 health-g { 67 label = "guruplug:green:health";
|
D | kirkwood-sheevaplug.dts | 31 health { 32 label = "sheevaplug:blue:health";
|
D | kirkwood-sheevaplug-esata.dts | 36 health { 37 label = "sheevaplug:blue:health";
|
D | kirkwood-mplcec4.dts | 23 pmx_led_health: pmx-led-health { 117 health { 118 label = "status:green:health";
|
D | kirkwood-linksys-viper.dts | 59 white-health { 60 label = "viper:white:health"; 72 pmx_led_white_health: pmx-led-white-health {
|
D | kirkwood-dockstar.dts | 45 health { 46 label = "status:green:health";
|
D | kirkwood-pogo_e02.dts | 36 health { 37 label = "pogo_e02:green:health";
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
D | crdump.c | 14 return !!dev->priv.health.crdump_size; in mlx5_crdump_enabled() 19 u32 crdump_size = dev->priv.health.crdump_size; in mlx5_crdump_fill() 108 priv->health.crdump_size = space_size; in mlx5_crdump_enable() 114 dev->priv.health.crdump_size = 0; in mlx5_crdump_disable()
|
/linux-6.1.9/drivers/power/supply/ |
D | da9052-battery.c | 172 int health; member 406 static int da9052_bat_check_health(struct da9052_battery *bat, int *health) in da9052_bat_check_health() argument 417 bat->health = POWER_SUPPLY_HEALTH_UNKNOWN; in da9052_bat_check_health() 421 if (bat->health != POWER_SUPPLY_HEALTH_OVERHEAT) { in da9052_bat_check_health() 426 bat->health = POWER_SUPPLY_HEALTH_DEAD; in da9052_bat_check_health() 428 bat->health = POWER_SUPPLY_HEALTH_GOOD; in da9052_bat_check_health() 431 *health = bat->health; in da9052_bat_check_health() 603 bat->health = POWER_SUPPLY_HEALTH_UNKNOWN; in da9052_bat_probe()
|
D | ucs1002_power.c | 108 int health; member 387 return val->intval = info->health; in ucs1002_get_property() 451 if ((reg & F_ERR) && info->health != POWER_SUPPLY_HEALTH_GOOD) { in ucs1002_health_poll() 458 info->health = POWER_SUPPLY_HEALTH_OVERHEAT; in ucs1002_health_poll() 460 info->health = POWER_SUPPLY_HEALTH_OVERVOLTAGE; in ucs1002_health_poll() 462 info->health = POWER_SUPPLY_HEALTH_OVERCURRENT; in ucs1002_health_poll() 464 info->health = POWER_SUPPLY_HEALTH_UNSPEC_FAILURE; in ucs1002_health_poll() 466 info->health = POWER_SUPPLY_HEALTH_GOOD; in ucs1002_health_poll() 645 info->health = POWER_SUPPLY_HEALTH_GOOD; in ucs1002_probe()
|
D | bq24190_charger.c | 847 int health; in bq24190_charger_get_health() local 858 health = POWER_SUPPLY_HEALTH_COLD; in bq24190_charger_get_health() 863 health = POWER_SUPPLY_HEALTH_OVERHEAT; in bq24190_charger_get_health() 866 health = POWER_SUPPLY_HEALTH_UNKNOWN; in bq24190_charger_get_health() 869 health = POWER_SUPPLY_HEALTH_OVERVOLTAGE; in bq24190_charger_get_health() 880 health = POWER_SUPPLY_HEALTH_UNSPEC_FAILURE; in bq24190_charger_get_health() 883 health = POWER_SUPPLY_HEALTH_OVERHEAT; in bq24190_charger_get_health() 886 health = POWER_SUPPLY_HEALTH_SAFETY_TIMER_EXPIRE; in bq24190_charger_get_health() 889 health = -1; in bq24190_charger_get_health() 898 health = POWER_SUPPLY_HEALTH_OVERVOLTAGE; in bq24190_charger_get_health() [all …]
|
D | bq2515x_charger.c | 696 int health = POWER_SUPPLY_HEALTH_GOOD; in bq2515x_charger_get_health() local 715 health = POWER_SUPPLY_HEALTH_HOT; in bq2515x_charger_get_health() 718 health = POWER_SUPPLY_HEALTH_WARM; in bq2515x_charger_get_health() 721 health = POWER_SUPPLY_HEALTH_COOL; in bq2515x_charger_get_health() 724 health = POWER_SUPPLY_HEALTH_COLD; in bq2515x_charger_get_health() 727 health = POWER_SUPPLY_HEALTH_UNKNOWN; in bq2515x_charger_get_health() 733 health = POWER_SUPPLY_HEALTH_OVERVOLTAGE; in bq2515x_charger_get_health() 736 health = POWER_SUPPLY_HEALTH_SAFETY_TIMER_EXPIRE; in bq2515x_charger_get_health() 738 val->intval = health; in bq2515x_charger_get_health()
|
D | wm831x_power.c | 393 static int wm831x_bat_check_health(struct wm831x *wm831x, int *health) in wm831x_bat_check_health() argument 402 *health = POWER_SUPPLY_HEALTH_OVERHEAT; in wm831x_bat_check_health() 407 *health = POWER_SUPPLY_HEALTH_COLD; in wm831x_bat_check_health() 412 *health = POWER_SUPPLY_HEALTH_OVERVOLTAGE; in wm831x_bat_check_health() 419 *health = POWER_SUPPLY_HEALTH_OVERHEAT; in wm831x_bat_check_health() 422 *health = POWER_SUPPLY_HEALTH_UNSPEC_FAILURE; in wm831x_bat_check_health() 425 *health = POWER_SUPPLY_HEALTH_GOOD; in wm831x_bat_check_health()
|
/linux-6.1.9/arch/powerpc/platforms/pseries/ |
D | papr_scm.c | 798 payload->health.extension_flags |= in papr_pdsm_fuel_gauge() 800 payload->health.dimm_fuel_gauge = statval; in papr_pdsm_fuel_gauge() 813 payload->health.extension_flags |= PDSM_DIMM_DSC_VALID; in papr_pdsm_dsc() 814 payload->health.dimm_dsc = p->dirty_shutdown_counter; in papr_pdsm_dsc() 838 payload->health = (struct nd_papr_pdsm_health) { in papr_pdsm_health() 851 payload->health.dimm_health = PAPR_PDSM_DIMM_FATAL; in papr_pdsm_health() 853 payload->health.dimm_health = PAPR_PDSM_DIMM_CRITICAL; in papr_pdsm_health() 855 payload->health.dimm_health = PAPR_PDSM_DIMM_UNHEALTHY; in papr_pdsm_health() 1158 u64 health; in flags_show() local 1166 health = READ_ONCE(p->health_bitmap); in flags_show() [all …]
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | sysfs-bus-papr-pmem | 8 more bits set in the dimm-health-bitmap retrieved in 28 There is health event for the NVDIMM. 70 (RO) Reports the health bitmap inject bitmap that is applied to 73 used to simulate various health or shutdown states for an nvdimm
|
/linux-6.1.9/Documentation/hwmon/ |
D | userspace-tools.rst | 7 Most mainboards have sensor chips to monitor system health (like temperatures, 18 Core set of utilities that will allow you to obtain health information, 39 If you want some graphical indicators of system health look for applications
|
/linux-6.1.9/Documentation/networking/device_drivers/ethernet/marvell/ |
D | octeontx2.rst | 15 - `Devlink health reporters`_ 162 Devlink health reporters 189 ~# devlink health 208 ~# devlink health dump show pci/0002:01:00.0 reporter hw_npa_gen 212 ~# devlink health dump show pci/0002:01:00.0 reporter hw_npa_intr 216 ~# devlink health dump show pci/0002:01:00.0 reporter hw_npa_err 251 ~# ./devlink health 278 ~# devlink health dump show pci/0002:01:00.0 reporter hw_nix_intr 282 ~# devlink health dump show pci/0002:01:00.0 reporter hw_nix_gen 286 ~# devlink health dump show pci/0002:01:00.0 reporter hw_nix_err
|
/linux-6.1.9/drivers/platform/x86/ |
D | mlx-platform.c | 618 .health = false, 627 .health = false, 636 .health = false, 645 .health = true, 657 .health = false, 666 .health = false, 675 .health = false, 684 .health = true, 706 .health = false, 715 .health = false, [all …]
|
/linux-6.1.9/Documentation/powerpc/ |
D | papr_hcalls.rst | 223 | Out: *health-bitmap (r4), health-bit-valid-bitmap (r5)* 226 Given a DRC Index return the info on predictive failure and overall health of 227 the PMEM device. The asserted bits in the health-bitmap indicate one or more states 228 (described in table below) of the PMEM device and health-bit-valid-bitmap indicate 229 which bits in health-bitmap are valid. The bits are reported in 255 | 06 | PMEM device contents cannot persist due to current platform health |
|