Searched refs:first_error (Results 1 - 16 of 16) sorted by relevance

/linux-master/drivers/md/dm-vdo/
H A Derrors.h69 int uds_register_error_block(const char *block_name, int first_error,
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, argument
278 .base = first_error,
279 .last = first_error + (info_size / sizeof(struct error_info)),
284 result = VDO_ASSERT(first_error < next_free_error,
301 if ((first_error < block->max) && (next_free_error > block->base))
/linux-master/drivers/pci/pcie/
H A Ddpc.c192 u16 cap = pdev->dpc_cap, dpc_status, first_error; local
210 first_error = FIELD_GET(PCI_EXP_DPC_RP_PIO_FEP, dpc_status);
215 first_error == i ? " (First)" : "");
H A Daer.c695 info->first_error == i ? " (First)" : "");
787 info.first_error = PCI_ERR_CAP_FEP(aer->cap_control);
1244 info->first_error = PCI_ERR_CAP_FEP(aercc);
/linux-master/drivers/staging/vme_user/
H A Dvme_bridge.h85 unsigned long long first_error; /* Address of the first error */ member in struct:vme_error_handler
H A Dvme_tsi148.c1232 handler->first_error);
1233 retval = handler->first_error - (vme_base + offset);
1329 handler->first_error);
1330 retval = handler->first_error - (vme_base + offset);
H A Dvme.c1225 handler->first_error = address;
1252 handler->first_error = 0;
/linux-master/drivers/firmware/
H A Darm_sdei.c79 int first_error; member in struct:sdei_crosscall_args
85 arg.first_error = 0; \
97 return arg.first_error;
108 return arg.first_error;
115 arg->first_error = err;
/linux-master/drivers/fpga/
H A Ddfl-afu-error.c161 static DEVICE_ATTR_RO(first_error);
H A Ddfl-fme-error.c263 static DEVICE_ATTR_RO(first_error);
/linux-master/drivers/gpu/drm/i915/
H A Di915_gpu_error.c2101 error = READ_ONCE(i915->gpu_error.first_error);
2172 cmpxchg(&i915->gpu_error.first_error, NULL, error))
2207 cmpxchg(&gt->i915->gpu_error.first_error, NULL, error);
2221 error = i915->gpu_error.first_error;
2234 error = i915->gpu_error.first_error;
2236 i915->gpu_error.first_error = NULL;
2246 if (!i915->gpu_error.first_error)
2247 i915->gpu_error.first_error = ERR_PTR(err);
2272 error = READ_ONCE(i915->gpu_error.first_error);
H A Di915_gpu_error.h230 struct i915_gpu_coredump *first_error; member in struct:i915_gpu_error
/linux-master/drivers/cxl/core/
H A Dtrace.h59 __field(u32, first_error)
67 __entry->first_error = fe;
74 TP_printk("memdev=%s host=%s serial=%lld: status: '%s' first_error: '%s'",
77 show_uc_errs(__entry->first_error)
/linux-master/drivers/md/dm-vdo/indexer/
H A Ddelta-index.c1171 int first_error = UDS_SUCCESS; local
1181 if ((result != UDS_SUCCESS) && (first_error == UDS_SUCCESS))
1182 first_error = result;
1187 return first_error;
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_hangcheck.c1857 error = xchg(&global->first_error, (void *)-1);
1861 xchg(&global->first_error, error);
/linux-master/drivers/pci/
H A Dpci.h409 unsigned int first_error:5; member in struct:aer_err_info

Completed in 276 milliseconds