Searched refs:rte_eth_dev_callback (Results 1 – 2 of 2) sorted by relevance
23 struct rte_eth_dev_callback;25 TAILQ_HEAD(rte_eth_dev_cb_list, rte_eth_dev_callback);
178 struct rte_eth_dev_callback { struct179 TAILQ_ENTRY(rte_eth_dev_callback) next; /**< Callbacks list */4310 struct rte_eth_dev_callback *user_cb; in rte_eth_dev_callback_register()4345 sizeof(struct rte_eth_dev_callback), 0); in rte_eth_dev_callback_register()4373 struct rte_eth_dev_callback *cb, *next; in rte_eth_dev_callback_unregister()4427 struct rte_eth_dev_callback *cb_lst; in rte_eth_dev_callback_process()4428 struct rte_eth_dev_callback dev_cb; in rte_eth_dev_callback_process()