| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_hw_error.c | 35 static const char *hw_error_to_str(const enum hardware_error hw_err) in hw_error_to_str() argument 37 switch (hw_err) { in hw_error_to_str() 65 static void csc_hw_error_handler(struct xe_tile *tile, const enum hardware_error hw_err) in csc_hw_error_handler() argument 67 const char *hw_err_str = hw_error_to_str(hw_err); in csc_hw_error_handler() 100 static void hw_error_source_handler(struct xe_tile *tile, const enum hardware_error hw_err) in hw_error_source_handler() argument 102 const char *hw_err_str = hw_error_to_str(hw_err); in hw_error_source_handler() 111 err_src = xe_mmio_read32(&tile->mmio, DEV_ERR_STAT_REG(hw_err)); in hw_error_source_handler() 119 csc_hw_error_handler(tile, hw_err); in hw_error_source_handler() 121 xe_mmio_write32(&tile->mmio, DEV_ERR_STAT_REG(hw_err), err_src); in hw_error_source_handler() 139 enum hardware_error hw_err; in xe_hw_error_irq_handler() local [all …]
|
| /linux/drivers/media/platform/st/sti/hva/ |
| H A D | hva-hw.c | 145 ctx->hw_err = false; in hva_hw_its_irq_thread() 150 ctx->hw_err = false; in hva_hw_its_irq_thread() 155 ctx->hw_err = false; in hva_hw_its_irq_thread() 160 ctx->hw_err = true; in hva_hw_its_irq_thread() 165 ctx->hw_err = true; in hva_hw_its_irq_thread() 170 ctx->hw_err = true; in hva_hw_its_irq_thread() 175 ctx->hw_err = true; in hva_hw_its_irq_thread() 180 ctx->hw_err = true; in hva_hw_its_irq_thread() 185 ctx->hw_err = true; in hva_hw_its_irq_thread() 190 ctx->hw_err = true; in hva_hw_its_irq_thread() [all …]
|
| H A D | hva.h | 268 bool hw_err; member
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_x550.c | 128 hw_err(hw, "port expander access failed with %d\n", status); in ixgbe_read_pe() 147 hw_err(hw, "port expander access failed with %d\n", status); in ixgbe_write_pe() 210 hw_err(hw, "CS4227 reset did not complete\n"); in ixgbe_reset_cs4227() 216 hw_err(hw, "CS4227 EEPROM did not load successfully\n"); in ixgbe_reset_cs4227() 237 hw_err(hw, "semaphore failed with %d\n", status); in ixgbe_check_cs4227() 258 hw_err(hw, "semaphore failed with %d\n", status); in ixgbe_check_cs4227() 266 hw_err(hw, "CS4227 reset failed: %d", status); in ixgbe_check_cs4227() 279 hw_err(hw, "semaphore failed with %d", status); in ixgbe_check_cs4227() 572 hw_err(hw, "rx_pause not valid in strict IEEE mode\n"); in ixgbe_setup_fw_link() 2864 hw_err(hw, "ixgbe_fc_rx_pause not valid in strict IEEE mode\n"); in ixgbe_setup_fc_x550em() [all …]
|
| H A D | ixgbe_common.h | 187 #define hw_err(hw, format, arg...) \ macro
|
| H A D | ixgbe_common.c | 2849 hw_err(hw, "eeprom read at offset %d failed\n", in ixgbe_get_san_mac_addr_offset() 2889 hw_err(hw, "eeprom read at offset %d failed\n", in ixgbe_get_san_mac_addr_generic() 3446 hw_err(hw, "eeprom read at offset %d failed\n", offset); in ixgbe_get_wwn_prefix_generic() 3455 hw_err(hw, "eeprom read at offset %d failed\n", offset); in ixgbe_get_wwn_prefix_generic() 4012 hw_err(hw, "eeprom read at offset %d failed\n", in ixgbe_init_thermal_sensor_thresh_generic()
|
| H A D | ixgbe_phy.c | 1500 hw_err(hw, "eeprom read at offset %d failed\n", data_offset); in ixgbe_reset_phy_nl() 2072 hw_err(hw, "eeprom read at %d failed\n", in ixgbe_get_sfp_init_sequence_offsets() 2116 hw_err(hw, "eeprom read at offset %d failed\n", *list_offset); in ixgbe_get_sfp_init_sequence_offsets()
|
| H A D | ixgbe_82599.c | 161 hw_err(hw, "eeprom read at offset %d failed\n", data_offset); in ixgbe_setup_sfp_modules_82599() 1917 hw_err(hw, "eeprom read at offset %d failed\n", offset); in ixgbe_verify_fw_version_82599()
|
| /linux/drivers/crypto/hisilicon/ |
| H A D | qm.c | 2713 struct qm_hw_err *err, *tmp, *hw_err; in qm_hw_err_isolate() local 2725 hw_err = kzalloc_obj(*hw_err); in qm_hw_err_isolate() 2726 if (!hw_err) in qm_hw_err_isolate() 2736 hw_err->timestamp = jiffies; in qm_hw_err_isolate() 2738 if ((hw_err->timestamp - err->timestamp) / HZ > in qm_hw_err_isolate() 2746 list_add(&hw_err->list, &isolate->qm_hw_errs); in qm_hw_err_isolate()
|
| /linux/drivers/accel/habanalabs/common/ |
| H A D | habanalabs_ioctl.c | 896 info = &hdev->captured_err_info.hw_err; in hw_err_info()
|
| H A D | device.c | 2806 struct hw_err_info *info = &hdev->captured_err_info.hw_err; in hl_capture_hw_err()
|
| H A D | habanalabs.h | 3198 struct hw_err_info hw_err; member
|
| /linux/net/bluetooth/ |
| H A D | hci_core.c | 2892 static const u8 hw_err[] = { HCI_EV_HARDWARE_ERROR, 0x01, 0x00 }; in hci_reset_dev() local 2900 skb_put_data(skb, hw_err, 3); in hci_reset_dev()
|