Searched refs:vq_wqe (Results 1 – 3 of 3) sorted by relevance
21 struct cptvf_wqe vq_wqe[CPT_NUM_QS_PER_VF]; member27 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()
66 struct otx_cptvf_wqe vq_wqe[OTX_CPT_NUM_QS_PER_VF]; member
25 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