Home
last modified time | relevance | path

Searched refs:hw_error (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/scsi/megaraid/
H A Dmegaraid_mbox.h205 int hw_error; member
H A Dmegaraid_mbox.c2400 if (raid_dev->hw_error) { in megaraid_abort_handler()
2535 if (raid_dev->hw_error) { in megaraid_reset_handler()
2616 raid_dev->hw_error = 1; in megaraid_reset_handler()
/linux/arch/x86/kvm/vmx/
H A Dtdx.c2755 ret = __tdx_td_init(kvm, td_params, &cmd->hw_error); in tdx_td_init()
2820 cmd->hw_error = tdh_mr_finalize(&kvm_tdx->td); in tdx_td_finalize()
2821 if (tdx_operand_busy(cmd->hw_error)) in tdx_td_finalize()
2823 if (TDX_BUG_ON(cmd->hw_error, TDH_MR_FINALIZE, kvm)) in tdx_td_finalize()
2842 if (cmd->hw_error) in tdx_get_cmd()
/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h997 __u64 hw_error; member
/linux/drivers/bluetooth/
H A Dhci_qca.c2029 hu->hdev->hw_error = qca_hw_error; in qca_setup()
2281 hu->hdev->hw_error = NULL; in qca_power_off()
H A Dbtintel_pcie.c2436 hdev->hw_error = btintel_pcie_hw_error; in btintel_pcie_setup_hdev()
H A Dbtintel.c3678 hdev->hw_error = btintel_hw_error; in btintel_configure_setup()
H A Dbtusb.c4309 hdev->hw_error = btusb_rtl_hw_error; in btusb_probe()
/linux/net/bluetooth/
H A Dhci_core.c1030 if (hdev->hw_error) in hci_error_reset()
1031 hdev->hw_error(hdev, hdev->hw_error_code); in hci_error_reset()
/linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/
H A Drx.c2472 trans->dbg.hw_error = true; in iwl_pcie_irq_msix_handler()
/linux/include/net/bluetooth/
H A Dhci_core.h652 void (*hw_error)(struct hci_dev *hdev, u8 code); member