Searched refs:error_reason (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_debug.h75 uint64_t error_reason);
H A Dkfd_debug.c257 uint64_t error_reason)
259 if (error_reason & KFD_EC_MASK(EC_DEVICE_MEMORY_VIOLATION)) {
279 error_reason &= ~KFD_EC_MASK(EC_DEVICE_MEMORY_VIOLATION);
282 if (error_reason & (KFD_EC_MASK(EC_PROCESS_RUNTIME))) {
288 error_reason &= ~KFD_EC_MASK(EC_PROCESS_RUNTIME);
291 if (error_reason)
292 return kfd_send_exception_to_runtime(p, queue_id, error_reason);
254 kfd_dbg_send_exception_to_runtime(struct kfd_process *p, unsigned int dev_id, unsigned int queue_id, uint64_t error_reason) argument
H A Dkfd_process.c2142 uint64_t error_reason;
2177 cur_err |= workarea->error_reason;
2190 uint64_t error_reason)
2198 worker.error_reason = error_reason;
2141 uint64_t error_reason; member in struct:send_exception_work_handler_workarea
2187 kfd_send_exception_to_runtime(struct kfd_process *p, unsigned int queue_id, uint64_t error_reason) argument
H A Dkfd_priv.h1483 uint64_t error_reason);
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbfa_defs_cna.h178 u8 error_reason; member in struct:bfa_cee_attr
/linux-master/drivers/media/platform/chips-media/wave5/
H A Dwave5-vpuapi.h630 u32 error_reason; /* error reason of the currently encoded picture */ member in struct:enc_output_info
H A Dwave5-hw.c2145 result->error_reason = vpu_read_reg(inst->dev, W5_RET_ENC_ERR_INFO);
H A Dwave5-vpu-enc.c260 __func__, ret, enc_output_info.error_reason, enc_output_info.warn_info);
/linux-master/drivers/scsi/bfa/
H A Dbfa_defs_svc.h1374 u8 error_reason; member in struct:bfa_cee_attr_s
/linux-master/drivers/net/fddi/
H A Ddefxx.h702 PI_UINT32 error_reason; member in struct:__anon652

Completed in 156 milliseconds