Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
static inline void
35
nitrox_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_ */
Callers
5
nps_pkt_input_ring_disable
Function · 0.85
nps_pkt_solicited_port_disable
Function · 0.85
setup_nps_pkt_input_ring
Function · 0.85
setup_nps_pkt_solicit_output_port
Function · 0.85
vf_get_vf_config_mode
Function · 0.85
Calls
1
rte_write64
Function · 0.50
Tested by
no test coverage detected