Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ nn_writew
Function
nn_writew
dpdk/drivers/common/nfp/nfp_common.h:76–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
static inline void
77
nn_writew(uint16_t val,
78
volatile void *addr)
79
{
80
rte_write16(val, addr);
81
}
82
83
static inline uint64_t
84
nn_readq(volatile void *addr)
Callers
2
nn_cfg_writew
Function · 0.85
nfp_write_mac
Function · 0.85
Calls
1
rte_write16
Function · 0.50
Tested by
no test coverage detected