Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/marvell/octeontx2/
Dotx2_cptvf_algs.c103 struct otx2_cpt_inst_info *inst_info = arg2; in otx2_cpt_aead_callback() local
108 if (inst_info) { in otx2_cpt_aead_callback()
109 cpt_req = inst_info->req; in otx2_cpt_aead_callback()
121 pdev = inst_info->pdev; in otx2_cpt_aead_callback()
122 otx2_cpt_info_destroy(pdev, inst_info); in otx2_cpt_aead_callback()
164 struct otx2_cpt_inst_info *inst_info = arg2; in otx2_cpt_skcipher_callback() local
171 if (inst_info) { in otx2_cpt_skcipher_callback()
172 pdev = inst_info->pdev; in otx2_cpt_skcipher_callback()
173 otx2_cpt_info_destroy(pdev, inst_info); in otx2_cpt_skcipher_callback()