Home
last modified time | relevance | path

Searched refs:rte_graph_off_t (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/lib/librte_graph/
H A Dgraph_populate.c25 sz += sizeof(rte_graph_off_t) * graph->src_node_count; in graph_fp_mem_calc_size()
27 val = rte_align32pow2(graph->node_count * sizeof(rte_graph_off_t)); in graph_fp_mem_calc_size()
68 rte_graph_off_t off = _graph->nodes_start; in graph_nodes_populate()
109 rte_graph_off_t off; in graph_node_id_to_ptr()
123 rte_graph_off_t off; in graph_node_name_to_ptr()
137 rte_graph_off_t off; in graph_node_nexts_populate()
219 rte_graph_off_t off; in graph_nodes_mem_destroy()
H A Drte_graph_worker.h41 rte_graph_off_t *cir_start; /**< Pointer to circular buffer. */
42 rte_graph_off_t nodes_start; /**< Offset at which node memory starts. */
57 rte_graph_off_t next; /**< Index to next node. */
71 rte_graph_off_t off; /**< Offset of node in the graph reel. */
134 const rte_graph_off_t *cir_start = graph->cir_start; in rte_graph_walk()
H A Dgraph.c217 rte_graph_off_t off; in graph_mem_fixup_node_ctx()
421 rte_graph_off_t off; in rte_graph_node_get()
443 rte_graph_off_t off; in rte_graph_node_get_by_name()
H A Dgraph_private.h85 rte_graph_off_t nodes_start;
H A Dgraph_debug.c50 rte_graph_off_t off; in rte_graph_obj_dump()
H A Drte_graph.h44 typedef uint32_t rte_graph_off_t; /**< Graph offset type. */ typedef