Home
last modified time | relevance | path

Searched refs:eth_dev_to_id (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/lib/librte_ethdev/
H A Dethdev_private.c10 eth_dev_to_id(const struct rte_eth_dev *dev) in eth_dev_to_id() function
30 idx = eth_dev_to_id(start) + 1; in eth_find_device()
H A Dethdev_private.h18 uint16_t eth_dev_to_id(const struct rte_eth_dev *dev);
H A Drte_ethdev.c314 return eth_dev_to_id(iter->class_device); /* match */ in rte_eth_iterator_next()