MCPcopy 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
76static inline void
77nn_writew(uint16_t val,
78 volatile void *addr)
79{
80 rte_write16(val, addr);
81}
82
83static inline uint64_t
84nn_readq(volatile void *addr)

Callers 2

nn_cfg_writewFunction · 0.85
nfp_write_macFunction · 0.85

Calls 1

rte_write16Function · 0.50

Tested by

no test coverage detected