/linux-6.12.1/drivers/md/dm-vdo/ |
D | errors.c | 270 int uds_register_error_block(const char *block_name, int first_error, in uds_register_error_block() argument 278 .base = first_error, in uds_register_error_block() 279 .last = first_error + (info_size / sizeof(struct error_info)), in uds_register_error_block() 284 result = VDO_ASSERT(first_error < next_free_error, in uds_register_error_block() 301 if ((first_error < block->max) && (next_free_error > block->base)) in uds_register_error_block()
|
D | errors.h | 69 int uds_register_error_block(const char *block_name, int first_error,
|
/linux-6.12.1/drivers/firmware/ |
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()
|
/linux-6.12.1/drivers/pci/pcie/ |
D | dpc.c | 192 u16 cap = pdev->dpc_cap, dpc_status, first_error; in dpc_process_rp_pio_error() local 210 first_error = FIELD_GET(PCI_EXP_DPC_RP_PIO_FEP, dpc_status); in dpc_process_rp_pio_error() 215 first_error == i ? " (First)" : ""); in dpc_process_rp_pio_error()
|
D | aer.c | 695 info->first_error == i ? " (First)" : ""); in __aer_print_error() 787 info.first_error = PCI_ERR_CAP_FEP(aer->cap_control); in pci_print_aer() 1244 info->first_error = PCI_ERR_CAP_FEP(aercc); in aer_get_device_error_info()
|
/linux-6.12.1/drivers/staging/vme_user/ |
D | vme_bridge.h | 85 unsigned long long first_error; /* Address of the first error */ member
|
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()
|
D | vme.c | 1217 handler->first_error = address; in vme_bus_error_handler() 1244 handler->first_error = 0; in vme_register_error_handler()
|
/linux-6.12.1/drivers/cxl/core/ |
D | trace.h | 59 __field(u32, first_error) 67 __entry->first_error = fe; 77 show_uc_errs(__entry->first_error)
|
/linux-6.12.1/drivers/gpu/drm/i915/ |
D | i915_gpu_error.c | 2103 error = READ_ONCE(i915->gpu_error.first_error); in __i915_gpu_coredump() 2174 cmpxchg(&i915->gpu_error.first_error, NULL, error)) in i915_error_state_store() 2209 cmpxchg(>->i915->gpu_error.first_error, NULL, error); in i915_capture_error_state() 2223 error = i915->gpu_error.first_error; in i915_first_error_state() 2236 error = i915->gpu_error.first_error; in i915_reset_error_state() 2238 i915->gpu_error.first_error = NULL; in i915_reset_error_state() 2248 if (!i915->gpu_error.first_error) in i915_disable_error_state() 2249 i915->gpu_error.first_error = ERR_PTR(err); in i915_disable_error_state() 2274 error = READ_ONCE(i915->gpu_error.first_error); in intel_klog_error_capture()
|
D | i915_gpu_error.h | 230 struct i915_gpu_coredump *first_error; member
|
/linux-6.12.1/drivers/fpga/ |
D | dfl-afu-error.c | 161 static DEVICE_ATTR_RO(first_error);
|
D | dfl-fme-error.c | 263 static DEVICE_ATTR_RO(first_error);
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-platform-dfl-port | 89 What: /sys/bus/platform/devices/dfl-port.0/errors/first_error
|
D | sysfs-platform-dfl-fme | 96 What: /sys/bus/platform/devices/dfl-fme.0/errors/first_error
|
/linux-6.12.1/drivers/md/dm-vdo/indexer/ |
D | delta-index.c | 1171 int first_error = UDS_SUCCESS; in uds_finish_saving_delta_index() local 1181 if ((result != UDS_SUCCESS) && (first_error == UDS_SUCCESS)) in uds_finish_saving_delta_index() 1182 first_error = result; in uds_finish_saving_delta_index() 1187 return first_error; in uds_finish_saving_delta_index()
|
/linux-6.12.1/drivers/gpu/drm/i915/gt/ |
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()
|
/linux-6.12.1/drivers/pci/ |
D | pci.h | 498 unsigned int first_error:5; member
|