Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/pci/pcie/
Ddpc.c189 u16 cap = pdev->dpc_cap, dpc_status, first_error; in dpc_process_rp_pio_error() local
206 first_error = (dpc_status & 0x1f00) >> 8; in dpc_process_rp_pio_error()
211 first_error == i ? " (First)" : ""); in dpc_process_rp_pio_error()
Daer.c704 info->first_error == i ? " (First)" : ""); in __aer_print_error()
795 info.first_error = PCI_ERR_CAP_FEP(aer->cap_control); in cper_print_aer()
1088 info->first_error = PCI_ERR_CAP_FEP(temp); in aer_get_device_error_info()
/linux-6.1.9/drivers/firmware/
Darm_sdei.c77 int first_error; member
83 arg.first_error = 0; \
95 return arg.first_error; in sdei_do_local_call()
106 return arg.first_error; in sdei_do_cross_call()
113 arg->first_error = err; in sdei_cross_call_return()
/linux-6.1.9/drivers/staging/vme_user/
Dvme_bridge.h85 unsigned long long first_error; /* Address of the first error */ member
Dvme_tsi148.c1236 handler->first_error); in tsi148_master_read()
1237 retval = handler->first_error - (vme_base + offset); in tsi148_master_read()
1334 handler->first_error); in tsi148_master_write()
1335 retval = handler->first_error - (vme_base + offset); in tsi148_master_write()
Dvme.c1260 handler->first_error = address; in vme_bus_error_handler()
1288 handler->first_error = 0; in vme_register_error_handler()
/linux-6.1.9/drivers/gpu/drm/i915/
Di915_gpu_error.c2059 error = READ_ONCE(i915->gpu_error.first_error); in __i915_gpu_coredump()
2130 cmpxchg(&i915->gpu_error.first_error, NULL, error)) in i915_error_state_store()
2165 cmpxchg(&gt->i915->gpu_error.first_error, NULL, error); in i915_capture_error_state()
2179 error = i915->gpu_error.first_error; in i915_first_error_state()
2192 error = i915->gpu_error.first_error; in i915_reset_error_state()
2194 i915->gpu_error.first_error = NULL; in i915_reset_error_state()
2204 if (!i915->gpu_error.first_error) in i915_disable_error_state()
2205 i915->gpu_error.first_error = ERR_PTR(err); in i915_disable_error_state()
Di915_gpu_error.h223 struct i915_gpu_coredump *first_error; member
/linux-6.1.9/drivers/fpga/
Ddfl-afu-error.c161 static DEVICE_ATTR_RO(first_error);
Ddfl-fme-error.c263 static DEVICE_ATTR_RO(first_error);
/linux-6.1.9/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.1.9/drivers/pci/
Dpci.h398 unsigned int first_error:5; member
/linux-6.1.9/drivers/gpu/drm/i915/gt/
Dselftest_hangcheck.c1872 error = xchg(&global->first_error, (void *)-1); in igt_handle_error()
1876 xchg(&global->first_error, error); in igt_handle_error()
/linux-6.1.9/fs/btrfs/
Dextent_io.c3244 int first_error = 0; in extent_write_locked_range() local
3287 first_error = ret; in extent_write_locked_range()
3297 return first_error; in extent_write_locked_range()