Searched refs:rte_eth_find_next (Results 1 – 4 of 4) sorted by relevance
73 rte_eth_find_next;
333 rte_eth_find_next(uint16_t port_id) in rte_eth_find_next() function350 for (port_id = rte_eth_find_next(0); \352 port_id = rte_eth_find_next(port_id + 1))357 port_id = rte_eth_find_next(port_id); in rte_eth_find_next_of()360 port_id = rte_eth_find_next(port_id + 1); in rte_eth_find_next_of()614 port_id = rte_eth_find_next(port_id); in rte_eth_find_next_owned_by()617 port_id = rte_eth_find_next(port_id + 1); in rte_eth_find_next_owned_by()
1853 uint16_t rte_eth_find_next(uint16_t port_id);
1443 eth_port_id = rte_eth_find_next(0); in main()