Home
last modified time | relevance | path

Searched refs:rte_eth_dev_destroy (Results 1 – 9 of 9) sorted by relevance

/f-stack/dpdk/drivers/net/ipn3ke/
H A Dmeson.build8 # rte_eth_dev_destroy()
H A Dipn3ke_ethdev.c566 rte_eth_dev_destroy(ethdev, ipn3ke_rpst_uninit); in ipn3ke_vswitch_remove()
/f-stack/dpdk/lib/librte_ethdev/
H A Dversion.map253 rte_eth_dev_destroy;
H A Drte_ethdev_driver.h1273 rte_eth_dev_destroy(struct rte_eth_dev *ethdev, ethdev_uninit_t ethdev_uninit);
H A Drte_ethdev.c4667 rte_eth_dev_destroy(struct rte_eth_dev *ethdev, in rte_eth_dev_destroy() function
/f-stack/dpdk/drivers/net/enic/
H A Denic_ethdev.c1364 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 Dionic_ethdev.c1302 rte_eth_dev_destroy(lif->eth_dev, eth_ionic_dev_uninit); in eth_ionic_pci_remove()
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_ethdev.c5451 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 Dtxgbe_ethdev.c739 return rte_eth_dev_destroy(ethdev, eth_txgbe_dev_uninit); in eth_txgbe_pci_remove()