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

Function eth_ngbe_dev_uninit

dpdk/drivers/net/ngbe/ngbe_ethdev.c:520–531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

518}
519
520static int
521eth_ngbe_dev_uninit(struct rte_eth_dev *eth_dev)
522{
523 PMD_INIT_FUNC_TRACE();
524
525 if (rte_eal_process_type() != RTE_PROC_PRIMARY)
526 return 0;
527
528 ngbe_dev_close(eth_dev);
529
530 return 0;
531}
532
533static int
534eth_ngbe_pci_probe(struct rte_pci_driver *pci_drv __rte_unused,

Callers 1

ngbe_dev_resetFunction · 0.85

Calls 2

rte_eal_process_typeFunction · 0.85
ngbe_dev_closeFunction · 0.85

Tested by

no test coverage detected