Lines Matching refs:err_code
100 enum err_code { enum
161 tre->err_code = 0; in hidma_ll_request()
189 u8 err_code) in hidma_post_completed() argument
222 tre->err_code = err_code; in hidma_post_completed()
240 u32 err_info, err_code, evre_write_off; in hidma_handle_tre_completion() local
264 err_code = in hidma_handle_tre_completion()
267 if (hidma_post_completed(lldev, err_info, err_code)) in hidma_handle_tre_completion()
304 u8 err_code) in hidma_cleanup_pending_tre() argument
307 if (hidma_post_completed(lldev, err_info, err_code)) in hidma_cleanup_pending_tre()
537 tre->err_code = 0; in hidma_ll_queue_request()
839 u8 err_code; in hidma_ll_status() local
844 err_code = tre->err_code; in hidma_ll_status()
846 if (err_code & HIDMA_EVRE_STATUS_COMPLETE) in hidma_ll_status()
848 else if (err_code & HIDMA_EVRE_STATUS_ERROR) in hidma_ll_status()