Home
last modified time | relevance | path

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

/linux/Documentation/virt/kvm/x86/
H A Dintel-tdx.rst60 __u64 hw_error;
75 - hw_error: must be 0
113 - hw_error: must be 0
151 - hw_error: must be 0
170 - hw_error: must be 0
193 - hw_error: must be 0
209 - hw_error: must be 0 (out)
/linux/drivers/scsi/megaraid/
H A Dmegaraid_mbox.h205 int hw_error; member
H A Dmegaraid_mbox.c2397 if (raid_dev->hw_error) { in megaraid_abort_handler()
2532 if (raid_dev->hw_error) { in megaraid_reset_handler()
2613 raid_dev->hw_error = 1; in megaraid_reset_handler()
/linux/arch/x86/kvm/vmx/
H A Dtdx.c2756 ret = __tdx_td_init(kvm, td_params, &cmd->hw_error); in tdx_td_init()
2821 cmd->hw_error = tdh_mr_finalize(&kvm_tdx->td); in tdx_td_finalize()
2822 if (tdx_operand_busy(cmd->hw_error)) in tdx_td_finalize()
2824 if (TDX_BUG_ON(cmd->hw_error, TDH_MR_FINALIZE, kvm)) in tdx_td_finalize()
2843 if (cmd->hw_error) in tdx_get_cmd()
/linux/arch/x86/include/uapi/asm/
H A Dkvm.h997 __u64 hw_error; member
/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h996 __u64 hw_error; member
/linux/drivers/bluetooth/
H A Dhci_qca.c1995 hu->hdev->hw_error = qca_hw_error; in qca_setup()
2240 hu->hdev->hw_error = NULL; in qca_power_off()
H A Dbtnxpuart.c1891 hdev->hw_error = nxp_hw_err; in nxp_serdev_probe()
H A Dbtintel_pcie.c2442 hdev->hw_error = btintel_pcie_hw_error; in btintel_pcie_setup_hdev()
H A Dbtusb.c4302 hdev->hw_error = btusb_rtl_hw_error; in btusb_probe()
/linux/net/bluetooth/
H A Dhci_core.c1029 if (hdev->hw_error) in hci_error_reset()
1030 hdev->hw_error(hdev, hdev->hw_error_code); in hci_error_reset()
/linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/
H A Drx.c2475 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