Home
last modified time | relevance | path

Searched refs:__be32 (Results 151 – 175 of 2001) sorted by relevance

12345678910>>...81

/openbmc/linux/drivers/pci/hotplug/
H A Drpaphp_core.c160 const __be32 **drc_names, const __be32 **drc_types, in get_children_props()
161 const __be32 **drc_power_domains) in get_children_props()
163 const __be32 *indexes, *names, *types, *domains; in get_children_props()
199 const __be32 *indexes, *names; in rpaphp_check_drc_props_v1()
200 const __be32 *types, *domains; in rpaphp_check_drc_props_v1()
233 const __be32 *value; in rpaphp_check_drc_props_v2()
273 const __be32 *my_index; in rpaphp_check_drc_props()
317 const __be32 **names, const __be32 **types, in is_php_dn()
318 const __be32 **power_domains) in is_php_dn()
320 const __be32 *drc_types; in is_php_dn()
[all …]
/openbmc/linux/net/tipc/
H A Dname_distr.h63 __be32 type;
64 __be32 lower;
65 __be32 upper;
66 __be32 port;
67 __be32 key;
/openbmc/linux/include/rdma/
H A Dib.h19 __be32 uib_addr32[4];
43 __be32 w1, __be32 w2, __be32 w3, __be32 w4) in ib_addr_set()
59 __be32 sib_flowinfo;
H A Dib_hdrs.h50 __be32 rkey;
51 __be32 length;
56 __be32 rkey;
65 __be32 deth[2];
66 __be32 imm_data;
70 __be32 imm_data;
73 __be32 aeth;
76 __be32 imm_data;
77 __be32 aeth;
78 __be32 ieth;
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dhtc.h169 __be32 mask;
174 __be32 rx;
175 __be32 rxorn;
176 __be32 rxeol;
177 __be32 txurn;
178 __be32 txto;
179 __be32 cst;
184 __be32 fifoerr;
189 __be32 qnull;
191 __be32 nobuf;
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/syscalls/
H A Drtas_filter.c39 typedef __be32 uint32_t;
41 __be32 token;
42 __be32 nargs;
43 __be32 nret;
44 __be32 args[16];
45 __be32 *rets; /* Pointer to return values in args[]. */
112 __be32 *rets[16]; in rtas_call()
131 args.args[i] = (__be32) va_arg(ap, unsigned long); in rtas_call()
134 rets[i] = (__be32 *) va_arg(ap, unsigned long); in rtas_call()
160 __be32 rets[1]; in test()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_fdir.h101 __be32 dst_ip;
102 __be32 src_ip;
105 __be32 l4_header;
106 __be32 sec_parm_idx; /* security parameter index */
116 __be32 dst_ip[ICE_IPV6_ADDR_LEN_AS_U32];
117 __be32 src_ip[ICE_IPV6_ADDR_LEN_AS_U32];
120 __be32 l4_header; /* next header */
121 __be32 sec_parm_idx; /* security parameter index */
131 __be32 teid;
146 __be32 session_id;
H A Dice_protocol_type.h141 __be32 vlan_id;
158 __be32 src_addr;
159 __be32 dst_addr;
163 __be32 be_ver_tc_flow;
174 __be32 verification_tag;
175 __be32 check;
188 __be32 vni; /* only use lower 24-bits */
195 __be32 teid;
214 __be32 session_id;
221 __be32 tni_flow;
/openbmc/linux/include/uapi/linux/
H A Dnbd.h82 __be32 magic; /* NBD_REQUEST_MAGIC */
83 __be32 type; /* See NBD_CMD_* */
89 __be32 len;
97 __be32 magic; /* NBD_REPLY_MAGIC */
98 __be32 error; /* 0 = ok, else error */
/openbmc/linux/arch/m68k/include/uapi/asm/
H A Dbootinfo.h37 __be32 data[]; /* data */
42 __be32 addr; /* physical address of memory chunk */
43 __be32 size; /* length of memory chunk (in bytes) */
174 __be32 magic;
176 __be32 machtype;
177 __be32 version;
/openbmc/linux/include/net/netfilter/
H A Dnf_tproxy.h35 __be32 nf_tproxy_laddr4(struct sk_buff *skb, __be32 user_laddr, __be32 daddr);
56 __be32 laddr, __be16 lport, struct sock *sk);
84 const __be32 saddr, const __be32 daddr,
/openbmc/linux/include/net/
H A Dseg6.h17 static inline void update_csum_diff4(struct sk_buff *skb, __be32 from, in update_csum_diff4()
18 __be32 to) in update_csum_diff4()
20 __be32 diff[] = { ~from, to }; in update_csum_diff4()
25 static inline void update_csum_diff16(struct sk_buff *skb, __be32 *from, in update_csum_diff16()
26 __be32 *to) in update_csum_diff16()
28 __be32 diff[] = { in update_csum_diff16()
H A Dipconfig.h15 extern __be32 ic_myaddr; /* My IP address */
16 extern __be32 ic_gateway; /* Gateway IP address */
18 extern __be32 ic_servaddr; /* Boot server IP address */
20 extern __be32 root_server_addr; /* Address of NFS server */
H A Darp.h62 void arp_send(int type, int ptype, __be32 dest_ip,
63 struct net_device *dev, __be32 src_ip,
66 int arp_mc_map(__be32 addr, u8 *haddr, struct net_device *dev, int dir);
68 int arp_invalidate(struct net_device *dev, __be32 ip, bool force);
70 struct sk_buff *arp_create(int type, int ptype, __be32 dest_ip,
71 struct net_device *dev, __be32 src_ip,
/openbmc/linux/include/uapi/rdma/
H A Dib_user_mad.h79 __be32 qpn;
80 __be32 qkey;
89 __be32 flow_label;
123 __be32 qpn;
124 __be32 qkey;
133 __be32 flow_label;
/openbmc/linux/include/linux/mlx4/
H A Ddevice.h672 __be32 *db;
913 __be32 cqn;
924 __be32 qpn;
927 __be32 srqn;
930 __be32 cqn;
1252 __be32 vni;
1293 __be32 qpn;
1294 __be32 rsvd2;
1345 __be32 rsvd1;
1356 __be32 rsvd1;
[all …]
/openbmc/linux/arch/powerpc/sysdev/
H A Dfsl_pmc.c21 __be32 devdisr;
22 __be32 devdisr2;
23 __be32 :32;
24 __be32 :32;
25 __be32 pmcsr;
/openbmc/linux/sound/firewire/
H A Dcmp.c74 __be32 (*modify)(struct cmp_connection *c, __be32 old), in pcr_modify()
75 int (*check)(struct cmp_connection *c, __be32 pcr), in pcr_modify()
78 __be32 old_arg, buffer[2]; in pcr_modify()
125 __be32 mpr_be; in cmp_connection_init()
162 __be32 pcr; in cmp_connection_check_used()
220 static __be32 ipcr_set_modify(struct cmp_connection *c, __be32 ipcr) in ipcr_set_modify()
250 static __be32 opcr_set_modify(struct cmp_connection *c, __be32 opcr) in opcr_set_modify()
278 static int pcr_set_check(struct cmp_connection *c, __be32 pcr) in pcr_set_check()
383 static __be32 pcr_break_modify(struct cmp_connection *c, __be32 pcr) in pcr_break_modify()
/openbmc/linux/arch/powerpc/include/asm/
H A Ddrmem.h62 __be32 drc_index;
63 __be32 reserved;
64 __be32 aa_index;
65 __be32 flags;
110 int (*func)(struct drmem_lmb *, const __be32 **, void *));
116 int (*func)(struct drmem_lmb *, const __be32 **, void *));
/openbmc/linux/include/soc/fsl/
H A Dcpm.h20 __be32 rstate; /* Internal */
21 __be32 rdp; /* Internal */
24 __be32 rxtmp; /* Internal */
25 __be32 tstate; /* Internal */
26 __be32 tdp; /* Internal */
29 __be32 txtmp; /* Internal */
30 __be32 res; /* Tx temp. */
/openbmc/linux/fs/afs/
H A Dafs.h83 __be32 time_low; /* low part of timestamp */
197 __be32 time_low;
198 __be32 time_mid;
199 __be32 time_hi_and_version;
200 __be32 clock_seq_hi_and_reserved;
201 __be32 clock_seq_low;
202 __be32 node[6];
/openbmc/u-boot/include/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 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()
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 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()
/openbmc/linux/include/uapi/linux/byteorder/
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) in __cpu_to_be32p()
79 return (__force __be32)*p; in __cpu_to_be32p()
81 static __always_inline __u32 __be32_to_cpup(const __be32 *p) in __be32_to_cpup()
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) in __cpu_to_be32p()
79 return (__force __be32)__swab32p(p); in __cpu_to_be32p()
81 static __always_inline __u32 __be32_to_cpup(const __be32 *p) in __be32_to_cpup()

12345678910>>...81