Searched refs:rte_eth_find_next_of (Results 1 – 4 of 4) sorted by relevance
162 rte_eth_find_next_of;
1877 rte_eth_find_next_of(uint16_t port_id_start,1889 for (port_id = rte_eth_find_next_of(0, parent); \1891 port_id = rte_eth_find_next_of(port_id + 1, parent))
355 rte_eth_find_next_of(uint16_t port_id, const struct rte_device *parent) in rte_eth_find_next_of() function369 return rte_eth_find_next_of(port_id, in rte_eth_find_next_sibling()
307 port_id = rte_eth_find_next_of(0, &pdev->device); in pci_dev_to_eth_dev()