Lines Matching defs:error_code
92 * @param [in] error_code The error code in the descriptor status word
94 static inline void hw_handle_jmp_halt_cond_err(union hw_error_code error_code)
96 ERROR("JMP %x\n", error_code.error_desc.jmp_halt_cond_src.jmp);
98 error_code.error_desc.jmp_halt_cond_src.desc_idx);
99 ERROR(" Condition %x\n", error_code.error_desc.jmp_halt_cond_src.cond);
103 * @param [in] error_code The error code in the descriptor status word
105 static inline void hw_handle_deco_err(union hw_error_code error_code)
107 ERROR("JMP %x\n", error_code.error_desc.deco_src.jmp);
109 error_code.error_desc.deco_src.desc_idx);
111 switch (error_code.error_desc.deco_src.desc_err) {
117 error_code.error_desc.deco_src.desc_err);
123 * @param [in] error_code The error code in the descriptor status word
125 static inline void hw_handle_jmp_halt_user_err(union hw_error_code error_code)
131 * @param [in] error_code The error code in the descriptor status word
139 * @param [in] error_code The error code in the descriptor status word
244 void hw_handle_job_ring_error(sec_job_ring_t *job_ring, uint32_t error_code)
248 hw_err_code.error = error_code;
389 uint32_t error_code, uint32_t *notified_descs)
396 VERBOSE("error code %x\n", error_code);