Home
last modified time | relevance | path

Searched refs:graph_node_id_to_ptr (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/lib/librte_graph/
H A Dgraph_private.h303 struct rte_node *graph_node_id_to_ptr(const struct rte_graph *graph,
H A Dgraph_stats.c151 node = graph_node_id_to_ptr(graph, id); in stats_mem_populate()
175 node = graph_node_id_to_ptr(graph, id); in stats_mem_populate()
H A Dgraph_populate.c106 graph_node_id_to_ptr(const struct rte_graph *graph, rte_node_t id) in graph_node_id_to_ptr() function