Searched refs:__be32 (Results 276 - 300 of 1972) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/xtensa/include/asm/
H A Dchecksum.h123 static __inline__ __wsum csum_tcpudp_nofold(__be32 saddr, __be32 daddr,
156 static __inline__ __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr,
/linux-master/arch/sparc/include/asm/
H A Dchecksum_32.h132 static inline __wsum csum_tcpudp_nofold(__be32 saddr, __be32 daddr,
151 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr,
/linux-master/arch/x86/include/asm/
H A Dchecksum_32.h109 static inline __wsum csum_tcpudp_nofold(__be32 saddr, __be32 daddr,
127 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr,
/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_s302m.h63 __be32 bitfield;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtrap.h17 __be32 mkey_be;
/linux-master/fs/ocfs2/cluster/
H A Dtcp_internal.h66 __be32 o2hb_heartbeat_timeout_ms;
67 __be32 o2net_idle_timeout_ms;
68 __be32 o2net_keepalive_delay_ms;
69 __be32 o2net_reconnect_delay_ms;
H A Dtcp.h29 __be32 sys_status;
30 __be32 status;
31 __be32 key;
32 __be32 msg_num;
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_dsa.c36 __be32 *dsa_words = (__be32 *)dsa_buf;
85 __be32 *dsa_words = (__be32 *)dsa_buf;
/linux-master/include/uapi/linux/netfilter_bridge/
H A Debt_among.h37 __be32 ip;
/linux-master/include/scsi/
H A Dsas.h298 __be32 crc;
319 __be32 data_offs;
332 __be32 sense_data_len;
333 __be32 response_data_len;
364 __be32 requested_offset;
365 __be32 write_data_len;
366 __be32 _r_a;
471 __be32 crc;
519 __be32 crc;
540 __be32 data_off
[all...]
/linux-master/arch/sh/include/asm/
H A Dchecksum_32.h115 static inline __wsum csum_tcpudp_nofold(__be32 saddr, __be32 daddr,
141 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr,
/linux-master/include/net/
H A Drawv6.h16 u8 type, u8 code, int inner_offset, __be32);
H A Dflow_dissector.h104 __be32 keyid;
114 __be32 src;
115 __be32 dst;
134 __be32 key;
175 __be32 ports;
301 __be32 session_id;
309 __be32 spi;
409 __be32 flow_get_u32_src(const struct flow_keys *flow);
410 __be32 flow_get_u32_dst(const struct flow_keys *flow);
/linux-master/drivers/pci/hotplug/
H A Drpaphp_core.c159 static int get_children_props(struct device_node *dn, const __be32 **drc_indexes,
160 const __be32 **drc_names, const __be32 **drc_types,
161 const __be32 **drc_power_domains)
163 const __be32 *indexes, *names, *types, *domains;
199 const __be32 *indexes, *names;
200 const __be32 *types, *domains;
233 const __be32 *value;
273 const __be32 *my_index;
316 static int is_php_dn(struct device_node *dn, const __be32 **indexe
[all...]
/linux-master/fs/xfs/scrub/
H A Ddabtree.h39 int xchk_da_btree_hash(struct xchk_da_btree *ds, int level, __be32 *hashp);
/linux-master/arch/powerpc/include/asm/
H A Dtopology.h39 int cpu_relative_distance(__be32 *cpu1_assoc, __be32 *cpu2_assoc);
92 static inline int cpu_relative_distance(__be32 *cpu1_assoc, __be32 *cpu2_assoc)
/linux-master/arch/powerpc/platforms/pseries/
H A Dvas.h110 __be32 pid; /* LPAR Process ID */
111 __be32 tid; /* LPAR Thread ID */
113 __be32 interrupt; /* Interrupt when NX request completes */
114 __be32 fault; /* Interrupt when NX sees fault */
/linux-master/arch/s390/include/asm/
H A Dchecksum.h74 static inline __wsum csum_tcpudp_nofold(__be32 saddr, __be32 daddr, __u32 len,
91 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len,
/linux-master/include/uapi/linux/byteorder/
H 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 __always_inline __be32 __cpu_to_be32p(const __u32 *p)
79 return (__force __be32)__swab32p(p);
81 static __always_inline __u32 __be32_to_cpup(const __be32 *p)
H 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 __always_inline __be32 __cpu_to_be32p(const __u32 *p)
79 return (__force __be32)*p;
81 static __always_inline __u32 __be32_to_cpup(const __be32 *p)
/linux-master/sound/firewire/tascam/
H A Damdtp-tascam.c36 __be32 *buffer, unsigned int frames,
66 __be32 *buffer, unsigned int frames,
98 static void write_pcm_silence(struct amdtp_stream *s, __be32 *buffer,
130 __be32 *buffer, unsigned int data_blocks)
138 __be32 before;
139 __be32 after;
146 __be32 mask;
186 __be32 *buf = desc->ctx_payload;
207 __be32 *buf = desc->ctx_payload;
/linux-master/fs/hfs/
H A Dhfs_fs.h109 __be32 *bitmap; /* The page holding the
148 __be32 s_type; /* Type for new files */
149 __be32 s_creator; /* Creator for new files */
207 extern void hfs_inode_write_fork(struct inode *, struct hfs_extent *, __be32 *, __be32 *);
212 __be32 log_size, __be32 phys_size, u32 clump_size);
258 static inline time64_t __hfs_m_to_utime(__be32 mt)
265 static inline __be32 __hfs_u_to_mtime(time64_t ut)
/linux-master/drivers/of/
H A Daddress.c27 static void of_dump_addr(const char *s, const __be32 *addr, int na)
35 static void of_dump_addr(const char *s, const __be32 *addr, int na) { }
45 u64 (*map)(__be32 *addr, const __be32 *range,
47 int (*translate)(__be32 *addr, u64 offset, int na);
49 unsigned int (*get_flags)(const __be32 *addr);
65 static u64 of_bus_default_map(__be32 *addr, const __be32 *range,
81 static int of_bus_default_translate(__be32 *addr, u64 offset, int na)
93 static unsigned int of_bus_default_flags_get_flags(const __be32 *add
[all...]
/linux-master/fs/nfsd/
H A Dnfs4proc.c81 static __be32
103 static __be32
107 __be32 status = nfs_ok;
141 static __be32
161 static __be32 nfsd_check_obj_isreg(struct svc_fh *fh)
193 static __be32
231 static __be32
243 __be32 status;
417 static __be32
422 __be32 statu
[all...]
/linux-master/arch/powerpc/mm/
H A Dnuma.c62 static const __be32 *distance_ref_points;
170 static int __associativity_to_nid(const __be32 *associativity,
193 static int associativity_to_nid(const __be32 *associativity)
201 static int __cpu_form2_relative_distance(__be32 *cpu1_assoc, __be32 *cpu2_assoc)
218 static int __cpu_form1_relative_distance(__be32 *cpu1_assoc, __be32 *cpu2_assoc)
234 int cpu_relative_distance(__be32 *cpu1_assoc, __be32 *cpu2_assoc)
244 static const __be32 *of_get_associativit
[all...]

Completed in 318 milliseconds

<<11121314151617181920>>