Searched refs:cir_mask (Results 1 – 4 of 4) sorted by relevance
30 graph->cir_mask = rte_align32pow2(graph->node_count) - 1; in graph_fp_mem_calc_size()55 graph->cir_mask = _graph->cir_mask; in graph_header_popluate()
19 fprintf(f, " cir_mask=%" PRIu32 "\n", g->cir_mask); in graph_dump()58 fprintf(f, " cir_mask=0x%" PRIx32 "\n", g->cir_mask); in rte_graph_obj_dump()
39 uint32_t cir_mask; /**< Circular buffer wrap around mask. */ member135 const rte_node_t mask = graph->cir_mask; in rte_graph_walk()197 graph->tail = tail & graph->cir_mask; in __rte_node_enqueue_tail_update()
95 uint32_t cir_mask; member