Searched refs:pipeline_fwd_event (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/app/test-eventdev/ |
| H A D | test_pipeline_queue.c | 36 pipeline_fwd_event(&ev, RTE_SCHED_TYPE_ATOMIC); in pipeline_queue_worker_single_stage_tx() 60 pipeline_fwd_event(&ev, RTE_SCHED_TYPE_ATOMIC); in pipeline_queue_worker_single_stage_fwd() 90 pipeline_fwd_event(&ev[i], in pipeline_queue_worker_single_stage_burst_tx() 120 pipeline_fwd_event(&ev[i], RTE_SCHED_TYPE_ATOMIC); in pipeline_queue_worker_single_stage_burst_fwd() 154 pipeline_fwd_event(&ev, cq_id != last_queue ? in pipeline_queue_worker_multi_stage_tx() 182 pipeline_fwd_event(&ev, RTE_SCHED_TYPE_ATOMIC); in pipeline_queue_worker_multi_stage_fwd() 186 pipeline_fwd_event(&ev, sched_type_list[cq_id]); in pipeline_queue_worker_multi_stage_fwd() 222 pipeline_fwd_event(&ev[i], cq_id != last_queue ? in pipeline_queue_worker_multi_stage_burst_tx() 255 pipeline_fwd_event(&ev[i], in pipeline_queue_worker_multi_stage_burst_fwd() 260 pipeline_fwd_event(&ev[i], in pipeline_queue_worker_multi_stage_burst_fwd()
|
| H A D | test_pipeline_atq.c | 53 pipeline_fwd_event(&ev, RTE_SCHED_TYPE_ATOMIC); in pipeline_atq_worker_single_stage_fwd() 106 pipeline_fwd_event(&ev[i], RTE_SCHED_TYPE_ATOMIC); in pipeline_atq_worker_single_stage_burst_fwd() 138 pipeline_fwd_event(&ev, sched_type_list[cq_id]); in pipeline_atq_worker_multi_stage_tx() 163 pipeline_fwd_event(&ev, RTE_SCHED_TYPE_ATOMIC); in pipeline_atq_worker_multi_stage_fwd() 167 pipeline_fwd_event(&ev, sched_type_list[cq_id]); in pipeline_atq_worker_multi_stage_fwd() 202 pipeline_fwd_event(&ev[i], sched_type_list[cq_id]); in pipeline_atq_worker_multi_stage_burst_tx() 233 pipeline_fwd_event(&ev[i], in pipeline_atq_worker_multi_stage_burst_fwd() 237 pipeline_fwd_event(&ev[i], in pipeline_atq_worker_multi_stage_burst_fwd()
|
| H A D | test_pipeline_common.h | 97 pipeline_fwd_event(struct rte_event *ev, uint8_t sched) in pipeline_fwd_event() function
|