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

Function eth_em_dev_uninit

dpdk/drivers/net/e1000/em_ethdev.c:321–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321static int
322eth_em_dev_uninit(struct rte_eth_dev *eth_dev)
323{
324 PMD_INIT_FUNC_TRACE();
325
326 if (rte_eal_process_type() != RTE_PROC_PRIMARY)
327 return 0;
328
329 eth_em_close(eth_dev);
330
331 return 0;
332}
333
334static int eth_em_pci_probe(struct rte_pci_driver *pci_drv __rte_unused,
335 struct rte_pci_device *pci_dev)

Callers

nothing calls this directly

Calls 2

rte_eal_process_typeFunction · 0.85
eth_em_closeFunction · 0.85

Tested by

no test coverage detected