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 = 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()
29 graph->cir_start = sz; in graph_fp_mem_calc_size()57 graph->cir_start = RTE_PTR_ADD(graph, _graph->cir_start); in graph_header_popluate()173 graph->cir_start[head--] = node->off; in graph_src_nodes_populate()
18 fprintf(f, " cir_start=%" PRIu32 "\n", g->cir_start); in graph_dump()63 fprintf(f, " cir_start=%p\n", g->cir_start); in rte_graph_obj_dump()
93 uint32_t cir_start; member