/openbmc/linux/drivers/pci/pcie/ |
H A D | dpc.c | 189 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 D | aer.c | 696 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 D | arm_sdei.c | 79 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 D | vme_bridge.h | 85 unsigned long long first_error; /* Address of the first error */ member
|
H A D | vme_tsi148.c | 1232 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 D | vme.c | 1256 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 D | i915_gpu_error.c | 2100 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(>->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 D | i915_gpu_error.h | 228 struct i915_gpu_coredump *first_error; member
|
/openbmc/linux/drivers/cxl/core/ |
H A D | trace.h | 59 __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 D | hvm_op.h | 37 int32_t first_error; /* Should be set to 0. */ member
|
/openbmc/linux/drivers/fpga/ |
H A D | dfl-afu-error.c | 161 static DEVICE_ATTR_RO(first_error);
|
H A D | dfl-fme-error.c | 263 static DEVICE_ATTR_RO(first_error);
|
/openbmc/qemu/hw/pci/ |
H A D | pcie_aer.c | 723 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 D | sysfs-platform-dfl-port | 89 What: /sys/bus/platform/devices/dfl-port.0/errors/first_error
|
H A D | sysfs-platform-dfl-fme | 96 What: /sys/bus/platform/devices/dfl-fme.0/errors/first_error
|
/openbmc/qemu/tests/unit/ |
H A D | test-char.c | 668 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 D | pci.h | 400 unsigned int first_error:5; member
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | selftest_hangcheck.c | 1857 error = xchg(&global->first_error, (void *)-1); in igt_handle_error() 1861 xchg(&global->first_error, error); in igt_handle_error()
|