Lines Matching refs:node_id
34 uint8_t node_id; member
58 if (graph_data->node_data[i].node_id == id) { in graph_get_node_data()
259 rte_node_t node_id; in graph_node_get() local
262 node_id = rte_node_from_name(lookup_name); in graph_node_get()
264 if (node_id != RTE_NODE_ID_INVALID) { in graph_node_get()
265 if (rte_node_edge_count(node_id)) in graph_node_get()
266 rte_node_edge_shrink(node_id, 0); in graph_node_get()
267 return node_id; in graph_node_get()
402 node_data->node_id = node_map[i][j]; in graph_init()
462 node_data->node_id = src_nodes[i]; in graph_init()
519 node_data->node_id = snk_nodes[i]; in graph_init()