Searched refs:rte_graph_off_t (Results 1 – 6 of 6) sorted by relevance
25 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()
41 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()
217 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()
85 rte_graph_off_t nodes_start;
50 rte_graph_off_t off; in rte_graph_obj_dump()
44 typedef uint32_t rte_graph_off_t; /**< Graph offset type. */ typedef