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

Function in_be32

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

I/O operations */

Source from the content-addressed store, hash-verified

128
129/* I/O operations */
130static inline u32 in_be32(volatile void *__p)
131{
132 volatile u32 *p = __p;
133 return rte_be_to_cpu_32(*p);
134}
135
136static inline void out_be32(volatile void *__p, u32 val)
137{

Callers 15

fman_get_ip_revFunction · 0.85
fman_finishFunction · 0.85
fman_if_stats_getFunction · 0.85
fman_if_stats_get_allFunction · 0.85
fman_if_stats_resetFunction · 0.85
fman_if_enable_rxFunction · 0.85
fman_if_disable_rxFunction · 0.85
fman_if_get_rx_statusFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected