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

Function sfc_ev_stop

dpdk/drivers/net/sfc/sfc_ev.c:875–889  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

873}
874
875void
876sfc_ev_stop(struct sfc_adapter *sa)
877{
878 sfc_log_init(sa, "entry");
879
880 sfc_ev_mgmt_periodic_qpoll_stop(sa);
881
882 rte_spinlock_lock(&sa->mgmt_evq_lock);
883 sa->mgmt_evq_running = false;
884 rte_spinlock_unlock(&sa->mgmt_evq_lock);
885
886 sfc_ev_qstop(sa->mgmt_evq);
887
888 efx_ev_fini(sa->nic);
889}
890
891int
892sfc_ev_qinit(struct sfc_adapter *sa,

Callers 2

sfc_try_startFunction · 0.85
sfc_stopFunction · 0.85

Calls 5

sfc_ev_qstopFunction · 0.85
efx_ev_finiFunction · 0.85
rte_spinlock_lockFunction · 0.50
rte_spinlock_unlockFunction · 0.50

Tested by

no test coverage detected