Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ nn_writel
Function
nn_writel
dpdk/drivers/common/nfp/nfp_common.h:63–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
static inline void
64
nn_writel(uint32_t val,
65
volatile void *addr)
66
{
67
rte_write32(val, addr);
68
}
69
70
static inline uint16_t
71
nn_readw(volatile const void *addr)
Callers
5
nn_writeq
Function · 0.85
nn_cfg_writel
Function · 0.85
nfp_qcp_ptr_add
Function · 0.85
nfp_write_mac
Function · 0.85
nfp_qcp_notify_ptr_add
Function · 0.85
Calls
1
rte_write32
Function · 0.50
Tested by
no test coverage detected