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

Function sfc_ef10_ev_qprime

dpdk/drivers/net/sfc/sfc_ef10.h:124–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124static inline void
125sfc_ef10_ev_qprime(volatile void *qprime, unsigned int read_ptr,
126 unsigned int ptr_mask)
127{
128 efx_dword_t dword;
129
130 EFX_POPULATE_DWORD_1(dword, ERF_DZ_EVQ_RPTR, read_ptr & ptr_mask);
131
132 rte_write32_relaxed(dword.ed_u32[0], qprime);
133 rte_wmb();
134}
135
136
137const uint32_t * sfc_ef10_supported_ptypes_get(uint32_t tunnel_encaps);

Callers 1

sfc_ef10_rx_qprimeFunction · 0.85

Calls 1

rte_write32_relaxedFunction · 0.50

Tested by

no test coverage detected