Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev_driver.h1257 typedef int (*ethdev_uninit_t)(struct rte_eth_dev *ethdev); typedef
1273 rte_eth_dev_destroy(struct rte_eth_dev *ethdev, ethdev_uninit_t ethdev_uninit);
H A Drte_ethdev.c4668 ethdev_uninit_t ethdev_uninit) in rte_eth_dev_destroy()