Home
last modified time | relevance | path

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

/linux/drivers/crypto/marvell/octeontx/
A Dotx_cptvf_reqmgr.c430 struct otx_cpt_info_buffer *cpt_info, in cpt_process_ccode() argument
459 if (time_after_eq(jiffies, cpt_info->time_in + 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()
559 cpt_info->pdev = pdev; in process_pending_queue()
583 callback(-EINPROGRESS, areq, cpt_info); in process_pending_queue()
[all …]
A Dotx_cptvf_algs.c117 struct otx_cpt_info_buffer *cpt_info = arg2; in otx_cpt_aead_callback() local
122 if (!cpt_info) in otx_cpt_aead_callback()
125 cpt_req = cpt_info->req; in otx_cpt_aead_callback()
136 pdev = cpt_info->pdev; in otx_cpt_aead_callback()
137 do_request_cleanup(pdev, cpt_info); in otx_cpt_aead_callback()
180 struct otx_cpt_info_buffer *cpt_info = arg2; in otx_cpt_skcipher_callback() local
187 if (cpt_info) { in otx_cpt_skcipher_callback()
188 pdev = cpt_info->pdev; in otx_cpt_skcipher_callback()
189 do_request_cleanup(pdev, cpt_info); in otx_cpt_skcipher_callback()

Completed in 13 milliseconds