Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/dm-vdo/
Derrors.c270 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()
Derrors.h69 int uds_register_error_block(const char *block_name, int first_error,
/linux-6.12.1/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-6.12.1/drivers/pci/pcie/
Ddpc.c192 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()
Daer.c695 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/
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.c1217 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/
Dtrace.h59 __field(u32, first_error)
67 __entry->first_error = fe;
77 show_uc_errs(__entry->first_error)
/linux-6.12.1/drivers/gpu/drm/i915/
Di915_gpu_error.c2103 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(&gt->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()
Di915_gpu_error.h230 struct i915_gpu_coredump *first_error; member
/linux-6.12.1/drivers/fpga/
Ddfl-afu-error.c161 static DEVICE_ATTR_RO(first_error);
Ddfl-fme-error.c263 static DEVICE_ATTR_RO(first_error);
/linux-6.12.1/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-6.12.1/drivers/md/dm-vdo/indexer/
Ddelta-index.c1171 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/
Dselftest_hangcheck.c1857 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/
Dpci.h498 unsigned int first_error:5; member