Lines Matching refs:cpt_info
430 struct otx_cpt_info_buffer *cpt_info, in cpt_process_ccode() argument
436 ecode.u = be64_to_cpup((__be64 *)cpt_info->out_buffer); in cpt_process_ccode()
459 if (time_after_eq(jiffies, cpt_info->time_in + in cpt_process_ccode()
462 else if (cpt_info->extra_time < OTX_CPT_TIME_IN_RESET_COUNT) { in cpt_process_ccode()
463 cpt_info->time_in = jiffies; in cpt_process_ccode()
464 cpt_info->extra_time++; in cpt_process_ccode()
510 struct otx_cpt_info_buffer *cpt_info = NULL; in process_pending_queue() local
536 cpt_info = pentry->info; in process_pending_queue()
537 if (unlikely(!cpt_info)) { in process_pending_queue()
542 req = cpt_info->req; in process_pending_queue()
554 if (cpt_process_ccode(pdev, cpt_status, cpt_info, req, in process_pending_queue()
559 cpt_info->pdev = pdev; in process_pending_queue()
583 callback(-EINPROGRESS, areq, cpt_info); in process_pending_queue()
602 callback(res_code, areq, cpt_info); in process_pending_queue()