Searched refs:rte_eth_cmp_t (Results 1 – 2 of 2) sorted by relevance
21 typedef int (*rte_eth_cmp_t)(const struct rte_eth_dev *, const void *); typedef25 eth_find_device(const struct rte_eth_dev *_start, rte_eth_cmp_t cmp,
18 eth_find_device(const struct rte_eth_dev *start, rte_eth_cmp_t cmp, in eth_find_device()