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

Function nfp_pf_secondary_uninit

dpdk/drivers/net/nfp/nfp_ethdev.c:376–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374}
375
376static int
377nfp_pf_secondary_uninit(struct nfp_pf_dev *pf_dev)
378{
379 free(pf_dev->sym_tbl);
380 nfp_cpp_free(pf_dev->cpp);
381 rte_free(pf_dev);
382
383 return 0;
384}
385
386/* Reset and stop device. The device can not be restarted. */
387static int

Callers 1

nfp_net_closeFunction · 0.85

Calls 3

nfp_cpp_freeFunction · 0.85
rte_freeFunction · 0.85
freeFunction · 0.50

Tested by

no test coverage detected