Searched refs:queue_arr (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/app/test-eventdev/ |
| H A D | test_pipeline_atq.c | 295 uint8_t queue_arr[RTE_EVENT_MAX_QUEUES_PER_DEV]; in pipeline_atq_eventdev_setup() local 306 memset(queue_arr, 0, sizeof(uint8_t) * RTE_EVENT_MAX_QUEUES_PER_DEV); in pipeline_atq_eventdev_setup() 338 queue_arr[nb_worker_queues] = queue; in pipeline_atq_eventdev_setup() 362 ret = pipeline_event_port_setup(test, opt, queue_arr, in pipeline_atq_eventdev_setup()
|
| H A D | test_pipeline_queue.c | 321 uint8_t queue_arr[RTE_EVENT_MAX_QUEUES_PER_DEV]; in pipeline_queue_eventdev_setup() local 334 memset(queue_arr, 0, sizeof(uint8_t) * RTE_EVENT_MAX_QUEUES_PER_DEV); in pipeline_queue_eventdev_setup() 363 queue_arr[nb_worker_queues] = queue; in pipeline_queue_eventdev_setup() 385 ret = pipeline_event_port_setup(test, opt, queue_arr, in pipeline_queue_eventdev_setup()
|
| H A D | test_pipeline_common.c | 273 uint8_t *queue_arr, uint8_t nb_queues, in pipeline_event_port_setup() argument 296 if (rte_event_port_link(opt->dev_id, port, queue_arr, NULL, in pipeline_event_port_setup()
|
| H A D | test_pipeline_common.h | 163 uint8_t *queue_arr, uint8_t nb_queues,
|