Home
last modified time | relevance | path

Searched refs:enable_queue_priorities (Results 1 – 4 of 4) sorted by relevance

/dpdk/examples/eventdev_pipeline/
H A Dmain.c209 cdata.enable_queue_priorities = 1; in parse_app_args()
377 printf("\tQueue-prio: %u\n", cdata.enable_queue_priorities); in main()
H A Dpipeline_common.h69 int enable_queue_priorities; member
H A Dpipeline_worker_generic.c205 if (cdata.enable_queue_priorities) { in setup_eventdev_generic()
H A Dpipeline_worker_tx.c535 if (cdata.enable_queue_priorities) { in setup_eventdev_worker_tx_enq()