Home
last modified time | relevance | path

Searched refs:rte_eth_find_next (Results 1 – 5 of 5) sorted by relevance

/dpdk/lib/ethdev/
H A Dversion.map77 rte_eth_find_next;
H A Drte_ethdev.c332 rte_eth_find_next(uint16_t port_id) in rte_eth_find_next() function
349 for (port_id = rte_eth_find_next(0); \
351 port_id = rte_eth_find_next(port_id + 1))
356 port_id = rte_eth_find_next(port_id); in rte_eth_find_next_of()
359 port_id = rte_eth_find_next(port_id + 1); in rte_eth_find_next_of()
400 port_id = rte_eth_find_next(port_id); in rte_eth_find_next_owned_by()
403 port_id = rte_eth_find_next(port_id + 1); in rte_eth_find_next_owned_by()
H A Drte_ethdev.h2209 uint16_t rte_eth_find_next(uint16_t port_id);
/dpdk/app/test/
H A Dtest_pcapng.c91 port_id = rte_eth_find_next(0); in test_setup()
/dpdk/examples/ntb/
H A Dntb_fwd.c1443 eth_port_id = rte_eth_find_next(0); in main()