Lines Matching refs:node_id
45 uint8_t node_id; member
69 if (graph_data->node_data[i].node_id == id) { in graph_get_node_data()
270 rte_node_t node_id; in graph_node_get() local
273 node_id = rte_node_from_name(lookup_name); in graph_node_get()
275 if (node_id != RTE_NODE_ID_INVALID) { in graph_node_get()
276 if (rte_node_edge_count(node_id)) in graph_node_get()
277 rte_node_edge_shrink(node_id, 0); in graph_node_get()
278 return node_id; in graph_node_get()
413 node_data->node_id = node_map[i][j]; in graph_init()
473 node_data->node_id = src_nodes[i]; in graph_init()
530 node_data->node_id = snk_nodes[i]; in graph_init()