Searched refs:p_conf (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/app/test-eventdev/ |
| H A D | test_pipeline_atq.c | 355 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 D | test_pipeline_queue.c | 378 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 D | test_order_common.c | 343 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 D | test_perf_atq.c | 203 const struct rte_event_port_conf p_conf = { in perf_atq_eventdev_setup() local 210 &p_conf); in perf_atq_eventdev_setup()
|
| H A D | test_perf_queue.c | 218 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 D | test_pipeline_common.c | 274 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 D | test_pipeline_common.h | 164 const struct rte_event_port_conf p_conf);
|