Searched refs:gconf (Results 1 – 4 of 4) sorted by relevance
19 gconf: global-config@e802c {
614 struct rte_graph_param gconf = { in test_create_graph() local629 graph_id = rte_graph_create("worker0", &gconf); in test_create_graph()635 gconf.nb_node_patterns = 5; in test_create_graph()636 gconf.node_patterns = node_patterns; in test_create_graph()637 graph_id = rte_graph_create("worker0", &gconf); in test_create_graph()
316 struct rte_graph_param gconf; in graph_init() local564 gconf.socket_id = SOCKET_ID_ANY; in graph_init()565 gconf.nb_node_patterns = graph_data->nb_nodes; in graph_init()566 gconf.node_patterns = (const char **)(uintptr_t)node_patterns; in graph_init()568 graph_id = rte_graph_create(gname, &gconf); in graph_init()
758 gconf: global-config@e802c { label