Home
last modified time | relevance | path

Searched refs:cpt_info (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_reqmgr.c430 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()
[all …]
H A Dotx_cptvf_algs.c118 struct otx_cpt_info_buffer *cpt_info = arg2; in otx_cpt_aead_callback() local
123 if (!cpt_info) in otx_cpt_aead_callback()
126 cpt_req = cpt_info->req; in otx_cpt_aead_callback()
137 pdev = cpt_info->pdev; in otx_cpt_aead_callback()
138 do_request_cleanup(pdev, cpt_info); in otx_cpt_aead_callback()
181 struct otx_cpt_info_buffer *cpt_info = arg2; in otx_cpt_skcipher_callback() local
188 if (cpt_info) { in otx_cpt_skcipher_callback()
189 pdev = cpt_info->pdev; in otx_cpt_skcipher_callback()
190 do_request_cleanup(pdev, cpt_info); in otx_cpt_skcipher_callback()