Home
last modified time | relevance | path

Searched refs:__be32 (Results 1 – 16 of 16) sorted by relevance

/include/net/
A Dncsi-pkt.h17 __be32 reserved1[2]; /* Reserved */
39 __be32 checksum; /* Checksum */
45 __be32 checksum; /* Checksum */
70 __be32 reserved; /* Reserved */
187 __be32 checksum;
201 __be32 checksum;
322 __be32 checksum;
329 __be32 checksum;
344 __be32 checksum; /* Checksum */
351 __be32 status; /* Status */
[all …]
/include/dm/
A Dof_addr.h27 u64 of_translate_address(const struct device_node *np, const __be32 *in_addr);
45 u64 of_translate_dma_address(const struct device_node *np, const __be32 *in_addr);
75 const __be32 *of_get_address(const struct device_node *np, int index,
A Dof.h130 static inline u64 of_read_number(const __be32 *cell, int size) in of_read_number()
139 static inline unsigned long of_read_ulong(const __be32 *cell, int size) in of_read_ulong()
/include/linux/byteorder/
A Dbig_endian.h16 #define __constant_htonl(x) ((__force __be32)(__u32)(x))
17 #define __constant_ntohl(x) ((__force __u32)(__be32)(x))
28 #define __constant_cpu_to_be32(x) ((__force __be32)(__u32)(x))
29 #define __constant_be32_to_cpu(x) ((__force __u32)(__be32)(x))
40 #define __cpu_to_be32(x) ((__force __be32)(__u32)(x))
41 #define __be32_to_cpu(x) ((__force __u32)(__be32)(x))
77 static inline __be32 __cpu_to_be32p(const __u32 *p) in __cpu_to_be32p()
79 return (__force __be32)*p; in __cpu_to_be32p()
81 static inline __u32 __be32_to_cpup(const __be32 *p) in __be32_to_cpup()
A Dlittle_endian.h16 #define __constant_htonl(x) ((__force __be32)___constant_swab32((x)))
17 #define __constant_ntohl(x) ___constant_swab32((__force __be32)(x))
28 #define __constant_cpu_to_be32(x) ((__force __be32)___constant_swab32((x)))
29 #define __constant_be32_to_cpu(x) ___constant_swab32((__force __u32)(__be32)(x))
40 #define __cpu_to_be32(x) ((__force __be32)__swab32((x)))
41 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x))
77 static inline __be32 __cpu_to_be32p(const __u32 *p) in __cpu_to_be32p()
79 return (__force __be32)__swab32p(p); in __cpu_to_be32p()
81 static inline __u32 __be32_to_cpup(const __be32 *p) in __be32_to_cpup()
A Dgeneric.h181 static inline void be32_add_cpu(__be32 *var, u32 val) in be32_add_cpu()
191 static inline void cpu_to_be32_array(__be32 *dst, const u32 *src, size_t len) in cpu_to_be32_array()
199 static inline void be32_to_cpu_array(u32 *dst, const __be32 *src, size_t len) in be32_to_cpu_array()
/include/
A Dnet6.h23 __be32 u6_addr32[4];
128 __be32 un_data32[1];
141 __be32 reserved:5,
147 __be32 router:1,
208 __be32 valid_lifetime;
210 __be32 preferred_lifetime;
211 __be32 reserved2; /* MUST be ignored by the receiver. */
A Dqfw.h79 __be32 size;
146 __be32 control;
147 __be32 length;
A Dtpm-v1.h270 __be32 attributes;
275 __be32 nv_index;
282 __be32 data_size;
A Dfdt_support.h331 const __be32 *in_addr);
345 const __be32 *in_addr);
A Dnet-common.h27 __be32 s_addr;
A Dvirtio.h396 return be32_to_cpu((__force __be32)val); in __virtio32_to_cpu()
/include/linux/
A Dethtool.h336 __be32 ip4src;
337 __be32 ip4dst;
353 __be32 ip4src;
354 __be32 ip4dst;
355 __be32 spi;
371 __be32 ip4src;
372 __be32 ip4dst;
373 __be32 l4_4_bytes;
A Dlibfdt_env.h18 typedef __be32 fdt32_t;
A Dtypes.h144 typedef __u32 __bitwise __be32; typedef
/include/asm-generic/
A Dunaligned.h57 return be32_to_cpu(__get_unaligned_t(__be32, p)); in get_unaligned_be32()
72 __put_unaligned_t(__be32, cpu_to_be32(val), p); in put_unaligned_be32()

Completed in 40 milliseconds