Lines Matching refs:rte_node_t
63 graph_get_node_data(struct test_graph_perf *graph_data, rte_node_t id) in graph_get_node_data()
83 rte_node_t nid = node->id; in test_node_ctx_init()
265 static inline rte_node_t
268 rte_node_t pnode_id = rte_node_from_name(pname); in graph_node_get()
270 rte_node_t node_id; in graph_node_get()
288 rte_node_t **node_map) in graph_node_count_edges()
330 rte_node_t *src_nodes; in graph_init()
331 rte_node_t *snk_nodes; in graph_init()
332 rte_node_t **node_map; in graph_init()
363 src_nodes = malloc(sizeof(rte_node_t) * nb_srcs); in graph_init()
369 snk_nodes = malloc(sizeof(rte_node_t) * nb_sinks); in graph_init()
375 node_map = malloc(sizeof(rte_node_t *) * stages + in graph_init()
376 sizeof(rte_node_t) * nodes_per_stage * stages); in graph_init()
385 (rte_node_t *)(node_map + stages) + nodes_per_stage * i; in graph_init()