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

Function sfc_ev_qprime

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

Source from the content-addressed store, hash-verified

637}
638
639int
640sfc_ev_qprime(struct sfc_evq *evq)
641{
642 SFC_ASSERT(evq->init_state == SFC_EVQ_STARTED);
643 return efx_ev_qprime(evq->common, evq->read_ptr);
644}
645
646/* Event queue HW index allocation scheme is described in sfc_ev.h. */
647int

Callers 2

sfc_ev_startFunction · 0.85
sfc_intr_handle_mgmt_evqFunction · 0.85

Calls 1

efx_ev_qprimeFunction · 0.85

Tested by

no test coverage detected