Lines Matching refs:queues
906 const uint8_t queues[], const uint8_t priorities[], in rte_event_port_link() argument
930 if (queues == NULL) { in rte_event_port_link()
934 queues = queues_list; in rte_event_port_link()
946 if (queues[i] >= dev->data->nb_queues) { in rte_event_port_link()
952 queues, priorities, nb_links); in rte_event_port_link()
960 links_map[queues[i]] = (uint8_t)priorities[i]; in rte_event_port_link()
968 uint8_t queues[], uint16_t nb_unlinks) in rte_event_port_unlink() argument
994 if (queues == NULL) { in rte_event_port_unlink()
1003 queues = all_queues; in rte_event_port_unlink()
1006 if (links_map[queues[j]] == in rte_event_port_unlink()
1014 if (queues[i] >= dev->data->nb_queues) { in rte_event_port_unlink()
1020 queues, nb_unlinks); in rte_event_port_unlink()
1026 links_map[queues[i]] = EVENT_QUEUE_SERVICE_PRIORITY_INVALID; in rte_event_port_unlink()
1056 uint8_t queues[], uint8_t priorities[]) in rte_event_port_links_get() argument
1074 queues[count] = i; in rte_event_port_links_get()
1597 uint8_t queues[RTE_EVENT_MAX_QUEUES_PER_DEV]; in handle_queue_links() local
1618 ret = rte_event_port_links_get(dev_id, port_id, queues, priorities); in handle_queue_links()
1626 snprintf(qid_name, 31, "qid_%u", queues[i]); in handle_queue_links()