Searched refs:queue_arr (Results 1 – 4 of 4) sorted by relevance
| /dpdk/app/test-eventdev/ |
| H A D | test_pipeline_atq.c | 577 uint8_t queue_arr[RTE_EVENT_MAX_QUEUES_PER_DEV]; in pipeline_atq_eventdev_setup() local 588 memset(queue_arr, 0, sizeof(uint8_t) * RTE_EVENT_MAX_QUEUES_PER_DEV); in pipeline_atq_eventdev_setup() 625 queue_arr[nb_worker_queues] = queue; in pipeline_atq_eventdev_setup() 648 ret = pipeline_event_port_setup(test, opt, queue_arr, in pipeline_atq_eventdev_setup()
|
| H A D | test_pipeline_queue.c | 625 uint8_t queue_arr[RTE_EVENT_MAX_QUEUES_PER_DEV]; in pipeline_queue_eventdev_setup() local 638 memset(queue_arr, 0, sizeof(uint8_t) * RTE_EVENT_MAX_QUEUES_PER_DEV); in pipeline_queue_eventdev_setup() 667 queue_arr[nb_worker_queues] = queue; in pipeline_queue_eventdev_setup() 689 ret = pipeline_event_port_setup(test, opt, queue_arr, in pipeline_queue_eventdev_setup()
|
| H A D | test_pipeline_common.c | 291 uint8_t *queue_arr, uint8_t nb_queues, in pipeline_event_port_setup() argument 314 if (rte_event_port_link(opt->dev_id, port, queue_arr, NULL, in pipeline_event_port_setup()
|
| H A D | test_pipeline_common.h | 202 uint8_t *queue_arr, uint8_t nb_queues,
|