Searched refs:cir_start (Results 1 – 4 of 4) sorted by relevance
41 rte_graph_off_t *cir_start; /**< Pointer to circular buffer. */ member134 const rte_graph_off_t *cir_start = graph->cir_start; in rte_graph_walk() local158 node = (struct rte_node *)RTE_PTR_ADD(graph, cir_start[(int32_t)head++]); in rte_graph_walk()196 graph->cir_start[tail++] = node->off; in __rte_node_enqueue_tail_update()
27 graph->cir_start = sz; in graph_fp_mem_calc_size()55 graph->cir_start = RTE_PTR_ADD(graph, _graph->cir_start); in graph_header_popluate()171 graph->cir_start[head--] = node->off; in graph_src_nodes_populate()
16 fprintf(f, " cir_start=%" PRIu32 "\n", g->cir_start); in graph_dump()61 fprintf(f, " cir_start=%p\n", g->cir_start); in rte_graph_obj_dump()
93 uint32_t cir_start; member