Home
last modified time | relevance | path

Searched refs:rte_graph_t (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/lib/librte_graph/
H A Drte_graph.h47 typedef uint16_t rte_graph_t; /**< Graph id type. */ typedef
229 rte_graph_t rte_graph_create(const char *name, struct rte_graph_param *prm);
243 int rte_graph_destroy(rte_graph_t id);
255 rte_graph_t rte_graph_from_name(const char *name);
267 char *rte_graph_id_to_name(rte_graph_t id);
307 rte_graph_t rte_graph_max_count(void);
318 void rte_graph_dump(FILE *f, rte_graph_t id);
361 struct rte_node *rte_graph_node_get(rte_graph_t graph_id, rte_node_t node_id);
644 rte_graph_is_invalid(rte_graph_t id) in rte_graph_is_invalid()
H A Dgraph.c20 static rte_graph_t graph_id;
260 rte_graph_t
358 rte_graph_destroy(rte_graph_t id) in rte_graph_destroy()
390 rte_graph_t
403 rte_graph_id_to_name(rte_graph_t id) in rte_graph_id_to_name()
417 rte_graph_node_get(rte_graph_t gid, uint32_t nid) in rte_graph_node_get()
544 graph_scan_dump(FILE *f, rte_graph_t id, bool all) in graph_scan_dump()
564 rte_graph_dump(FILE *f, rte_graph_t id) in rte_graph_dump()
575 rte_graph_t
H A Dgraph_stats.c16 rte_graph_t nb_graphs;
17 rte_graph_t size;
205 rte_graph_t count; in cluster_add()
269 rte_graph_t i; in rte_graph_cluster_stats_create()
H A Dgraph_private.h97 rte_graph_t id;
H A Drte_graph_worker.h43 rte_graph_t id; /**< Graph identifier. */
/f-stack/dpdk/app/test/
H A Dtest_graph_perf.c42 rte_graph_t graph_id;
48 rte_graph_t graph_id;
323 rte_graph_t graph_id; in graph_init()
618 measure_perf_get(rte_graph_t graph_id) in measure_perf_get()
H A Dtest_graph.c55 static rte_graph_t graph_id;
/f-stack/dpdk/examples/l3fwd-graph/
H A Dmain.c92 rte_graph_t graph_id;
1008 rte_graph_t graph_id; in main()