MCPcopy Create free account
hub / github.com/F-Stack/f-stack / eth_ixgbevf_dev_uninit

Function eth_ixgbevf_dev_uninit

dpdk/drivers/net/ixgbe/ixgbe_ethdev.c:1750–1761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1748/* Virtual Function device uninit */
1749
1750static int
1751eth_ixgbevf_dev_uninit(struct rte_eth_dev *eth_dev)
1752{
1753 PMD_INIT_FUNC_TRACE();
1754
1755 if (rte_eal_process_type() != RTE_PROC_PRIMARY)
1756 return 0;
1757
1758 ixgbevf_dev_close(eth_dev);
1759
1760 return 0;
1761}
1762
1763static int
1764eth_ixgbe_pci_probe(struct rte_pci_driver *pci_drv __rte_unused,

Callers 1

ixgbevf_dev_resetFunction · 0.85

Calls 2

rte_eal_process_typeFunction · 0.85
ixgbevf_dev_closeFunction · 0.85

Tested by

no test coverage detected