Searched refs:__be64 (Results 1 – 25 of 66) 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 */177 __be64 ri_generation_deleted;185 __be64 rl_igeneration;200 __be64 rg_igeneration;203 __be64 rg_data0; /* First data location */216 __be64 qu_limit;[all …]
34 typedef __u64 __bitwise __be64; typedef49 #define __aligned_be64 __be64 __attribute__((aligned(8)))
43 __be64 option_mask;44 __be64 vendor_mask;50 __be64 samples_only_option_mask;64 __be64 counter[15];111 __be64 port_xmit_data;112 __be64 port_rcv_data;113 __be64 port_xmit_packets;114 __be64 port_rcv_packets;115 __be64 port_unicast_xmit_packets;116 __be64 port_unicast_rcv_packets;[all …]
26 __be64 tid;30 __be64 mkey;60 __be64 mkey;61 __be64 gid_prefix;100 __be64 sys_guid;101 __be64 node_guid;102 __be64 port_guid;
30 __be64 tid;34 __be64 mkey;82 __be64 system_image_guid;83 __be64 node_guid;84 __be64 port_guid;
103 __be64 remote_ca_guid;121 __be64 remote_ca_guid;211 __be64 service_id;296 __be64 service_id;297 __be64 service_mask;348 int ib_cm_listen(struct ib_cm_id *cm_id, __be64 service_id,349 __be64 service_mask);353 __be64 service_id);359 __be64 service_id;528 __be64 service_id;
20 __be64 uib_addr64[2];61 __be64 sib_sid;62 __be64 sib_sid_mask;
49 __be64 vaddr; /* potentially unaligned */55 __be64 vaddr; /* potentially unaligned */57 __be64 swap_data; /* potentially unaligned */58 __be64 compare_data; /* potentially unaligned */74 __be64 atomic_ack_eth; /* potentially unaligned */110 static inline u64 ib_u64_get(__be64 *p) in ib_u64_get()115 static inline void ib_u64_put(u64 val, __be64 *p) in ib_u64_put()
194 __be64 buf_list;195 __be64 start_addr;196 __be64 reg_len;280 __be64 swap_add;281 __be64 compare;282 __be64 swap_add_mask;283 __be64 compare_mask;292 __be64 dc_key;309 __be64 dc_key;342 __be64 raddr;[all …]
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 …]
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 */
406 __be64 fl_wwpn; /* port name */407 __be64 fl_wwnn; /* node name */514 __be64 adisc_wwpn;515 __be64 adisc_wwnn;528 __be64 fl_n_port_wwn; /* port name */640 __be64 rnid_wwpn; /* N port name */641 __be64 rnid_wwnn; /* node name */719 __be64 pnb_wwpn; /* port name */755 __be64 rps_port_spec; /* port selection */858 __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()
78 const int bit_offset = SHA256_BLOCK_SIZE - sizeof(__be64); in sha256_base_do_finalize()80 __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()
11 __be64 uniq_id; /* EUI-64 */
477 __be64 *p = (__force __be64 *)addr; in ipv6_addr_is_ll_all_nodes()489 __be64 *p = (__force __be64 *)addr; in ipv6_addr_is_ll_all_routers()506 __be64 *p = (__force __be64 *)addr; in ipv6_addr_is_solict_mult()521 __be64 *p = (__force __be64 *)addr; in ipv6_addr_is_all_snoopers()
15 typedef __be64 fdt64_t;
192 __be64 fd_wwn; /* 64-bit WWN, unaligned */203 __be64 fd_wwn; /* fabric name, unaligned */232 __be64 fd_wwpn; /* port name, unaligned */