Lines Matching refs:rte_node_t
52 graph_get_node_data(struct test_graph_perf *graph_data, rte_node_t id) in graph_get_node_data()
72 rte_node_t nid = node->id; in test_node_ctx_init()
254 static inline rte_node_t
257 rte_node_t pnode_id = rte_node_from_name(pname); in graph_node_get()
259 rte_node_t node_id; in graph_node_get()
277 rte_node_t **node_map) in graph_node_count_edges()
319 rte_node_t *src_nodes; in graph_init()
320 rte_node_t *snk_nodes; in graph_init()
321 rte_node_t **node_map; in graph_init()
352 src_nodes = malloc(sizeof(rte_node_t) * nb_srcs); in graph_init()
358 snk_nodes = malloc(sizeof(rte_node_t) * nb_sinks); in graph_init()
364 node_map = malloc(sizeof(rte_node_t *) * stages + in graph_init()
365 sizeof(rte_node_t) * nodes_per_stage * stages); in graph_init()
374 (rte_node_t *)(node_map + stages) + nodes_per_stage * i; in graph_init()