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

Function sfc_ev_mgmt_qpoll

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

Source from the content-addressed store, hash-verified

626}
627
628void
629sfc_ev_mgmt_qpoll(struct sfc_adapter *sa)
630{
631 if (rte_spinlock_trylock(&sa->mgmt_evq_lock)) {
632 if (sa->mgmt_evq_running)
633 sfc_ev_qpoll(sa->mgmt_evq);
634
635 rte_spinlock_unlock(&sa->mgmt_evq_lock);
636 }
637}
638
639int
640sfc_ev_qprime(struct sfc_evq *evq)

Callers 3

sfc_mcdi_mgmt_evq_pollFunction · 0.85
sfc_dev_get_rte_linkFunction · 0.85

Calls 3

sfc_ev_qpollFunction · 0.85
rte_spinlock_trylockFunction · 0.50
rte_spinlock_unlockFunction · 0.50

Tested by

no test coverage detected