Home
last modified time | relevance | path

Searched refs:rte_eth_find_next_of (Results 1 – 3 of 3) sorted by relevance

/dpdk/lib/ethdev/
H A Dversion.map78 rte_eth_find_next_of;
H A Drte_ethdev.h2229 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))
H A Drte_ethdev.c354 rte_eth_find_next_of(uint16_t port_id, const struct rte_device *parent) in rte_eth_find_next_of() function
368 return rte_eth_find_next_of(port_id, in rte_eth_find_next_sibling()