Searched refs:rte_eth_find_next (Results 1 – 5 of 5) sorted by relevance
77 rte_eth_find_next;
332 rte_eth_find_next(uint16_t port_id) in rte_eth_find_next() function349 for (port_id = rte_eth_find_next(0); \351 port_id = rte_eth_find_next(port_id + 1))356 port_id = rte_eth_find_next(port_id); in rte_eth_find_next_of()359 port_id = rte_eth_find_next(port_id + 1); in rte_eth_find_next_of()400 port_id = rte_eth_find_next(port_id); in rte_eth_find_next_owned_by()403 port_id = rte_eth_find_next(port_id + 1); in rte_eth_find_next_owned_by()
2209 uint16_t rte_eth_find_next(uint16_t port_id);
91 port_id = rte_eth_find_next(0); in test_setup()
1443 eth_port_id = rte_eth_find_next(0); in main()