Home
last modified time | relevance | path

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

/dpdk/lib/ethdev/
H A Dversion.map80 rte_eth_find_next_sibling;
H A Drte_ethdev.h2257 rte_eth_find_next_sibling(uint16_t port_id_start, uint16_t ref_port_id);
2270 for (port_id = rte_eth_find_next_sibling(0, ref_port_id); \
2272 port_id = rte_eth_find_next_sibling(port_id + 1, ref_port_id))
H A Drte_ethdev.c365 rte_eth_find_next_sibling(uint16_t port_id, uint16_t ref_port_id) in rte_eth_find_next_sibling() function