Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/cavium/cpt/
H A Dcptvf_main.c35 struct cptvf_wqe_info *cwqe_info; in init_worker_threads() local
38 cwqe_info = kzalloc(sizeof(*cwqe_info), GFP_KERNEL); in init_worker_threads()
39 if (!cwqe_info) in init_worker_threads()
49 (u64)cwqe_info); in init_worker_threads()
50 cwqe_info->vq_wqe[i].qno = i; in init_worker_threads()
51 cwqe_info->vq_wqe[i].cptvf = cptvf; in init_worker_threads()
54 cptvf->wqe_info = cwqe_info; in init_worker_threads()
61 struct cptvf_wqe_info *cwqe_info; in cleanup_worker_threads() local
66 if (!cwqe_info) in cleanup_worker_threads()
75 tasklet_kill(&cwqe_info->vq_wqe[i].twork); in cleanup_worker_threads()
[all …]
/openbmc/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_main.c22 struct otx_cptvf_wqe_info *cwqe_info = in vq_work_handler() local
25 otx_cpt_post_process(&cwqe_info->vq_wqe[0]); in vq_work_handler()
31 struct otx_cptvf_wqe_info *cwqe_info; in init_worker_threads() local
34 cwqe_info = kzalloc(sizeof(*cwqe_info), GFP_KERNEL); in init_worker_threads()
35 if (!cwqe_info) in init_worker_threads()
45 (u64)cwqe_info); in init_worker_threads()
46 cwqe_info->vq_wqe[i].cptvf = cptvf; in init_worker_threads()
48 cptvf->wqe_info = cwqe_info; in init_worker_threads()
56 struct otx_cptvf_wqe_info *cwqe_info; in cleanup_worker_threads() local
60 if (!cwqe_info) in cleanup_worker_threads()
[all …]