Home
last modified time | relevance | path

Searched refs:__be64 (Results 1 – 25 of 34) sorted by relevance

12

/include/linux/
Dgfs2_ondisk.h57 __be64 no_formal_ino;
58 __be64 no_addr;
84 __be64 __pad0; /* Was generation number in gfs1 */
141 __be64 ri_addr; /* grp block disk address */
145 __be64 ri_data0; /* first data location */
180 __be64 rg_igeneration;
190 __be64 qu_limit;
191 __be64 qu_warn;
192 __be64 qu_value;
246 __be64 di_size; /* number of bytes in file */
[all …]
Dtypes.h127 #define aligned_be64 __be64 __attribute__((aligned(8)))
183 typedef __u64 __bitwise __be64; typedef
198 #define __aligned_be64 __be64 __attribute__((aligned(8)))
Dpnfs_osd_xdr.h94 (unsigned long long)be64_to_cpup((__be64 *)(oid_device_id)->data)
97 (unsigned long long)be64_to_cpup(((__be64 *)(oid_device_id)->data) + 1)
Dnbd.h89 __be64 from;
/include/rdma/
Dib_pma.h69 __be64 option_mask;
70 __be64 vendor_mask;
76 __be64 samples_only_option_mask;
90 __be64 counter[15];
137 __be64 port_xmit_data;
138 __be64 port_rcv_data;
139 __be64 port_xmit_packets;
140 __be64 port_rcv_packets;
141 __be64 port_unicast_xmit_packets;
142 __be64 port_unicast_rcv_packets;
[all …]
Dib_user_cm.h100 __be64 service_id;
101 __be64 service_mask;
113 __be64 service_id;
114 __be64 service_mask;
136 __be64 sid;
200 __be64 sid;
235 __be64 remote_ca_guid;
253 __be64 remote_ca_guid;
Dib_smi.h53 __be64 tid;
57 __be64 mkey;
87 __be64 mkey;
88 __be64 gid_prefix;
Dib_cm.h120 __be64 remote_ca_guid;
137 __be64 remote_ca_guid;
288 __be64 service_id;
289 __be64 service_mask;
348 int ib_cm_listen(struct ib_cm_id *cm_id, __be64 service_id, __be64 service_mask,
354 __be64 service_id;
555 __be64 service_id;
Dib_mad.h146 __be64 tid;
172 __be64 sm_key;
/include/scsi/
Dosd_protocol.h156 /*16*/ __be64 partition;
157 /*24*/ __be64 object;
161 /*36*/ __be64 length;
162 /*44*/ __be64 start_address;
167 /*32*/ __be64 length;
168 /*40*/ __be64 start_address;
385 __be64 object_id;
436 __be64 list_bytes; /* bytes in list excluding list_bytes (-8) */
437 __be64 continuation_id;
441 __be64 object_ids[0];
[all …]
Dosd_attributes.h195 __be64 default_maximum_user_object_length;
196 __be64 partition_capacity_quota;
197 __be64 partition_object_count;
198 __be64 partition_collections_per_user_object;
199 __be64 partition_count;
212 __be64 default_maximum_user_object_length;
213 __be64 capacity_quota;
214 __be64 object_count;
215 __be64 collections_per_user_object;
225 __be64 maximum_length;
[all …]
Dsrp.h96 __be64 va;
182 __be64 lun __attribute__((packed));
203 __be64 lun __attribute__((packed));
268 __be64 lun;
Dosd_sense.h188 /*4*/ __be64 information;
225 /*16*/ __be64 partition_id;
226 /*24*/ __be64 object_id;
/include/linux/mlx4/
Dqp.h170 __be64 db_rec_addr;
270 __be64 addr;
271 __be64 length;
285 __be64 buf_list;
286 __be64 start_addr;
287 __be64 reg_len;
309 __be64 pa;
313 __be64 raddr;
319 __be64 swap_add;
320 __be64 compare;
[all …]
Ddevice.h380 __be64 *mtts;
483 __be64 rx_frames;
484 __be64 rx_bytes;
485 __be64 tx_frames;
486 __be64 tx_bytes;
/include/scsi/fc/
Dfc_ns.h137 __be64 fp_wwpn; /* port name */
144 __be64 fn_wwpn; /* port name */
177 __be64 fr_wwn; /* node name or port name */
184 __be64 fr_wwn; /* node name */
Dfc_els.h318 __be64 fl_wwpn; /* port name */
319 __be64 fl_wwnn; /* node name */
426 __be64 adisc_wwpn;
427 __be64 adisc_wwnn;
440 __be64 fl_n_port_wwn; /* port name */
552 __be64 rnid_wwpn; /* N port name */
553 __be64 rnid_wwnn; /* node name */
631 __be64 pnb_wwpn; /* port name */
667 __be64 rps_port_spec; /* port selection */
770 __be64 clir_wwpn; /* incident port name */
[all …]
Dfc_fip.h199 __be64 fd_wwn; /* 64-bit WWN, unaligned */
210 __be64 fd_wwn; /* fabric name, unaligned */
239 __be64 fd_wwpn; /* port name, unaligned */
Dfc_ms.h114 __be64 id;
121 __be64 portname;
/include/linux/byteorder/
Dbig_endian.h24 #define __constant_cpu_to_be64(x) ((__force __be64)(__u64)(x))
25 #define __constant_be64_to_cpu(x) ((__force __u64)(__be64)(x))
36 #define __cpu_to_be64(x) ((__force __be64)(__u64)(x))
37 #define __be64_to_cpu(x) ((__force __u64)(__be64)(x))
67 static inline __be64 __cpu_to_be64p(const __u64 *p) in __cpu_to_be64p()
69 return (__force __be64)*p; in __cpu_to_be64p()
71 static inline __u64 __be64_to_cpup(const __be64 *p) in __be64_to_cpup()
Dlittle_endian.h24 #define __constant_cpu_to_be64(x) ((__force __be64)___constant_swab64((x)))
25 #define __constant_be64_to_cpu(x) ___constant_swab64((__force __u64)(__be64)(x))
36 #define __cpu_to_be64(x) ((__force __be64)__swab64((x)))
37 #define __be64_to_cpu(x) __swab64((__force __u64)(__be64)(x))
67 static inline __be64 __cpu_to_be64p(const __u64 *p) in __cpu_to_be64p()
69 return (__force __be64)__swab64p(p); in __cpu_to_be64p()
71 static inline __u64 __be64_to_cpup(const __be64 *p) in __be64_to_cpup()
Dgeneric.h168 static inline void be64_add_cpu(__be64 *var, u64 val) in be64_add_cpu()
/include/linux/unaligned/
Daccess_ok.h34 return be64_to_cpup((__be64 *)p); in get_unaligned_be64()
64 *((__be64 *)p) = cpu_to_be64(val); in put_unaligned_be64()
/include/linux/sunrpc/
Drpc_rdma.h48 __be64 rs_offset; /* Chunk virtual address or offset */
/include/crypto/
Db128ops.h57 __be64 a, b;

12