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

Function out_be32

dpdk/drivers/common/dpaax/compat.h:136–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136static inline void out_be32(volatile void *__p, u32 val)
137{
138 volatile u32 *p = __p;
139 *p = rte_cpu_to_be_32(val);
140}
141
142#define hwsync() rte_rmb()
143#define lwsync() rte_wmb()

Callers 15

fman_finishFunction · 0.85
fman_if_clear_mac_addrFunction · 0.85
fman_if_add_mac_addrFunction · 0.85
fman_if_stats_resetFunction · 0.85
fman_if_enable_rxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected