Searched refs:__be64 (Results 1 – 25 of 63) sorted by relevance
123
58 __be64 no_formal_ino;59 __be64 no_addr;85 __be64 __pad0; /* Was generation number in gfs1 */142 __be64 ri_addr; /* grp block disk address */146 __be64 ri_data0; /* first data location */179 __be64 rl_igeneration;194 __be64 rg_igeneration;197 __be64 rg_data0; /* First data location */210 __be64 qu_limit;211 __be64 qu_warn;[all …]
34 typedef __u64 __bitwise __be64; typedef49 #define __aligned_be64 __be64 __attribute__((aligned(8)))
70 __be64 option_mask;71 __be64 vendor_mask;77 __be64 samples_only_option_mask;91 __be64 counter[15];138 __be64 port_xmit_data;139 __be64 port_rcv_data;140 __be64 port_xmit_packets;141 __be64 port_rcv_packets;142 __be64 port_unicast_xmit_packets;143 __be64 port_unicast_rcv_packets;[all …]
53 __be64 tid;57 __be64 mkey;87 __be64 mkey;88 __be64 gid_prefix;127 __be64 sys_guid;128 __be64 node_guid;129 __be64 port_guid;
57 __be64 tid;61 __be64 mkey;109 __be64 system_image_guid;110 __be64 node_guid;111 __be64 port_guid;
130 __be64 remote_ca_guid;147 __be64 remote_ca_guid;235 __be64 service_id;320 __be64 service_id;321 __be64 service_mask;372 int ib_cm_listen(struct ib_cm_id *cm_id, __be64 service_id,373 __be64 service_mask);377 __be64 service_id);383 __be64 service_id;585 __be64 service_id;
47 __be64 uib_addr64[2];88 __be64 sib_sid;89 __be64 sib_sid_mask;
91 __be64 vaddr; /* potentially unaligned */97 __be64 vaddr; /* potentially unaligned */99 __be64 swap_data; /* potentially unaligned */100 __be64 compare_data; /* potentially unaligned */116 __be64 atomic_ack_eth; /* potentially unaligned */152 static inline u64 ib_u64_get(__be64 *p) in ib_u64_get()157 static inline void ib_u64_put(u64 val, __be64 *p) in ib_u64_put()
216 __be64 db_rec_addr;236 __be64 qp_mask;237 __be64 primary_addr_path_mask;238 __be64 secondary_addr_path_mask;378 __be64 addr;379 __be64 length;393 __be64 buf_list;394 __be64 start_addr;395 __be64 reg_len;419 __be64 raddr;[all …]
193 __be64 buf_list;194 __be64 start_addr;195 __be64 reg_len;269 __be64 swap_add;270 __be64 compare;271 __be64 swap_add_mask;272 __be64 compare_mask;281 __be64 dc_key;298 __be64 dc_key;330 __be64 raddr;[all …]
79 __be64 IU_data_ptr; /* the TCE for transferring data */128 __be64 tag;140 __be64 buffer;146 __be64 buffer;151 __be64 buffer;160 __be64 buffer;
73 __be64 write_va;75 __be64 read_va;
125 __be64 fp_wwpn; /* port name */132 __be64 fn_wwpn; /* port name */165 __be64 fr_wwn; /* node name or port name */172 __be64 fr_wwn; /* node name */
308 __be64 fl_wwpn; /* port name */309 __be64 fl_wwnn; /* node name */416 __be64 adisc_wwpn;417 __be64 adisc_wwnn;430 __be64 fl_n_port_wwn; /* port name */542 __be64 rnid_wwpn; /* N port name */543 __be64 rnid_wwnn; /* node name */621 __be64 pnb_wwpn; /* port name */657 __be64 rps_port_spec; /* port selection */760 __be64 clir_wwpn; /* incident port name */[all …]
98 const int bit_offset = SHA512_BLOCK_SIZE - sizeof(__be64[2]); in sha512_base_do_finalize()100 __be64 *bits = (__be64 *)(sctx->buf + bit_offset); in sha512_base_do_finalize()123 __be64 *digest = (__be64 *)out; in sha512_base_finish()126 for (i = 0; digest_size > 0; i++, digest_size -= sizeof(__be64)) in sha512_base_finish()
78 const int bit_offset = SM3_BLOCK_SIZE - sizeof(__be64); in sm3_base_do_finalize()80 __be64 *bits = (__be64 *)(sctx->buffer + bit_offset); in sm3_base_do_finalize()
75 const int bit_offset = SHA1_BLOCK_SIZE - sizeof(__be64); in sha1_base_do_finalize()77 __be64 *bits = (__be64 *)(sctx->buffer + bit_offset); in sha1_base_do_finalize()
76 const int bit_offset = SHA256_BLOCK_SIZE - sizeof(__be64); in sha256_base_do_finalize()78 __be64 *bits = (__be64 *)(sctx->buf + bit_offset); in sha256_base_do_finalize()
25 #define __constant_cpu_to_be64(x) ((__force __be64)___constant_swab64((x)))26 #define __constant_be64_to_cpu(x) ___constant_swab64((__force __u64)(__be64)(x))37 #define __cpu_to_be64(x) ((__force __be64)__swab64((x)))38 #define __be64_to_cpu(x) __swab64((__force __u64)(__be64)(x))68 static __always_inline __be64 __cpu_to_be64p(const __u64 *p) in __cpu_to_be64p()70 return (__force __be64)__swab64p(p); in __cpu_to_be64p()72 static __always_inline __u64 __be64_to_cpup(const __be64 *p) in __be64_to_cpup()
25 #define __constant_cpu_to_be64(x) ((__force __be64)(__u64)(x))26 #define __constant_be64_to_cpu(x) ((__force __u64)(__be64)(x))37 #define __cpu_to_be64(x) ((__force __be64)(__u64)(x))38 #define __be64_to_cpu(x) ((__force __u64)(__be64)(x))68 static __always_inline __be64 __cpu_to_be64p(const __u64 *p) in __cpu_to_be64p()70 return (__force __be64)*p; in __cpu_to_be64p()72 static __always_inline __u64 __be64_to_cpup(const __be64 *p) in __be64_to_cpup()
35 return be64_to_cpup((__be64 *)p); in get_unaligned_be64()65 *((__be64 *)p) = cpu_to_be64(val); in put_unaligned_be64()
29 __be64 connection_id;226 __be64 id;233 __be64 connection_id;240 __be64 association_id;
15 typedef __be64 fdt64_t;
11 __be64 uniq_id; /* EUI-64 */
192 __be64 fd_wwn; /* 64-bit WWN, unaligned */203 __be64 fd_wwn; /* fabric name, unaligned */232 __be64 fd_wwpn; /* port name, unaligned */