Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_algs.c102 struct otx2_cpt_inst_info *inst_info = arg2; in otx2_cpt_aead_callback() local
107 if (inst_info) { in otx2_cpt_aead_callback()
108 cpt_req = inst_info->req; in otx2_cpt_aead_callback()
120 pdev = inst_info->pdev; in otx2_cpt_aead_callback()
121 otx2_cpt_info_destroy(pdev, inst_info); in otx2_cpt_aead_callback()
163 struct otx2_cpt_inst_info *inst_info = arg2; in otx2_cpt_skcipher_callback() local
170 if (inst_info) { in otx2_cpt_skcipher_callback()
171 pdev = inst_info->pdev; in otx2_cpt_skcipher_callback()
172 otx2_cpt_info_destroy(pdev, inst_info); in otx2_cpt_skcipher_callback()