Searched refs:rte_eth_find_next_of (Results 1 – 3 of 3) sorted by relevance
78 rte_eth_find_next_of;
2229 rte_eth_find_next_of(uint16_t port_id_start,2241 for (port_id = rte_eth_find_next_of(0, parent); \2243 port_id = rte_eth_find_next_of(port_id + 1, parent))
354 rte_eth_find_next_of(uint16_t port_id, const struct rte_device *parent) in rte_eth_find_next_of() function368 return rte_eth_find_next_of(port_id, in rte_eth_find_next_sibling()