Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_ethdev/
H A Dversion.map73 rte_eth_find_next;
H A Drte_ethdev.c333 rte_eth_find_next(uint16_t port_id) in rte_eth_find_next() function
350 for (port_id = rte_eth_find_next(0); \
352 port_id = rte_eth_find_next(port_id + 1))
357 port_id = rte_eth_find_next(port_id); in rte_eth_find_next_of()
360 port_id = rte_eth_find_next(port_id + 1); in rte_eth_find_next_of()
614 port_id = rte_eth_find_next(port_id); in rte_eth_find_next_owned_by()
617 port_id = rte_eth_find_next(port_id + 1); in rte_eth_find_next_owned_by()
H A Drte_ethdev.h1853 uint16_t rte_eth_find_next(uint16_t port_id);
/f-stack/dpdk/examples/ntb/
H A Dntb_fwd.c1443 eth_port_id = rte_eth_find_next(0); in main()