Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/crypto/cavium/cpt/
A Dcptvf_main.c21 struct cptvf_wqe vq_wqe[CPT_NUM_QS_PER_VF]; member
27 struct cptvf_wqe *cwqe = &cwqe_info->vq_wqe[0]; in vq_work_handler()
48 tasklet_init(&cwqe_info->vq_wqe[i].twork, vq_work_handler, 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()
75 tasklet_kill(&cwqe_info->vq_wqe[i].twork); in cleanup_worker_threads()
562 return &nwqe_info->vq_wqe[qno]; in get_cptvf_vq_wqe()
/linux-6.3-rc2/drivers/crypto/marvell/octeontx/
A Dotx_cptvf.h66 struct otx_cptvf_wqe vq_wqe[OTX_CPT_NUM_QS_PER_VF]; member
A Dotx_cptvf_main.c25 otx_cpt_post_process(&cwqe_info->vq_wqe[0]); in vq_work_handler()
44 tasklet_init(&cwqe_info->vq_wqe[i].twork, vq_work_handler, in init_worker_threads()
46 cwqe_info->vq_wqe[i].cptvf = cptvf; in init_worker_threads()
69 tasklet_kill(&cwqe_info->vq_wqe[i].twork); in cleanup_worker_threads()
545 return &nwqe_info->vq_wqe[qno]; in get_cptvf_vq_wqe()

Completed in 8 milliseconds