| 351 | } |
| 352 | |
| 353 | static void |
| 354 | nfp_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 | |
| 360 | void |
| 361 | nfp_pf_uninit(struct nfp_pf_dev *pf_dev) |
no test coverage detected