Searched refs:next_port (Results 1 – 1 of 1) sorted by relevance
4311 uint16_t next_port; in rte_eth_dev_callback_register() local4323 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() local4386 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()