/linux/drivers/md/dm-vdo/ |
H A D | errors.c | 265 * @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 D | errors.h | 69 int uds_register_error_block(const char *block_name, int first_error,
|
/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()
|
/linux/drivers/pci/pcie/ |
H A 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()
|
H A D | aer.c | 818 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 D | trace.h | 58 __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 D | i915_gpu_error.c | 2074 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(>->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 D | i915_gpu_error.h | 222 struct i915_gpu_coredump *first_error; member
|
/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 | 1231 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 D | dfl-afu-error.c | 160 static DEVICE_ATTR_RO(first_error);
|
H A D | dfl-fme-error.c | 265 static DEVICE_ATTR_RO(first_error);
|
/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
|
/linux/drivers/md/dm-vdo/indexer/ |
H A 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/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()
|
/linux/drivers/pci/ |
H A D | pci.h | 623 unsigned int first_error:5; member
|