Home
last modified time | relevance | path

Searched refs:cir_mask (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/lib/librte_graph/
H A Dgraph_populate.c30 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()
H A Dgraph_debug.c19 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()
H A Drte_graph_worker.h39 uint32_t cir_mask; /**< Circular buffer wrap around mask. */ member
135 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()
H A Dgraph_private.h95 uint32_t cir_mask; member