| 299 | } |
| 300 | |
| 301 | static void |
| 302 | nfp_net_keepalive_uninit(struct nfp_multi_pf *multi_pf) |
| 303 | { |
| 304 | nfp_cpp_area_release_free(multi_pf->beat_area); |
| 305 | } |
| 306 | |
| 307 | static int |
| 308 | nfp_net_keepalive_start(struct nfp_multi_pf *multi_pf) |
no test coverage detected