Home
last modified time | relevance | path

Searched refs:cq_id (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/app/test-eventdev/
H A Dtest_pipeline_atq.c129 cq_id = ev.sub_event_type % nb_stages; in pipeline_atq_worker_multi_stage_tx()
131 if (cq_id == last_queue) { in pipeline_atq_worker_multi_stage_tx()
138 pipeline_fwd_event(&ev, sched_type_list[cq_id]); in pipeline_atq_worker_multi_stage_tx()
159 cq_id = ev.sub_event_type % nb_stages; in pipeline_atq_worker_multi_stage_fwd()
161 if (cq_id == last_queue) { in pipeline_atq_worker_multi_stage_fwd()
167 pipeline_fwd_event(&ev, sched_type_list[cq_id]); in pipeline_atq_worker_multi_stage_fwd()
192 cq_id = ev[i].sub_event_type % nb_stages; in pipeline_atq_worker_multi_stage_burst_tx()
194 if (cq_id == last_queue) { in pipeline_atq_worker_multi_stage_burst_tx()
228 cq_id = ev[i].sub_event_type % nb_stages; in pipeline_atq_worker_multi_stage_burst_fwd()
230 if (cq_id == last_queue) { in pipeline_atq_worker_multi_stage_burst_fwd()
[all …]
H A Dtest_pipeline_queue.c145 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()
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()
[all …]
H A Dtest_pipeline_common.h76 uint8_t cq_id; \
88 uint8_t cq_id; \
/f-stack/dpdk/examples/eventdev_pipeline/
H A Dpipeline_worker_tx.c232 const uint8_t cq_id = ev.queue_id % cdata.num_stages; in worker_do_tx() local
234 if (cq_id >= lst_qid) { in worker_do_tx()
242 ev.queue_id = (cq_id == lst_qid) ? in worker_do_tx()
280 const uint8_t cq_id = ev.sub_event_type % cdata.num_stages; in worker_do_tx_atq() local
282 if (cq_id == lst_qid) { in worker_do_tx_atq()
330 const uint8_t cq_id = ev[i].queue_id % cdata.num_stages; in worker_do_tx_burst() local
332 if (cq_id >= lst_qid) { in worker_do_tx_burst()
339 ev[i].queue_id = (cq_id == lst_qid) ? in worker_do_tx_burst()
386 const uint8_t cq_id = ev[i].sub_event_type % in worker_do_tx_burst_atq() local
389 if (cq_id == lst_qid) { in worker_do_tx_burst_atq()
/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev_scheduler.c189 uint32_t cq_id = qid->cq_map[0]; in sw_schedule_dir_to_cq() local
190 struct sw_port *port = &sw->ports[cq_id]; in sw_schedule_dir_to_cq()
193 uint32_t count_free = sw->cq_ring_space[cq_id]; in sw_schedule_dir_to_cq()
208 sw->cq_ring_space[cq_id] -= ret; in sw_schedule_dir_to_cq()
/f-stack/dpdk/drivers/common/octeontx2/hw/
H A Dotx2_nix.h1199 uint64_t cq_id : 20; member