Searched refs:__be64 (Results 1 – 25 of 37) sorted by relevance
12
/include/uapi/linux/ |
D | gfs2_ondisk.h | 57 __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 */ 178 __be64 rl_igeneration; 190 __be64 rg_igeneration; 200 __be64 qu_limit; 201 __be64 qu_warn; 202 __be64 qu_value; [all …]
|
D | types.h | 37 typedef __u64 __bitwise __be64; typedef 52 #define __aligned_be64 __be64 __attribute__((aligned(8)))
|
D | nbd.h | 65 __be64 from;
|
/include/rdma/ |
D | ib_pma.h | 69 __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 …]
|
D | ib_smi.h | 53 __be64 tid; 57 __be64 mkey; 87 __be64 mkey; 88 __be64 gid_prefix;
|
D | ib_cm.h | 120 __be64 remote_ca_guid; 137 __be64 remote_ca_guid; 300 __be64 service_id; 301 __be64 service_mask; 360 int ib_cm_listen(struct ib_cm_id *cm_id, __be64 service_id, __be64 service_mask, 366 __be64 service_id; 567 __be64 service_id;
|
/include/scsi/ |
D | osd_protocol.h | 156 /*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 …]
|
D | osd_attributes.h | 195 __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 …]
|
D | srp.h | 96 __be64 va; 182 __be64 lun __attribute__((packed)); 203 __be64 lun __attribute__((packed)); 268 __be64 lun;
|
D | osd_sense.h | 188 /*4*/ __be64 information; 225 /*16*/ __be64 partition_id; 226 /*24*/ __be64 object_id;
|
/include/linux/mlx4/ |
D | qp.h | 193 __be64 db_rec_addr; 303 __be64 addr; 304 __be64 length; 318 __be64 buf_list; 319 __be64 start_addr; 320 __be64 reg_len; 344 __be64 raddr; 350 __be64 swap_add; 351 __be64 compare; 355 __be64 swap_add; [all …]
|
D | device.h | 531 __be64 *mtts; 634 __be64 rx_frames; 635 __be64 rx_bytes; 636 __be64 tx_frames; 637 __be64 tx_bytes; 671 __be64 out_param; 697 __be64 mac; 716 __be64 gid_prefix; 1127 void mlx4_put_slave_node_guid(struct mlx4_dev *dev, int slave, __be64 guid); 1128 __be64 mlx4_get_slave_node_guid(struct mlx4_dev *dev, int slave);
|
/include/uapi/scsi/fc/ |
D | fc_ns.h | 137 __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 */
|
D | fc_els.h | 318 __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 …]
|
/include/uapi/linux/byteorder/ |
D | big_endian.h | 24 #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()
|
D | little_endian.h | 24 #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()
|
/include/uapi/rdma/ |
D | ib_user_cm.h | 100 __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;
|
/include/linux/unaligned/ |
D | access_ok.h | 34 return be64_to_cpup((__be64 *)p); in get_unaligned_be64() 64 *((__be64 *)p) = cpu_to_be64(val); in put_unaligned_be64()
|
/include/net/ |
D | firewire.h | 10 __be64 uniq_id; /* EUI-64 */
|
D | ipv6.h | 446 static inline bool __ipv6_prefix_equal64_half(const __be64 *a1, in __ipv6_prefix_equal64_half() 447 const __be64 *a2, in __ipv6_prefix_equal64_half() 459 const __be64 *a1 = (const __be64 *)addr1; in ipv6_prefix_equal() 460 const __be64 *a2 = (const __be64 *)addr2; in ipv6_prefix_equal() 587 *(__be64 *)a | in ipv6_addr_v4mapped() 651 const __be64 *a1 = token1, *a2 = token2; in __ipv6_addr_diff64() 657 __be64 xb = a1[i] ^ a2[i]; in __ipv6_addr_diff64()
|
/include/scsi/fc/ |
D | fc_fip.h | 199 __be64 fd_wwn; /* 64-bit WWN, unaligned */ 210 __be64 fd_wwn; /* fabric name, unaligned */ 239 __be64 fd_wwpn; /* port name, unaligned */
|
D | fc_ms.h | 114 __be64 id; 121 __be64 portname;
|
/include/linux/ |
D | pnfs_osd_xdr.h | 93 (unsigned long long)be64_to_cpup((__be64 *)(oid_device_id)->data) 96 (unsigned long long)be64_to_cpup(((__be64 *)(oid_device_id)->data) + 1)
|
/include/crypto/ |
D | b128ops.h | 57 __be64 a, b;
|
/include/linux/sunrpc/ |
D | rpc_rdma.h | 48 __be64 rs_offset; /* Chunk virtual address or offset */
|
12