Home
last modified time | relevance | path

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

/linux/drivers/md/dm-vdo/
H A Derrors.c265 * @first_error: the first error code in the block
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()
H A Derrors.h69 int uds_register_error_block(const char *block_name, int first_error,
/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()
/linux/drivers/pci/pcie/
H A 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()
H A Daer.c818 info->first_error == i ? " (First)" : ""); in __aer_print_error()
902 .first_error = PCI_ERR_CAP_FEP(aer->cap_control), in pci_print_aer()
1402 info->first_error = PCI_ERR_CAP_FEP(aercc); in aer_get_device_error_info()
/linux/drivers/cxl/core/
H A Dtrace.h58 __field(u32, first_error)
65 __entry->first_error = fe;
72 TP_printk("device=%s host=%s status: '%s' first_error: '%s'",
75 show_uc_errs(__entry->first_error)
87 __field(u32, first_error)
95 __entry->first_error = fe;
102 TP_printk("memdev=%s host=%s serial=%lld: status: '%s' first_error: '%s'",
105 show_uc_errs(__entry->first_error)
/linux/drivers/gpu/drm/i915/
H A Di915_gpu_error.c2074 error = READ_ONCE(i915->gpu_error.first_error); in __i915_gpu_coredump()
2144 cmpxchg(&i915->gpu_error.first_error, NULL, error)) in i915_error_state_store()
2171 cmpxchg(&gt->i915->gpu_error.first_error, NULL, error); in i915_capture_error_state()
2185 error = i915->gpu_error.first_error; in i915_first_error_state()
2198 error = i915->gpu_error.first_error; in i915_reset_error_state()
2200 i915->gpu_error.first_error = NULL; in i915_reset_error_state()
2210 if (!i915->gpu_error.first_error) in i915_disable_error_state()
2211 i915->gpu_error.first_error = ERR_PTR(err); in i915_disable_error_state()
2236 error = READ_ONCE(i915->gpu_error.first_error); in intel_klog_error_capture()
H A Di915_gpu_error.h222 struct i915_gpu_coredump *first_error; member
/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.c1231 handler->first_error); in tsi148_master_read()
1232 retval = handler->first_error - (vme_base + offset); in tsi148_master_read()
1328 handler->first_error); in tsi148_master_write()
1329 retval = handler->first_error - (vme_base + offset); in tsi148_master_write()
/linux/drivers/fpga/
H A Ddfl-afu-error.c160 static DEVICE_ATTR_RO(first_error);
H A Ddfl-fme-error.c265 static DEVICE_ATTR_RO(first_error);
/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
/linux/drivers/md/dm-vdo/indexer/
H A 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/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()
/linux/drivers/pci/
H A Dpci.h623 unsigned int first_error:5; member