Home
last modified time | relevance | path

Searched refs:first_error (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/drivers/pci/pcie/
H A Ddpc.c189 u16 cap = pdev->dpc_cap, dpc_status, first_error; in dpc_process_rp_pio_error() local
206 first_error = FIELD_GET(PCI_EXP_DPC_RP_PIO_FEP, dpc_status); in dpc_process_rp_pio_error()
211 first_error == i ? " (First)" : ""); in dpc_process_rp_pio_error()
H A Daer.c696 info->first_error == i ? " (First)" : ""); in __aer_print_error()
787 info.first_error = PCI_ERR_CAP_FEP(aer->cap_control); in cper_print_aer()
1099 info->first_error = PCI_ERR_CAP_FEP(temp); in aer_get_device_error_info()
/openbmc/linux/drivers/firmware/
H A Darm_sdei.c79 int first_error; member
85 arg.first_error = 0; \
97 return arg.first_error; in sdei_do_local_call()
108 return arg.first_error; in sdei_do_cross_call()
115 arg->first_error = err; in sdei_cross_call_return()
/openbmc/linux/drivers/staging/vme_user/
H A Dvme_bridge.h85 unsigned long long first_error; /* Address of the first error */ member
H A Dvme_tsi148.c1232 handler->first_error); in tsi148_master_read()
1233 retval = handler->first_error - (vme_base + offset); in tsi148_master_read()
1329 handler->first_error); in tsi148_master_write()
1330 retval = handler->first_error - (vme_base + offset); in tsi148_master_write()
H A Dvme.c1256 handler->first_error = address; in vme_bus_error_handler()
1283 handler->first_error = 0; in vme_register_error_handler()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_gpu_error.c2100 error = READ_ONCE(i915->gpu_error.first_error); in __i915_gpu_coredump()
2171 cmpxchg(&i915->gpu_error.first_error, NULL, error)) in i915_error_state_store()
2206 cmpxchg(&gt->i915->gpu_error.first_error, NULL, error); in i915_capture_error_state()
2220 error = i915->gpu_error.first_error; in i915_first_error_state()
2233 error = i915->gpu_error.first_error; in i915_reset_error_state()
2235 i915->gpu_error.first_error = NULL; in i915_reset_error_state()
2245 if (!i915->gpu_error.first_error) in i915_disable_error_state()
2246 i915->gpu_error.first_error = ERR_PTR(err); in i915_disable_error_state()
2271 error = READ_ONCE(i915->gpu_error.first_error); in intel_klog_error_capture()
H A Di915_gpu_error.h228 struct i915_gpu_coredump *first_error; member
/openbmc/linux/drivers/cxl/core/
H A Dtrace.h59 __field(u32, first_error)
67 __entry->first_error = fe;
77 show_uc_errs(__entry->first_error)
/openbmc/qemu/include/hw/xen/interface/hvm/
H A Dhvm_op.h37 int32_t first_error; /* Should be set to 0. */ member
/openbmc/linux/drivers/fpga/
H A Ddfl-afu-error.c161 static DEVICE_ATTR_RO(first_error);
H A Ddfl-fme-error.c263 static DEVICE_ATTR_RO(first_error);
/openbmc/qemu/hw/pci/
H A Dpcie_aer.c723 uint32_t first_error = 1U << PCI_ERR_CAP_FEP(errcap); in pcie_aer_write_config() local
727 if (!(uncorsta & first_error)) { in pcie_aer_write_config()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-platform-dfl-port89 What: /sys/bus/platform/devices/dfl-port.0/errors/first_error
H A Dsysfs-platform-dfl-fme96 What: /sys/bus/platform/devices/dfl-fme.0/errors/first_error
/openbmc/qemu/tests/unit/
H A Dtest-char.c668 static bool first_error; in char_socket_event_with_error() local
674 if (!first_error) { in char_socket_event_with_error()
675 first_error = true; in char_socket_event_with_error()
/openbmc/linux/drivers/pci/
H A Dpci.h400 unsigned int first_error:5; member
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_hangcheck.c1857 error = xchg(&global->first_error, (void *)-1); in igt_handle_error()
1861 xchg(&global->first_error, error); in igt_handle_error()