Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ writel
Function
writel
dpdk/drivers/net/cxgbe/cxgbe_compat.h:231–234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
229
}
230
231
static inline void writel(unsigned int val, volatile void __iomem *addr)
232
{
233
rte_write32(val, addr);
234
}
235
236
static inline void writeq(u64 val, volatile void __iomem *addr)
237
{
Callers
3
ring_tx_db
Function · 0.70
cxgbe_poll
Function · 0.70
writeq
Function · 0.70
Calls
1
rte_write32
Function · 0.50
Tested by
no test coverage detected