Searched refs:RTE_ETH_FOREACH_MATCHING_DEV (Results 1 – 4 of 4) sorted by relevance
232 #define RTE_ETH_FOREACH_MATCHING_DEV(id, devargs, iter) \ macro
2962 RTE_ETH_FOREACH_MATCHING_DEV(pi, identifier, &iterator) { in attach_port()3064 RTE_ETH_FOREACH_MATCHING_DEV(port_id, identifier, &iterator) { in detach_devargs()
407 ``rte_eth_dev_attach()`` can be replaced by ``RTE_ETH_FOREACH_MATCHING_DEV``
919 It will find the probed ports via RTE_ETH_FOREACH_MATCHING_DEV loop