Searched refs:rte_eth_dev_destroy (Results 1 – 11 of 11) sorted by relevance
| /dpdk/drivers/net/ipn3ke/ |
| H A D | meson.build | 14 # rte_eth_dev_destroy()
|
| H A D | ipn3ke_ethdev.c | 563 rte_eth_dev_destroy(ethdev, ipn3ke_rpst_uninit); in ipn3ke_vswitch_remove()
|
| /dpdk/lib/ethdev/ |
| H A D | version.map | 292 rte_eth_dev_destroy;
|
| H A D | ethdev_driver.c | 322 rte_eth_dev_destroy(struct rte_eth_dev *ethdev, in rte_eth_dev_destroy() function
|
| H A D | ethdev_driver.h | 1690 rte_eth_dev_destroy(struct rte_eth_dev *ethdev, ethdev_uninit_t ethdev_uninit);
|
| /dpdk/drivers/net/enic/ |
| H A D | enic_ethdev.c | 1382 return rte_eth_dev_destroy(ethdev, enic_vf_representor_uninit); in eth_enic_pci_remove() 1384 return rte_eth_dev_destroy(ethdev, eth_enic_dev_uninit); in eth_enic_pci_remove()
|
| /dpdk/drivers/net/ionic/ |
| H A D | ionic_ethdev.c | 959 rte_eth_dev_destroy(eth_dev, eth_ionic_dev_uninit); in ionic_dev_close()
|
| /dpdk/drivers/net/bnxt/ |
| H A D | bnxt_ethdev.c | 6032 rte_eth_dev_destroy(vf_rep_eth_dev, bnxt_representor_uninit); in bnxt_pci_remove_dev_with_reps() 6036 ret = rte_eth_dev_destroy(eth_dev, bnxt_dev_uninit); in bnxt_pci_remove_dev_with_reps() 6338 return rte_eth_dev_destroy(eth_dev, in bnxt_pci_remove() 6341 return rte_eth_dev_destroy(eth_dev, in bnxt_pci_remove()
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_ethdev.c | 3193 (void)rte_eth_dev_destroy(dev, sfc_eth_dev_uninit); in sfc_eth_dev_pci_probe()
|
| /dpdk/drivers/net/ngbe/ |
| H A D | ngbe_ethdev.c | 523 return rte_eth_dev_destroy(ethdev, eth_ngbe_dev_uninit); in eth_ngbe_pci_remove()
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_ethdev.c | 945 return rte_eth_dev_destroy(ethdev, eth_txgbe_dev_uninit); in eth_txgbe_pci_remove()
|