Searched refs:rte_eth_dev_callback (Results 1 – 4 of 4) sorted by relevance
22 struct rte_eth_dev_callback;24 RTE_TAILQ_HEAD(rte_eth_dev_cb_list, rte_eth_dev_callback);
29 struct rte_eth_dev_callback { struct30 TAILQ_ENTRY(rte_eth_dev_callback) next; /**< Callbacks list */
172 struct rte_eth_dev_callback *cb_lst; in rte_eth_dev_callback_process()173 struct rte_eth_dev_callback dev_cb; in rte_eth_dev_callback_process()
4454 struct rte_eth_dev_callback *user_cb; in rte_eth_dev_callback_register()4493 sizeof(struct rte_eth_dev_callback), 0); in rte_eth_dev_callback_register()4521 struct rte_eth_dev_callback *cb, *next; in rte_eth_dev_callback_unregister()