Home
last modified time | relevance | path

Searched refs:p_conf (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/app/test-eventdev/
H A Dtest_pipeline_atq.c355 const struct rte_event_port_conf p_conf = { in pipeline_atq_eventdev_setup() local
363 nb_worker_queues, p_conf); in pipeline_atq_eventdev_setup()
366 p_conf); in pipeline_atq_eventdev_setup()
398 ret = pipeline_event_rx_adapter_setup(opt, 1, p_conf); in pipeline_atq_eventdev_setup()
401 ret = pipeline_event_tx_adapter_setup(opt, p_conf); in pipeline_atq_eventdev_setup()
H A Dtest_pipeline_queue.c378 const struct rte_event_port_conf p_conf = { in pipeline_queue_eventdev_setup() local
386 nb_worker_queues, p_conf); in pipeline_queue_eventdev_setup()
391 p_conf); in pipeline_queue_eventdev_setup()
410 ret = pipeline_event_rx_adapter_setup(opt, nb_stages + 1, p_conf); in pipeline_queue_eventdev_setup()
414 ret = pipeline_event_tx_adapter_setup(opt, p_conf); in pipeline_queue_eventdev_setup()
H A Dtest_order_common.c343 const struct rte_event_port_conf p_conf = { in order_event_dev_port_setup() local
357 ret = rte_event_port_setup(opt->dev_id, port, &p_conf); in order_event_dev_port_setup()
376 ret = rte_event_port_setup(opt->dev_id, port, &p_conf); in order_event_dev_port_setup()
H A Dtest_perf_atq.c203 const struct rte_event_port_conf p_conf = { in perf_atq_eventdev_setup() local
210 &p_conf); in perf_atq_eventdev_setup()
H A Dtest_perf_queue.c218 const struct rte_event_port_conf p_conf = { in perf_queue_eventdev_setup() local
225 nb_queues, &p_conf); in perf_queue_eventdev_setup()
H A Dtest_pipeline_common.c274 const struct rte_event_port_conf p_conf) in pipeline_event_port_setup() argument
290 ret = rte_event_port_setup(opt->dev_id, port, &p_conf); in pipeline_event_port_setup()
H A Dtest_pipeline_common.h164 const struct rte_event_port_conf p_conf);