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

Function nitrox_write_csr

dpdk/drivers/crypto/nitrox/nitrox_csr.h:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34static inline void
35nitrox_write_csr(uint8_t *bar_addr, uint64_t offset, uint64_t value)
36{
37 rte_write64(value, (bar_addr + offset));
38}
39
40#endif /* _NITROX_CSR_H_ */

Calls 1

rte_write64Function · 0.50

Tested by

no test coverage detected