Home
last modified time | relevance | path

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

/dpdk/lib/ethdev/
H A Dethdev_driver.c323 ethdev_uninit_t ethdev_uninit) in rte_eth_dev_destroy() argument
331 RTE_FUNC_PTR_OR_ERR_RET(*ethdev_uninit, -EINVAL); in rte_eth_dev_destroy()
333 ret = ethdev_uninit(ethdev); in rte_eth_dev_destroy()
H A Dethdev_driver.h1690 rte_eth_dev_destroy(struct rte_eth_dev *ethdev, ethdev_uninit_t ethdev_uninit);