Lines Matching refs:cq_id
145 cq_id = ev.queue_id % nb_stages; in pipeline_queue_worker_multi_stage_tx()
154 pipeline_fwd_event(&ev, cq_id != last_queue ? in pipeline_queue_worker_multi_stage_tx()
155 sched_type_list[cq_id] : in pipeline_queue_worker_multi_stage_tx()
177 cq_id = ev.queue_id % nb_stages; in pipeline_queue_worker_multi_stage_fwd()
179 if (cq_id == last_queue) { in pipeline_queue_worker_multi_stage_fwd()
186 pipeline_fwd_event(&ev, sched_type_list[cq_id]); in pipeline_queue_worker_multi_stage_fwd()
212 cq_id = ev[i].queue_id % nb_stages; in pipeline_queue_worker_multi_stage_burst_tx()
222 pipeline_fwd_event(&ev[i], cq_id != last_queue ? in pipeline_queue_worker_multi_stage_burst_tx()
223 sched_type_list[cq_id] : in pipeline_queue_worker_multi_stage_burst_tx()
250 cq_id = ev[i].queue_id % nb_stages; in pipeline_queue_worker_multi_stage_burst_fwd()
252 if (cq_id == last_queue) { in pipeline_queue_worker_multi_stage_burst_fwd()
261 sched_type_list[cq_id]); in pipeline_queue_worker_multi_stage_burst_fwd()