/openbmc/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 | 270 bool hw_err; member
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_x550.c | 126 hw_err(hw, "port expander access failed with %d\n", status); in ixgbe_read_pe() 145 hw_err(hw, "port expander access failed with %d\n", status); in ixgbe_write_pe() 208 hw_err(hw, "CS4227 reset did not complete\n"); in ixgbe_reset_cs4227() 214 hw_err(hw, "CS4227 EEPROM did not load successfully\n"); in ixgbe_reset_cs4227() 235 hw_err(hw, "semaphore failed with %d\n", status); in ixgbe_check_cs4227() 256 hw_err(hw, "semaphore failed with %d\n", status); in ixgbe_check_cs4227() 264 hw_err(hw, "CS4227 reset failed: %d", status); in ixgbe_check_cs4227() 277 hw_err(hw, "semaphore failed with %d", status); in ixgbe_check_cs4227() 570 hw_err(hw, "rx_pause not valid in strict IEEE mode\n"); in ixgbe_setup_fw_link() 2862 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 | 2836 hw_err(hw, "eeprom read at offset %d failed\n", in ixgbe_get_san_mac_addr_offset() 2876 hw_err(hw, "eeprom read at offset %d failed\n", in ixgbe_get_san_mac_addr_generic() 3428 hw_err(hw, "eeprom read at offset %d failed\n", offset); in ixgbe_get_wwn_prefix_generic() 3437 hw_err(hw, "eeprom read at offset %d failed\n", offset); in ixgbe_get_wwn_prefix_generic() 3994 hw_err(hw, "eeprom read at offset %d failed\n", in ixgbe_init_thermal_sensor_thresh_generic()
|
H A D | ixgbe_phy.c | 1499 hw_err(hw, "eeprom read at offset %d failed\n", data_offset); in ixgbe_reset_phy_nl() 2012 hw_err(hw, "eeprom read at %d failed\n", in ixgbe_get_sfp_init_sequence_offsets() 2056 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() 1906 hw_err(hw, "eeprom read at offset %d failed\n", offset); in ixgbe_verify_fw_version_82599()
|
/openbmc/linux/drivers/crypto/hisilicon/ |
H A D | qm.c | 2512 struct qm_hw_err *err, *tmp, *hw_err; in qm_hw_err_isolate() local 2524 hw_err = kzalloc(sizeof(*hw_err), GFP_KERNEL); in qm_hw_err_isolate() 2525 if (!hw_err) in qm_hw_err_isolate() 2535 hw_err->timestamp = jiffies; in qm_hw_err_isolate() 2537 if ((hw_err->timestamp - err->timestamp) / HZ > in qm_hw_err_isolate() 2545 list_add(&hw_err->list, &isolate->qm_hw_errs); in qm_hw_err_isolate()
|
/openbmc/linux/drivers/accel/habanalabs/common/ |
H A D | habanalabs_ioctl.c | 845 info = &hdev->captured_err_info.hw_err; in hw_err_info()
|
H A D | device.c | 2652 struct hw_err_info *info = &hdev->captured_err_info.hw_err; in hl_capture_hw_err()
|
H A D | habanalabs.h | 3073 struct hw_err_info hw_err; member
|
/openbmc/linux/net/bluetooth/ |
H A D | hci_core.c | 2853 static const u8 hw_err[] = { HCI_EV_HARDWARE_ERROR, 0x01, 0x00 }; in hci_reset_dev() local 2861 skb_put_data(skb, hw_err, 3); in hci_reset_dev()
|