Searched refs:nb_graphs (Results 1 – 4 of 4) sorted by relevance
16 uint16_t nb_graphs; member21 uint16_t nb_graphs) in rte_node_eth_config() argument59 if (tx_q_used < nb_graphs) in rte_node_eth_config()111 ctrl.nb_graphs = nb_graphs; in rte_node_eth_config()
60 uint16_t cnt, uint16_t nb_graphs);
16 rte_graph_t nb_graphs; member118 cluster_node_size += cluster->nb_graphs * sizeof(struct rte_node *); in stats_mem_init()212 for (count = 0; count < cluster->nb_graphs; count++) in cluster_add()217 if (cluster->nb_graphs + 1 > cluster->size) { in cluster_add()226 cluster->graphs[cluster->nb_graphs++] = graph; in cluster_add()299 for (i = 0; i < cluster.nb_graphs; i++) { in rte_graph_cluster_stats_create()
759 uint16_t nb_graphs = 0; in main() local981 nb_graphs++; in main()987 ret = rte_node_eth_config(ethdev_conf, nb_conf, nb_graphs); in main()