Searched refs:rte_eth_find_next_owned_by (Results 1 – 4 of 4) sorted by relevance
74 rte_eth_find_next_owned_by;
1834 uint64_t rte_eth_find_next_owned_by(uint16_t port_id,1841 for (p = rte_eth_find_next_owned_by(0, o); \1843 p = rte_eth_find_next_owned_by(p + 1, o))
612 rte_eth_find_next_owned_by(uint16_t port_id, const uint64_t owner_id) in rte_eth_find_next_owned_by() function
2384 peer_tx_port = rte_eth_find_next_owned_by(pi + 1, in setup_hairpin_queues()2387 peer_tx_port = rte_eth_find_next_owned_by(0, in setup_hairpin_queues()2403 peer_rx_port = rte_eth_find_next_owned_by(pi + 1, in setup_hairpin_queues()