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

Function nitrox_read_csr

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

Source from the content-addressed store, hash-verified

26#define AQMQ_QSZX(_i) (0x20008UL + ((_i) * 0x40000UL))
27
28static inline uint64_t
29nitrox_read_csr(uint8_t *bar_addr, uint64_t offset)
30{
31 return rte_read64(bar_addr + offset);
32}
33
34static inline void
35nitrox_write_csr(uint8_t *bar_addr, uint64_t offset, uint64_t value)

Calls 1

rte_read64Function · 0.50

Tested by

no test coverage detected