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
/linux/arch/x86/kvm/vmx/
H A Dtdx.c2819 ret = __tdx_td_init(kvm, td_params, &cmd->hw_error); in tdx_td_init()
2884 cmd->hw_error = tdh_mr_finalize(&kvm_tdx->td); in tdx_td_finalize()
2885 if (tdx_operand_busy(cmd->hw_error)) in tdx_td_finalize()
2887 if (TDX_BUG_ON(cmd->hw_error, TDH_MR_FINALIZE, kvm)) in tdx_td_finalize()
2906 if (cmd->hw_error) in tdx_get_cmd()
/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h1004 __u64 hw_error; member
/linux/drivers/bluetooth/
H A Dhci_qca.c2037 hu->hdev->hw_error = qca_hw_error; in qca_setup()
2299 hu->hdev->hw_error = NULL; in qca_hci_shutdown()
H A Dbtnxpuart.c1903 hdev->hw_error = nxp_hw_err; in nxp_serdev_probe()
H A Dbtintel_pcie.c2952 hdev->hw_error = btintel_pcie_hw_error; in btintel_pcie_setup_hdev()
H A Dbtintel.c3947 hdev->hw_error = btintel_hw_error; in btintel_configure_setup()
H A Dbtusb.c4369 hdev->hw_error = btusb_rtl_hw_error; in btusb_probe()
/linux/net/bluetooth/
H A Dhci_core.c993 if (hdev->hw_error) in hci_error_reset()
994 hdev->hw_error(hdev, hdev->hw_error_code); in hci_error_reset()
/linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/
H A Drx.c2477 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