Searched refs:cpt_info (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptvf_reqmgr.c | 430 struct otx_cpt_info_buffer *cpt_info, in cpt_process_ccode() 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 in process_pending_queue() 428 cpt_process_ccode(struct pci_dev *pdev, union otx_cpt_res_s *cpt_status, struct otx_cpt_info_buffer *cpt_info, struct otx_cpt_req_info *req, u32 *res_code) cpt_process_ccode() argument [all...] |
H A D | otx_cptvf_algs.c | 116 struct otx_cpt_info_buffer *cpt_info = arg2; in otx_cpt_aead_callback() local 121 if (!cpt_info) in otx_cpt_aead_callback() 124 cpt_req = cpt_info->req; in otx_cpt_aead_callback() 135 pdev = cpt_info->pdev; in otx_cpt_aead_callback() 136 do_request_cleanup(pdev, cpt_info); in otx_cpt_aead_callback() 179 struct otx_cpt_info_buffer *cpt_info = arg2; in otx_cpt_skcipher_callback() local 186 if (cpt_info) { in otx_cpt_skcipher_callback() 187 pdev = cpt_info->pdev; in otx_cpt_skcipher_callback() 188 do_request_cleanup(pdev, cpt_info); in otx_cpt_skcipher_callback()
|
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptvf_reqmgr.c | 430 struct otx_cpt_info_buffer *cpt_info, in cpt_process_ccode() 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 in process_pending_queue() 428 cpt_process_ccode(struct pci_dev *pdev, union otx_cpt_res_s *cpt_status, struct otx_cpt_info_buffer *cpt_info, struct otx_cpt_req_info *req, u32 *res_code) cpt_process_ccode() argument [all...] |
H A D | otx_cptvf_algs.c | 117 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 6 milliseconds