Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/crypto/marvell/octeontx2/
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()
Dotx2_cptlf.h77 struct otx2_cptlf_wqe { struct
95 struct otx2_cptlf_wqe *wqe; /* Tasklet work info */ argument
Dotx2_cpt_reqmgr.h489 struct otx2_cptlf_wqe;
492 void otx2_cpt_post_process(struct otx2_cptlf_wqe *wqe);
Dotx2_cptvf_reqmgr.c387 void otx2_cpt_post_process(struct otx2_cptlf_wqe *wqe) in otx2_cpt_post_process()