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

Function nfp_uninit_app_fw_nic

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

Source from the content-addressed store, hash-verified

351}
352
353static void
354nfp_uninit_app_fw_nic(struct nfp_pf_dev *pf_dev)
355{
356 nfp_cpp_area_release_free(pf_dev->ctrl_area);
357 rte_free(pf_dev->app_fw_priv);
358}
359
360void
361nfp_pf_uninit(struct nfp_pf_dev *pf_dev)

Callers 1

nfp_net_closeFunction · 0.85

Calls 2

rte_freeFunction · 0.85

Tested by

no test coverage detected