Lines Matching refs:links_map
249 uint16_t *links_map; in event_dev_port_config() local
261 links_map = dev->data->links_map; in event_dev_port_config()
278 links_map[i] = in event_dev_port_config()
912 uint16_t *links_map; in rte_event_port_link() local
956 links_map = dev->data->links_map; in rte_event_port_link()
958 links_map += (port_id * RTE_EVENT_MAX_QUEUES_PER_DEV); in rte_event_port_link()
960 links_map[queues[i]] = (uint8_t)priorities[i]; in rte_event_port_link()
973 uint16_t *links_map; in rte_event_port_unlink() local
990 links_map = dev->data->links_map; in rte_event_port_unlink()
992 links_map += (port_id * RTE_EVENT_MAX_QUEUES_PER_DEV); in rte_event_port_unlink()
997 if (links_map[i] != in rte_event_port_unlink()
1006 if (links_map[queues[j]] == in rte_event_port_unlink()
1026 links_map[queues[i]] = EVENT_QUEUE_SERVICE_PRIORITY_INVALID; in rte_event_port_unlink()
1059 uint16_t *links_map; in rte_event_port_links_get() local
1069 links_map = dev->data->links_map; in rte_event_port_links_get()
1071 links_map += (port_id * RTE_EVENT_MAX_QUEUES_PER_DEV); in rte_event_port_links_get()
1073 if (links_map[i] != EVENT_QUEUE_SERVICE_PRIORITY_INVALID) { in rte_event_port_links_get()
1075 priorities[count] = (uint8_t)links_map[i]; in rte_event_port_links_get()
1398 (*data)->links_map[n] = in eventdev_data_alloc()