Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/pci/pcie/
Ddpc.c188 u16 cap = pdev->dpc_cap, dpc_status, first_error; in dpc_process_rp_pio_error() local
205 first_error = (dpc_status & 0x1f00) >> 8; in dpc_process_rp_pio_error()
210 first_error == i ? " (First)" : ""); in dpc_process_rp_pio_error()
Daer.c695 info->first_error == i ? " (First)" : ""); in __aer_print_error()
786 info.first_error = PCI_ERR_CAP_FEP(aer->cap_control); in cper_print_aer()
1084 info->first_error = PCI_ERR_CAP_FEP(temp); in aer_get_device_error_info()
/Linux-v6.6/drivers/firmware/
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()
/Linux-v6.6/drivers/staging/vme_user/
Dvme_bridge.h85 unsigned long long first_error; /* Address of the first error */ member
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()
Dvme.c1256 handler->first_error = address; in vme_bus_error_handler()
1283 handler->first_error = 0; in vme_register_error_handler()
/Linux-v6.6/drivers/gpu/drm/i915/
Di915_gpu_error.c2088 error = READ_ONCE(i915->gpu_error.first_error); in __i915_gpu_coredump()
2159 cmpxchg(&i915->gpu_error.first_error, NULL, error)) in i915_error_state_store()
2194 cmpxchg(&gt->i915->gpu_error.first_error, NULL, error); in i915_capture_error_state()
2208 error = i915->gpu_error.first_error; in i915_first_error_state()
2221 error = i915->gpu_error.first_error; in i915_reset_error_state()
2223 i915->gpu_error.first_error = NULL; in i915_reset_error_state()
2233 if (!i915->gpu_error.first_error) in i915_disable_error_state()
2234 i915->gpu_error.first_error = ERR_PTR(err); in i915_disable_error_state()
2259 error = READ_ONCE(i915->gpu_error.first_error); in intel_klog_error_capture()
Di915_gpu_error.h227 struct i915_gpu_coredump *first_error; member
/Linux-v6.6/drivers/cxl/core/
Dtrace.h59 __field(u32, first_error)
67 __entry->first_error = fe;
77 show_uc_errs(__entry->first_error)
/Linux-v6.6/drivers/fpga/
Ddfl-afu-error.c161 static DEVICE_ATTR_RO(first_error);
Ddfl-fme-error.c263 static DEVICE_ATTR_RO(first_error);
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-platform-dfl-port89 What: /sys/bus/platform/devices/dfl-port.0/errors/first_error
Dsysfs-platform-dfl-fme96 What: /sys/bus/platform/devices/dfl-fme.0/errors/first_error
/Linux-v6.6/drivers/pci/
Dpci.h401 unsigned int first_error:5; member
/Linux-v6.6/drivers/gpu/drm/i915/gt/
Dselftest_hangcheck.c1857 error = xchg(&global->first_error, (void *)-1); in igt_handle_error()
1861 xchg(&global->first_error, error); in igt_handle_error()