Lines Matching refs:rte_graph
32 static uint16_t test_node_worker_source(struct rte_graph *graph,
36 static uint16_t test_node0_worker(struct rte_graph *graph,
40 static uint16_t test_node1_worker(struct rte_graph *graph,
44 static uint16_t test_node2_worker(struct rte_graph *graph,
48 static uint16_t test_node3_worker(struct rte_graph *graph,
143 node_init(const struct rte_graph *graph, struct rte_node *node) in node_init()
169 test_node_worker_source(struct rte_graph *graph, struct rte_node *node, in test_node_worker_source()
214 test_node0_worker(struct rte_graph *graph, struct rte_node *node, void **objs, in test_node0_worker()
297 test_node1_worker(struct rte_graph *graph, struct rte_node *node, void **objs, in test_node1_worker()
351 test_node2_worker(struct rte_graph *graph, struct rte_node *node, void **objs, in test_node2_worker()
407 test_node3_worker(struct rte_graph *graph, struct rte_node *node, void **objs, in test_node3_worker()
666 struct rte_graph *graph = rte_graph_lookup("worker0"); in test_graph_walk()