Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev.c4311 uint16_t next_port; in rte_eth_dev_callback_register() local
4323 next_port = 0; in rte_eth_dev_callback_register()
4326 next_port = last_port = port_id; in rte_eth_dev_callback_register()
4332 dev = &rte_eth_devices[next_port]; in rte_eth_dev_callback_register()
4360 } while (++next_port <= last_port); in rte_eth_dev_callback_register()
4374 uint16_t next_port; in rte_eth_dev_callback_unregister() local
4386 next_port = 0; in rte_eth_dev_callback_unregister()
4389 next_port = last_port = port_id; in rte_eth_dev_callback_unregister()
4395 dev = &rte_eth_devices[next_port]; in rte_eth_dev_callback_unregister()
4417 } while (++next_port <= last_port); in rte_eth_dev_callback_unregister()