Lines Matching refs:rte_graph
20 static uint16_t test_node_worker_source(struct rte_graph *graph,
24 static uint16_t test_node0_worker(struct rte_graph *graph,
28 static uint16_t test_node1_worker(struct rte_graph *graph,
32 static uint16_t test_node2_worker(struct rte_graph *graph,
36 static uint16_t test_node3_worker(struct rte_graph *graph,
131 node_init(const struct rte_graph *graph, struct rte_node *node) in node_init()
157 test_node_worker_source(struct rte_graph *graph, struct rte_node *node, in test_node_worker_source()
202 test_node0_worker(struct rte_graph *graph, struct rte_node *node, void **objs, in test_node0_worker()
285 test_node1_worker(struct rte_graph *graph, struct rte_node *node, void **objs, in test_node1_worker()
339 test_node2_worker(struct rte_graph *graph, struct rte_node *node, void **objs, in test_node2_worker()
395 test_node3_worker(struct rte_graph *graph, struct rte_node *node, void **objs, in test_node3_worker()
648 struct rte_graph *graph = rte_graph_lookup("worker0"); in test_graph_walk()