Home
last modified time | relevance | path

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

/dpdk/drivers/event/octeontx/
H A Dssovf_evdev_selftest.c86 uint64_t dequeue_tmo_ticks; member
615 uint64_t dequeue_tmo_ticks; in launch_workers_and_wait() local
628 rte_rand() % 10000000/* 10ms */, &dequeue_tmo_ticks); in launch_workers_and_wait()
637 param[0].dequeue_tmo_ticks = dequeue_tmo_ticks; in launch_workers_and_wait()
650 param[port].dequeue_tmo_ticks = dequeue_tmo_ticks; in launch_workers_and_wait()
891 uint64_t dequeue_tmo_ticks = param->dequeue_tmo_ticks; in worker_flow_based_pipeline() local
895 dequeue_tmo_ticks); in worker_flow_based_pipeline()
1046 uint64_t dequeue_tmo_ticks = param->dequeue_tmo_ticks; in worker_group_based_pipeline() local
1050 dequeue_tmo_ticks); in worker_group_based_pipeline()
/dpdk/drivers/event/cnxk/
H A Dcnxk_eventdev_selftest.c85 uint64_t dequeue_tmo_ticks; member
597 uint64_t dequeue_tmo_ticks; in launch_workers_and_wait() local
613 evdev, rte_rand() % 10000000 /* 10ms */, &dequeue_tmo_ticks); in launch_workers_and_wait()
622 param[0].dequeue_tmo_ticks = dequeue_tmo_ticks; in launch_workers_and_wait()
641 param[port].dequeue_tmo_ticks = dequeue_tmo_ticks; in launch_workers_and_wait()
891 uint64_t dequeue_tmo_ticks = param->dequeue_tmo_ticks; in worker_flow_based_pipeline() local
900 dequeue_tmo_ticks); in worker_flow_based_pipeline()
1047 uint64_t dequeue_tmo_ticks = param->dequeue_tmo_ticks; in worker_group_based_pipeline() local
1056 dequeue_tmo_ticks); in worker_group_based_pipeline()
/dpdk/drivers/event/dpaa2/
H A Ddpaa2_eventdev_selftest.c53 uint64_t dequeue_tmo_ticks; member
504 uint64_t dequeue_tmo_ticks; in launch_workers_and_wait() local
517 rte_rand() % 10000000/* 10ms */, &dequeue_tmo_ticks); in launch_workers_and_wait()
526 param[0].dequeue_tmo_ticks = dequeue_tmo_ticks; in launch_workers_and_wait()
539 param[port].dequeue_tmo_ticks = dequeue_tmo_ticks; in launch_workers_and_wait()