| 374 | } |
| 375 | |
| 376 | static int |
| 377 | nfp_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. */ |
| 387 | static int |
no test coverage detected