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

Function eth_ena_dev_uninit

dpdk/drivers/net/ena/ena_ethdev.c:2388–2396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2386}
2387
2388static int eth_ena_dev_uninit(struct rte_eth_dev *eth_dev)
2389{
2390 if (rte_eal_process_type() != RTE_PROC_PRIMARY)
2391 return 0;
2392
2393 ena_destroy_device(eth_dev);
2394
2395 return 0;
2396}
2397
2398static int ena_dev_configure(struct rte_eth_dev *dev)
2399{

Callers

nothing calls this directly

Calls 2

rte_eal_process_typeFunction · 0.85
ena_destroy_deviceFunction · 0.85

Tested by

no test coverage detected