| 317 | } |
| 318 | |
| 319 | static void |
| 320 | nfp_net_keepalive_stop(struct nfp_multi_pf *multi_pf) |
| 321 | { |
| 322 | /* Cancel keepalive for multiple PF setup */ |
| 323 | rte_eal_alarm_cancel(nfp_net_beat_timer, (void *)multi_pf); |
| 324 | } |
| 325 | |
| 326 | static void |
| 327 | nfp_net_uninit(struct rte_eth_dev *eth_dev) |
no test coverage detected