Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_ethdev/
H A Dversion.map162 rte_eth_find_next_of;
H A Drte_ethdev.h1877 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))
H A Drte_ethdev.c355 rte_eth_find_next_of(uint16_t port_id, const struct rte_device *parent) in rte_eth_find_next_of() function
369 return rte_eth_find_next_of(port_id, in rte_eth_find_next_sibling()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_mr.c307 port_id = rte_eth_find_next_of(0, &pdev->device); in pci_dev_to_eth_dev()