Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cpt_reqmgr.h191 struct otx2_cptlf_wqe;
194 void otx2_cpt_post_process(struct otx2_cptlf_wqe *wqe);
H A Dotx2_cptvf_main.c130 otx2_cpt_post_process((struct otx2_cptlf_wqe *) data); in cptlf_work_handler()
149 struct otx2_cptlf_wqe *wqe; in init_tasklet_work()
153 wqe = kzalloc(sizeof(struct otx2_cptlf_wqe), GFP_KERNEL); in init_tasklet_work()
H A Dotx2_cptlf.h76 struct otx2_cptlf_wqe { struct
94 struct otx2_cptlf_wqe *wqe; /* Tasklet work info */ argument
H A Dotx2_cptvf_reqmgr.c533 void otx2_cpt_post_process(struct otx2_cptlf_wqe *wqe) in otx2_cpt_post_process()