Searched refs:p_conf (Results 1 – 7 of 7) sorted by relevance
| /dpdk/app/test-eventdev/ |
| H A D | test_order_common.c | 342 const struct rte_event_port_conf p_conf = { in order_event_dev_port_setup() local 356 ret = rte_event_port_setup(opt->dev_id, port, &p_conf); in order_event_dev_port_setup() 375 ret = rte_event_port_setup(opt->dev_id, port, &p_conf); in order_event_dev_port_setup()
|
| H A D | test_pipeline_atq.c | 641 const struct rte_event_port_conf p_conf = { in pipeline_atq_eventdev_setup() local 649 nb_worker_queues, p_conf); in pipeline_atq_eventdev_setup() 652 p_conf); in pipeline_atq_eventdev_setup() 684 ret = pipeline_event_rx_adapter_setup(opt, 1, p_conf); in pipeline_atq_eventdev_setup() 687 ret = pipeline_event_tx_adapter_setup(opt, p_conf); in pipeline_atq_eventdev_setup()
|
| H A D | test_pipeline_queue.c | 682 const struct rte_event_port_conf p_conf = { in pipeline_queue_eventdev_setup() local 690 nb_worker_queues, p_conf); in pipeline_queue_eventdev_setup() 695 p_conf); in pipeline_queue_eventdev_setup() 714 ret = pipeline_event_rx_adapter_setup(opt, nb_stages + 1, p_conf); in pipeline_queue_eventdev_setup() 718 ret = pipeline_event_tx_adapter_setup(opt, p_conf); in pipeline_queue_eventdev_setup()
|
| H A D | test_perf_atq.c | 245 const struct rte_event_port_conf p_conf = { in perf_atq_eventdev_setup() local 252 &p_conf); in perf_atq_eventdev_setup()
|
| H A D | test_perf_queue.c | 262 const struct rte_event_port_conf p_conf = { in perf_queue_eventdev_setup() local 269 nb_queues, &p_conf); in perf_queue_eventdev_setup()
|
| H A D | test_pipeline_common.c | 292 const struct rte_event_port_conf p_conf) in pipeline_event_port_setup() argument 308 ret = rte_event_port_setup(opt->dev_id, port, &p_conf); in pipeline_event_port_setup()
|
| H A D | test_pipeline_common.h | 203 const struct rte_event_port_conf p_conf);
|