Home
last modified time | relevance | path

Searched defs:nb_graphs (Results 1 – 5 of 5) sorted by relevance

/dpdk/lib/node/
H A Dethdev_ctrl.c20 uint16_t nb_graphs; member
25 uint16_t nb_graphs) in rte_node_eth_config()
/dpdk/app/graph/
H A Dl3fwd.c123 usecase_l3fwd_configure(struct rte_node_ethdev_config *conf, uint16_t nb_confs, uint16_t nb_graphs) in usecase_l3fwd_configure()
H A Dl2fwd.c132 usecase_l2fwd_configure(struct rte_node_ethdev_config *conf, uint16_t nb_confs, uint16_t nb_graphs) in usecase_l2fwd_configure()
/dpdk/lib/graph/
H A Dgraph_stats.c17 rte_graph_t nb_graphs; member
/dpdk/examples/l3fwd-graph/
H A Dmain.c1023 uint16_t nb_graphs = 0; main() local