Home
last modified time | relevance | path

Searched refs:rte_graph_worker_model_get (Results 1 – 6 of 6) sorted by relevance

/dpdk/lib/graph/
H A Drte_graph_worker.c33 rte_graph_worker_model_get(struct rte_graph *graph) in rte_graph_worker_model_get() function
H A Dversion.map31 rte_graph_worker_model_get;
H A Dgraph_debug.c86 if (rte_graph_worker_model_get(g) == RTE_GRAPH_MODEL_MCORE_DISPATCH) { in rte_graph_obj_dump()
H A Drte_graph_worker_common.h572 uint8_t rte_graph_worker_model_get(struct rte_graph *graph); in rte_graph_worker_model_no_check_get()
H A Dgraph.c499 if (rte_graph_worker_model_get(graph->graph) == in rte_graph_destroy()
576 if (rte_graph_worker_model_get(graph->graph) == RTE_GRAPH_MODEL_MCORE_DISPATCH && in graph_clone()
/dpdk/app/test/
H A Dtest_graph.c862 if (rte_graph_worker_model_get(graph) != RTE_GRAPH_MODEL_MCORE_DISPATCH) { in test_graph_worker_model_set_get()