Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev_core.h23 struct rte_eth_dev_callback;
25 TAILQ_HEAD(rte_eth_dev_cb_list, rte_eth_dev_callback);
H A Drte_ethdev.c178 struct rte_eth_dev_callback { struct
179 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()