Searched refs:rte_eth_dev_destroy (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/drivers/net/ipn3ke/ |
| H A D | meson.build | 8 # rte_eth_dev_destroy()
|
| H A D | ipn3ke_ethdev.c | 566 rte_eth_dev_destroy(ethdev, ipn3ke_rpst_uninit); in ipn3ke_vswitch_remove()
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | version.map | 253 rte_eth_dev_destroy;
|
| H A D | rte_ethdev_driver.h | 1273 rte_eth_dev_destroy(struct rte_eth_dev *ethdev, ethdev_uninit_t ethdev_uninit);
|
| H A D | rte_ethdev.c | 4667 rte_eth_dev_destroy(struct rte_eth_dev *ethdev, in rte_eth_dev_destroy() function
|
| /f-stack/dpdk/drivers/net/enic/ |
| H A D | enic_ethdev.c | 1364 return rte_eth_dev_destroy(ethdev, enic_vf_representor_uninit); in eth_enic_pci_remove() 1366 return rte_eth_dev_destroy(ethdev, eth_enic_dev_uninit); in eth_enic_pci_remove()
|
| /f-stack/dpdk/drivers/net/ionic/ |
| H A D | ionic_ethdev.c | 1302 rte_eth_dev_destroy(lif->eth_dev, eth_ionic_dev_uninit); in eth_ionic_pci_remove()
|
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_ethdev.c | 5451 rte_eth_dev_destroy(vf_rep_eth_dev, bnxt_representor_uninit); in bnxt_pci_remove_dev_with_reps() 5455 ret = rte_eth_dev_destroy(eth_dev, bnxt_dev_uninit); in bnxt_pci_remove_dev_with_reps() 5750 return rte_eth_dev_destroy(eth_dev, in bnxt_pci_remove() 5753 return rte_eth_dev_destroy(eth_dev, in bnxt_pci_remove()
|
| /f-stack/dpdk/drivers/net/txgbe/ |
| H A D | txgbe_ethdev.c | 739 return rte_eth_dev_destroy(ethdev, eth_txgbe_dev_uninit); in eth_txgbe_pci_remove()
|