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

Function nfp_net_keepalive_stop

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

Source from the content-addressed store, hash-verified

317}
318
319static void
320nfp_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
326static void
327nfp_net_uninit(struct rte_eth_dev *eth_dev)

Callers 2

nfp_pf_uninitFunction · 0.85
nfp_pf_initFunction · 0.85

Calls 1

rte_eal_alarm_cancelFunction · 0.50

Tested by

no test coverage detected