Home
last modified time | relevance | path

Searched refs:__be64 (Results 1 – 200 of 316) sorted by relevance

12

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Den_port.h100 __be64 mac;
107 __be64 R64_prio_0;
108 __be64 R64_prio_1;
109 __be64 R64_prio_2;
110 __be64 R64_prio_3;
111 __be64 R64_prio_4;
112 __be64 R64_prio_5;
113 __be64 R64_prio_6;
114 __be64 R64_prio_7;
115 __be64 R64_novlan;
[all …]
Dmlx4_stats.h78 __be64 rx_pause;
82 __be64 rx_pause_duration;
84 __be64 rx_pause_transition;
86 __be64 tx_pause;
90 __be64 tx_pause_duration;
92 __be64 tx_pause_transition;
94 __be64 reserved[2];
Dmlx4.h183 __be64 in_param;
186 __be64 out_param;
298 __be64 start;
299 __be64 length;
304 __be64 mtt_addr;
352 __be64 db_rec_addr;
372 __be64 db_rec_addr;
502 __be64 guid;
726 __be64 entries[MLX4_MAX_MAC_NUM];
888 __be64 slave_node_guids[MLX4_MFUNC_MAX];
Den_port.c135 static unsigned long en_stats_adder(__be64 *start, __be64 *next, int num) in en_stats_adder()
137 __be64 *curr = start; in en_stats_adder()
/linux-4.1.27/arch/powerpc/include/asm/
Dopal-api.h361 __be64 params[8];
415 __be64 physical_address_start;
416 __be64 physical_address_end;
422 __be64 physical_address_start;
423 __be64 physical_address_end;
468 __be64 hmer;
470 __be64 tfmr;
487 __be64 gemXfir;
488 __be64 gemRfir;
489 __be64 gemRirqfir;
[all …]
Dlppaca.h74 __be64 wait_state_cycles; /* Wait cycles for this proc */
92 volatile __be64 cmo_faults; /* CMO page fault count */
93 volatile __be64 cmo_fault_time; /* CMO page fault time */
100 volatile __be64 dtl_idx; /* Dispatch Trace Log head index */
128 __be64 reserved;
130 __be64 esid;
131 __be64 vsid;
145 __be64 timebase;
146 __be64 fault_addr;
147 __be64 srr0;
[all …]
Dfadump.h85 __be64 source_address;
86 __be64 source_len;
87 __be64 bytes_dumped;
88 __be64 destination_address;
100 __be64 dd_block_offset;
101 __be64 dd_num_blocks;
177 __be64 magic_number;
184 __be64 reg_id;
185 __be64 reg_value;
Dopal.h32 int64_t opal_console_write(int64_t term_number, __be64 *length,
34 int64_t opal_console_read(int64_t term_number, __be64 *length,
37 __be64 *length);
39 __be64 *hour_minute_second_millisecond);
49 int64_t opal_handle_interrupt(uint64_t isn, __be64 *outstanding_event_mask);
50 int64_t opal_poll_events(__be64 *outstanding_event_mask);
75 __be64 *phb_status);
122 __be64 *msi_address, __be32 *message_data);
144 int64_t opal_get_epow_status(__be64 *status);
146 int64_t opal_pci_next_error(uint64_t phb_id, __be64 *first_frozen_pe,
[all …]
Dkvm_book3s_64.h61 static inline long try_lock_hpte(__be64 *hpte, unsigned long bits) in try_lock_hpte()
64 __be64 be_lockbit, be_bits; in try_lock_hpte()
88 static inline void unlock_hpte(__be64 *hpte, unsigned long hpte_v) in unlock_hpte()
96 static inline void __unlock_hpte(__be64 *hpte, unsigned long hpte_v) in __unlock_hpte()
Dnvram.h41 __be64 timestamp;
Dkvm_book3s.h161 extern void kvmppc_invalidate_hpte(struct kvm *kvm, __be64 *hptep,
163 void kvmppc_clear_ref_hpte(struct kvm *kvm, __be64 *hptep,
Dmmu-hash64.h120 __be64 v;
121 __be64 r;
/linux-4.1.27/fs/logfs/
Dlogfs_abi.h191 __be64 gec;
229 __be64 ds_magic;
240 __be64 ds_filesystem_size;
244 __be64 ds_feature_incompat;
245 __be64 ds_feature_ro_compat;
247 __be64 ds_feature_compat;
248 __be64 ds_feature_flags;
250 __be64 ds_root_reserve;
251 __be64 ds_speed_reserve;
255 __be64 ds_super_ofs[2];
[all …]
Dlogfs.h275 __be64 val;
312 level_t level, int child_no, __be64 val);
389 __be64 s_je_array[MAX_JOURNAL_ENTRIES];
539 level_t level, int child_no, __be64 val);
577 __be64 *array, int page_is_empty);
Dreadwrite.c104 static struct timespec be64_to_timespec(__be64 betime) in be64_to_timespec()
109 static __be64 timespec_to_be64(struct timespec tsp) in timespec_to_be64()
442 static __be64 inode_val0(struct inode *inode) in inode_val0()
468 __be64 val; in inode_write_alias()
509 __be64 *child, val; in indirect_write_alias()
616 __be64 *array, int page_is_empty) in initialize_block_counters()
668 __be64 *array; in alloc_indirect_block()
684 __be64 *array; in block_set_pointer()
701 __be64 *block; in block_get_pointer()
832 __be64 *rblock; in seek_holedata_loop()
Djournal.c283 (datalen % sizeof(__be64))) in logfs_read_segment()
300 super->s_no_je = last_len / sizeof(__be64); in logfs_read_segment()
599 *len = super->s_no_je * sizeof(__be64); in logfs_write_commit()
686 level_t level, int child_no, __be64 val) in write_alias_journal()
/linux-4.1.27/include/uapi/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 */
178 __be64 rl_igeneration;
190 __be64 rg_igeneration;
200 __be64 qu_limit;
201 __be64 qu_warn;
202 __be64 qu_value;
[all …]
Dtypes.h37 typedef __u64 __bitwise __be64; typedef
52 #define __aligned_be64 __be64 __attribute__((aligned(8)))
Dnbd.h65 __be64 from;
Dblktrace_api.h118 __be64 sector_from;
/linux-4.1.27/fs/omfs/
Domfs_fs.h25 __be64 s_root_block; /* block number of omfs_root_block */
26 __be64 s_num_blocks; /* total number of FS blocks */
34 __be64 h_self; /* FS block where this is located */
47 __be64 r_fill1;
48 __be64 r_num_blocks; /* total number of FS blocks */
49 __be64 r_root_dir; /* block # of root directory */
50 __be64 r_bitmap; /* block # of free space bitmap */
53 __be64 r_mirrors; /* # of mirrors of system blocks */
59 __be64 i_parent; /* parent containing this inode */
60 __be64 i_sibling; /* next inode in hash bucket */
[all …]
Ddir.c78 block = be64_to_cpu(*((__be64 *) &bh->b_data[ofs])); in omfs_find_entry()
119 __be64 *entry; in omfs_add_link()
127 entry = (__be64 *) &bh->b_data[ofs]; in omfs_add_link()
164 __be64 *entry, next; in omfs_delete_entry()
174 entry = (__be64 *) &bh->b_data[ofs]; in omfs_delete_entry()
408 __be64 *p; in omfs_readdir()
431 p = (__be64 *)(bh->b_data + OMFS_DIR_START) + hchain; in omfs_readdir()
/linux-4.1.27/drivers/scsi/csiostor/
Dt4fw_api_stor.h117 __be64 cookie;
196 __be64 rsp_dmaaddr;
226 __be64 rsp_dmaaddr;
252 __be64 rsp_dmaaddr;
277 __be64 rsp_dmaaddr;
396 __be64 stat0;
397 __be64 stat1;
398 __be64 stat2;
399 __be64 stat3;
400 __be64 stat4;
[all …]
Dcsio_mb.h101 CSIO_MB_MAX_REGS * sizeof(__be64)); \
123 __be64 mb[CSIO_MB_MAX_REGS]; /* MB in HW format */
262 int csio_mb_fwevt_handler(struct csio_hw *, __be64 *);
Dcsio_mb.c1127 csio_mb_dump_fw_dbg(struct csio_hw *hw, __be64 *cmd) in csio_mb_dump_fw_dbg()
1157 __be64 cmd[CSIO_MB_MAX_REGS]; in csio_mb_debug_cmd_handler()
1189 __be64 *cmd = mbp->mb; in csio_mb_issue()
1190 __be64 hdr; in csio_mb_issue()
1401 csio_mb_fwevt_handler(struct csio_hw *hw, __be64 *cmd) in csio_mb_fwevt_handler()
1459 __be64 *cmd; in csio_mb_isr_handler()
1465 __be64 hdr; in csio_mb_isr_handler()
Dcsio_wr.c118 __be64 *d = (__be64 *)(flq->vstart); in csio_wr_fill_fl()
265 flq_idx = csio_wr_alloc_q(hw, nflb * sizeof(__be64), in csio_wr_alloc_q()
266 sizeof(__be64), CSIO_FREELIST, in csio_wr_alloc_q()
318 q->credits = (qsz - csio_wr_qstat_pgsz(hw)) / sizeof(__be64); in csio_wr_alloc_q()
Dcsio_lnode.h236 void csio_fcoe_fwevt_handler(struct csio_hw *, __u8 cpl_op, __be64 *);
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
Dt4fw_api.h171 __be64 r3;
449 __be64 r3;
456 __be64 r2;
457 __be64 r3;
468 __be64 r0;
469 __be64 r1;
470 __be64 r2;
473 __be64 pip_hi;
474 __be64 pip_lo;
475 __be64 lip_hi;
[all …]
Dt4_msg.h217 __be64 wr_lo;
291 __be64 opt0;
292 __be64 opt1;
333 __be64 local_ip_hi;
334 __be64 local_ip_lo;
335 __be64 peer_ip_hi;
336 __be64 peer_ip_lo;
337 __be64 opt0;
338 __be64 opt1;
351 __be64 opt0;
[all …]
Dclip_tbl.c54 *(__be64 *)&c.ip_hi = *(__be64 *)(lip->s6_addr); in clip6_get_mbox()
55 *(__be64 *)&c.ip_lo = *(__be64 *)(lip->s6_addr + 8); in clip6_get_mbox()
69 *(__be64 *)&c.ip_hi = *(__be64 *)(lip->s6_addr); in clip6_release_mbox()
70 *(__be64 *)&c.ip_lo = *(__be64 *)(lip->s6_addr + 8); in clip6_release_mbox()
Dcxgb4.h461 __be64 *desc; /* address of HW Rx descriptor ring */
475 typedef int (*rspq_handler_t)(struct sge_rspq *q, const __be64 *rsp,
480 const __be64 *cur_desc; /* current descriptor in queue */
492 __be64 *desc; /* address of HW response ring */
548 __be64 flit[8];
1052 int t4_ethrx_handler(struct sge_rspq *q, const __be64 *rsp,
1306 int t4_handle_fw_rpl(struct adapter *adap, const __be64 *rpl);
Dsge.c351 const __be64 *addr = (const __be64 *)q->desc; in unmap_sgl()
359 const __be64 *addr = (const __be64 *)q->desc; in unmap_sgl()
369 __be64 addr; in unmap_sgl()
374 *(const __be64 *)q->desc; in unmap_sgl()
593 __be64 *d = &q->desc[q->pidx]; in refill_fl()
802 return DIV_ROUND_UP(skb->len + hdrlen, sizeof(__be64)); in calc_tx_flits()
816 sizeof(struct cpl_tx_pkt_core)) / sizeof(__be64); in calc_tx_flits()
819 sizeof(struct cpl_tx_pkt_core)) / sizeof(__be64); in calc_tx_flits()
1843 int t4_ethrx_handler(struct sge_rspq *q, const __be64 *rsp, in t4_ethrx_handler()
2064 ret = q->handler(q, (const __be64 *)rc, CXGB4_MSG_AN); in process_responses()
[all …]
Dt4_hw.h151 __be64 last_flit;
Dcxgb4_uld.h272 int (*rx_handler)(void *handle, const __be64 *rsp,
/linux-4.1.27/drivers/scsi/ibmvscsi/
Dibmvfc.h143 __be64 tag;
161 __be64 max_dma_len;
171 __be64 capabilities;
173 __be64 node_name;
178 __be64 reserved2[2];
212 __be64 capabilities;
217 __be64 max_dma_len;
218 __be64 scsi_id;
219 __be64 port_name;
220 __be64 node_name;
[all …]
Dviosrp.h80 __be64 IU_data_ptr; /* the TCE for transferring data */
130 __be64 tag;
142 __be64 buffer;
148 __be64 buffer;
153 __be64 buffer;
158 __be64 buffer;
167 __be64 buffer;
/linux-4.1.27/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_cm.h121 __be64 remote_ca_guid;
138 __be64 remote_ca_guid;
301 __be64 service_id;
302 __be64 service_mask;
361 int ib_cm_listen(struct ib_cm_id *cm_id, __be64 service_id, __be64 service_mask,
367 __be64 service_id;
568 __be64 service_id;
Dib_smi.h53 __be64 tid;
57 __be64 mkey;
87 __be64 mkey;
88 __be64 gid_prefix;
Dib.h44 __be64 uib_addr64[2];
85 __be64 sib_sid;
86 __be64 sib_sid_mask;
Dib_mad.h147 __be64 tid;
173 __be64 sm_key;
Drdma_cm.h381 __be64 rdma_get_service_id(struct rdma_cm_id *id, struct sockaddr *addr);
/linux-4.1.27/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;
/linux-4.1.27/drivers/misc/genwqe/
Dcard_ddcb.h72 __be64 fwiv_64; /* Firmware Invariant. */
76 __be64 ats_64; /* Address Translation Spec */
87 __be64 deque_ts_64; /* Deque Time Stamp. */
93 __be64 cmplt_ts_64; /* Completion Time Stamp. */
99 __be64 rsvd_SLH_64; /* Reserved for hardware */
102 __be64 priv_64;
104 __be64 disp_ts_64; /* Dispatch TimeStamp */
183 __be64 target_addr;
Dcard_dev.c582 *(__be64 *)&req->__asiv[0] = cpu_to_be64(dma_addr); in do_flash_update()
583 *(__be64 *)&req->__asiv[8] = cpu_to_be64(tocopy); in do_flash_update()
584 *(__be64 *)&req->__asiv[16] = cpu_to_be64(flash); in do_flash_update()
590 *(__be64 *)&req->__asiv[88] = cpu_to_be64(load->slu_id); in do_flash_update()
591 *(__be64 *)&req->__asiv[96] = cpu_to_be64(load->app_id); in do_flash_update()
594 *(__be64 *)&req->asiv[0] = cpu_to_be64(dma_addr); in do_flash_update()
597 *(__be64 *)&req->asiv[16] = cpu_to_be64(flash); in do_flash_update()
602 *(__be64 *)&req->asiv[80] = cpu_to_be64(load->slu_id); in do_flash_update()
603 *(__be64 *)&req->asiv[88] = cpu_to_be64(load->app_id); in do_flash_update()
708 *(__be64 *)&cmd->__asiv[0] = cpu_to_be64(dma_addr); in do_flash_read()
[all …]
/linux-4.1.27/include/linux/mlx4/
Dqp.h204 __be64 db_rec_addr;
224 __be64 qp_mask;
225 __be64 primary_addr_path_mask;
226 __be64 secondary_addr_path_mask;
360 __be64 addr;
361 __be64 length;
375 __be64 buf_list;
376 __be64 start_addr;
377 __be64 reg_len;
401 __be64 raddr;
[all …]
Ddevice.h667 __be64 *mtts;
779 __be64 rx_frames;
780 __be64 rx_bytes;
781 __be64 tx_frames;
782 __be64 tx_bytes;
848 __be64 out_param;
874 __be64 mac;
893 __be64 gid_prefix;
935 __be64 tid;
939 __be64 mkey;
[all …]
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_format.h190 __be64 sb_dblocks; /* number of data blocks */
191 __be64 sb_rblocks; /* number of realtime blocks */
192 __be64 sb_rextents; /* number of realtime extents */
194 __be64 sb_logstart; /* starting block of log if internal */
195 __be64 sb_rootino; /* root inode number */
196 __be64 sb_rbmino; /* bitmap inode for realtime extents */
197 __be64 sb_rsumino; /* summary inode for rt bitmap */
222 __be64 sb_icount; /* allocated inodes */
223 __be64 sb_ifree; /* free inodes */
224 __be64 sb_fdblocks; /* free data blocks */
[all …]
Dxfs_da_format.h61 __be64 blkno; /* first block of the buffer */
62 __be64 lsn; /* sequence number of last write */
64 __be64 owner; /* inode that owns the block */
358 __be64 blkno; /* first block of the buffer */
359 __be64 lsn; /* sequence number of last write */
361 __be64 owner; /* inode that owns the block */
384 __be64 inumber; /* inode number */
869 __be64 rm_owner;
870 __be64 rm_blkno;
871 __be64 rm_lsn;
Dxfs_bmap_btree.c68 __be64 *fpp; in xfs_bmdr_to_bmbt()
70 __be64 *tpp; in xfs_bmdr_to_bmbt()
346 __be64 *fpp; in xfs_bmbt_to_bmdr()
348 __be64 *tpp; in xfs_bmbt_to_bmdr()
Dxfs_log_format.h160 __be64 h_lsn; /* lsn of this LR : 8 */
161 __be64 h_tail_lsn; /* lsn of 1st LR w/ buffers not committed: 8 */
/linux-4.1.27/include/linux/mlx5/
Dqp.h178 __be64 buf_list;
179 __be64 start_addr;
180 __be64 reg_len;
209 __be64 swap_add;
210 __be64 compare;
211 __be64 swap_add_mask;
212 __be64 compare_mask;
221 __be64 dc_key;
239 __be64 raddr;
245 __be64 swap_add;
[all …]
Ddevice.h86 *((__be64 *)(p) + __mlx5_64_off(typ, fld)) = cpu_to_be64(v); \
89 #define MLX5_GET64(typ, p, fld) be64_to_cpu(*((__be64 *)(p) + __mlx5_64_off(typ, fld)))
394 __be64 in_ptr;
397 __be64 out_ptr;
432 __be64 ieee1588_clk;
460 __be64 gpio_event;
501 __be64 rdma_va;
536 __be64 next;
567 __be64 timestamp;
583 __be64 err_offset;
[all …]
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_mad.h49 __be64 sys_guid;
50 __be64 node_guid;
51 __be64 port_guid;
92 __be64 new_sys_guid;
103 __be64 mkey;
206 __be64 port_xmit_data;
207 __be64 port_rcv_data;
208 __be64 port_xmit_packets;
209 __be64 port_rcv_packets;
210 __be64 port_xmit_wait;
[all …]
Dqib_eeprom.c148 __be64 guid; in qib_get_eeprom_info()
211 if (*(__be64 *) ifp->if_guid == cpu_to_be64(0) || in qib_get_eeprom_info()
212 *(__be64 *) ifp->if_guid == ~cpu_to_be64(0)) { in qib_get_eeprom_info()
237 guid = *(__be64 *) ifp->if_guid; in qib_get_eeprom_info()
239 guid = *(__be64 *) ifp->if_guid; in qib_get_eeprom_info()
Dqib_verbs.h150 __be64 vaddr;
158 __be64 swap_data;
159 __be64 compare_data;
688 __be64 gid_prefix; /* in network order */
689 __be64 mkey;
690 __be64 guids[QIB_GUIDS_PER_PORT - 1]; /* writable GUIDs */
1147 extern __be64 ib_qib_sys_image_guid; /* in network order */
Dqib_ruc.c244 static __be64 get_sguid(struct qib_ibport *ibp, unsigned index) in get_sguid()
254 static int gid_ok(union ib_gid *gid, __be64 gid_prefix, __be64 id) in gid_ok()
270 __be64 guid; in qib_ruc_check_hdr()
/linux-4.1.27/drivers/infiniband/hw/mthca/
Dmthca_wqe.h67 __be64 av_addr;
86 __be64 addr;
87 __be64 length;
91 __be64 raddr;
97 __be64 swap_add;
98 __be64 compare;
104 __be64 addr;
Dmthca_doorbell.h54 static inline void mthca_write64_raw(__be64 val, void __iomem *dest) in mthca_write64_raw()
82 static inline void mthca_write64_raw(__be64 val, void __iomem *dest) in mthca_write64_raw()
Dmthca_mr.c55 __be64 start;
56 __be64 length;
60 __be64 mtt_seg;
258 __be64 *mtt_entry; in __mthca_write_mtt()
333 __be64 *mtts; in mthca_arbel_write_mtt_seg()
739 __be64 mtt_entry = cpu_to_be64(page_list[i] | in mthca_tavor_map_phys_fmr()
Dmthca_memfree.h140 __be64 *db_rec;
Dmthca_provider.h91 __be64 *mtts;
/linux-4.1.27/fs/gfs2/
Dlops.h17 ((sizeof(struct gfs2_log_descriptor) + sizeof(__be64) - 1) & \
18 ~(sizeof(__be64) - 1))
20 ((sizeof(struct gfs2_log_descriptor) + (2 * sizeof(__be64) - 1)) & \
21 ~(2 * sizeof(__be64) - 1))
37 limit = (sdp->sd_sb.sb_bsize - BUF_OFFSET) / sizeof(__be64); in buf_limit()
45 limit = (sdp->sd_sb.sb_bsize - DATABUF_OFFSET) / (2 * sizeof(__be64)); in databuf_limit()
79 __be64 *ptr, in lops_scan_elements()
Dbmap.c162 *(__be64 *)(di + 1) = cpu_to_be64(block); in gfs2_unstuff_dinode()
265 static inline __be64 *metapointer(unsigned int height, const struct metapath *mp) in metapointer()
270 return ((__be64 *)(bh->b_data + head_size)) + mp->mp_list[height]; in metapointer()
274 const struct buffer_head *bh, const __be64 *pos) in gfs2_metapath_ra()
277 const __be64 *endp = (const __be64 *)(bh->b_data + bh->b_size); in gfs2_metapath_ra()
278 const __be64 *t; in gfs2_metapath_ra()
318 __be64 *ptr; in lookup_metapath()
362 static inline unsigned int gfs2_extent_length(void *start, unsigned int len, __be64 *ptr, size_t li… in gfs2_extent_length()
364 const __be64 *end = (start + len); in gfs2_extent_length()
365 const __be64 *first = ptr; in gfs2_extent_length()
[all …]
Dxattr.h22 (sizeof(__be64) * (ea)->ea_num_ptrs)), 8)
34 ((__be64 *)(GFS2_EA2NAME(ea) + ALIGN((ea)->ea_name_len, 8)))
Ddir.c247 static int gfs2_dir_read_stuffed(struct gfs2_inode *ip, __be64 *buf, in gfs2_dir_read_stuffed()
271 static int gfs2_dir_read_data(struct gfs2_inode *ip, __be64 *buf, in gfs2_dir_read_data()
321 buf += (amount/sizeof(__be64)); in gfs2_dir_read_data()
339 static __be64 *gfs2_dir_get_hash_table(struct gfs2_inode *ip) in gfs2_dir_get_hash_table()
344 __be64 *hc; in gfs2_dir_get_hash_table()
353 hsize *= sizeof(__be64); in gfs2_dir_get_hash_table()
391 __be64 *hc = ip->i_hash_cache; in gfs2_dir_hash_inval()
742 __be64 *hash; in get_leaf_nr()
874 __be64 *lp; in dir_make_exhash()
931 lp = (__be64 *)(dibh->b_data + sizeof(struct gfs2_dinode)); in dir_make_exhash()
[all …]
Dxattr.c54 (sizeof(__be64) * DIV_ROUND_UP(dsize, jbsize)), 8); in ea_calc_size()
119 __be64 *eablk, *end; in ea_foreach()
136 eablk = (__be64 *)(bh->b_data + sizeof(struct gfs2_meta_header)); in ea_foreach()
234 __be64 *dataptrs; in ea_dealloc_unstuffed()
469 __be64 *dataptrs = GFS2_EA2DATAPTRS(ea); in gfs2_iter_unstuffed()
677 __be64 *dataptr = GFS2_EA2DATAPTRS(ea); in ea_write()
973 __be64 *eablk; in ea_set_block()
978 __be64 *end; in ea_set_block()
990 eablk = (__be64 *)(indbh->b_data + mh_size); in ea_set_block()
1015 eablk = (__be64 *)(indbh->b_data + mh_size); in ea_set_block()
[all …]
Dlops.c429 __be64 *ptr; in gfs2_before_commit()
444 ptr = (__be64 *)(ld + 1); in gfs2_before_commit()
531 struct gfs2_log_descriptor *ld, __be64 *ptr, in buf_lo_scan_elements()
651 *(__be64 *)(page_address(page) + offset) = cpu_to_be64(bd->bd_blkno); in revoke_lo_before_commit()
686 struct gfs2_log_descriptor *ld, __be64 *ptr, in revoke_lo_scan_elements()
712 blkno = be64_to_cpu(*(__be64 *)(bh->b_data + offset)); in revoke_lo_scan_elements()
769 __be64 *ptr, int pass) in databuf_lo_scan_elements()
Drecovery.c321 __be64 *ptr; in foreach_descriptor()
323 offset += sizeof(__be64) - 1; in foreach_descriptor()
324 offset &= ~(sizeof(__be64) - 1); in foreach_descriptor()
355 ptr = (__be64 *)(bh->b_data + offset); in foreach_descriptor()
Dincore.h60 struct gfs2_log_descriptor *ld, __be64 *ptr,
399 __be64 *i_hash_cache;
/linux-4.1.27/include/uapi/scsi/fc/
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_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 */
/linux-4.1.27/include/uapi/rdma/
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_user_verbs.h163 __be64 node_guid;
164 __be64 sys_image_guid;
/linux-4.1.27/include/uapi/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()
/linux-4.1.27/include/crypto/
Dsha512_base.h98 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()
Dsha1_base.h75 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()
Dsha256_base.h96 const int bit_offset = SHA256_BLOCK_SIZE - sizeof(__be64); in sha256_base_do_finalize()
98 __be64 *bits = (__be64 *)(sctx->buf + bit_offset); in sha256_base_do_finalize()
Db128ops.h57 __be64 a, b;
/linux-4.1.27/drivers/infiniband/core/
Dpacker.c45 case 8: return be64_to_cpup((__be64 *) (structure + offset)); in value_read()
90 __be64 mask; in ib_pack()
91 __be64 *addr; in ib_pack()
102 addr = (__be64 *) ((__be32 *) buf + desc[i].offset_words); in ib_pack()
133 case 64: *(__be64 *) (structure + offset) = cpu_to_be64(val); break; in value_write()
178 __be64 *addr; in ib_unpack()
182 addr = (__be64 *) buf + desc[i].offset_words; in ib_unpack()
Dcm_msgs.h59 __be64 service_id;
60 __be64 local_ca_guid;
512 __be64 local_ca_guid;
802 __be64 service_id;
816 __be64 service_id;
Dcm.c201 __be64 remote_ca_guid;
224 __be64 tid;
489 static int be64_lt(__be64 a, __be64 b) in be64_lt()
494 static int be64_gt(__be64 a, __be64 b) in be64_gt()
504 __be64 service_id = cm_id_priv->id.service_id; in cm_insert_listen()
505 __be64 service_mask = cm_id_priv->id.service_mask; in cm_insert_listen()
539 __be64 service_id, in cm_find_listen()
577 __be64 remote_ca_guid = timewait_info->remote_ca_guid; in cm_insert_remote_id()
601 static struct cm_timewait_info * cm_find_remote_id(__be64 remote_ca_guid, in cm_find_remote_id()
630 __be64 remote_ca_guid = timewait_info->remote_ca_guid; in cm_insert_remote_qpn()
[all …]
Dmad_priv.h130 __be64 tid;
/linux-4.1.27/drivers/misc/cxl/
Dcxl.h336 __be64 esid_data;
337 __be64 vsid_data;
372 __be64 *sw_command_status;
502 __be64 csrp;
503 __be64 aurp0;
504 __be64 aurp1;
505 __be64 sstp0;
506 __be64 sstp1;
507 __be64 amr;
509 __be64 wed;
[all …]
/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dalias_GUID.c86 guid_indexes = be64_to_cpu((__force __be64) dev->sriov.alias_guid. in mlx4_ib_update_cache_on_guid_change()
111 static __be64 get_cached_alias_guid(struct mlx4_ib_dev *dev, int port, int index) in get_cached_alias_guid()
115 return (__force __be64) -1; in get_cached_alias_guid()
117 return *(__be64 *)&dev->sriov.demux[port - 1].guid_cache[index]; in get_cached_alias_guid()
129 __be64 curr_guid, required_guid; in mlx4_ib_slave_alias_guid_event()
141 curr_guid = *(__be64 *)&dev->sriov. in mlx4_ib_slave_alias_guid_event()
154 *(__be64 *)&dev->sriov.alias_guid.ports_guid[port_index]. in mlx4_ib_slave_alias_guid_event()
195 __be64 tmp_cur_ag, form_cache_ag; in mlx4_ib_notify_slaves_on_guid_change()
199 __be64 required_value; in mlx4_ib_notify_slaves_on_guid_change()
206 guid_indexes = be64_to_cpu((__force __be64) dev->sriov.alias_guid. in mlx4_ib_notify_slaves_on_guid_change()
[all …]
Dmlx4_ib.h131 __be64 *mapped_page_list;
429 __be64 subnet_prefix;
430 __be64 guid_cache[128];
747 int mlx4_ib_find_real_gid(struct ib_device *ibdev, u8 port, __be64 guid);
771 __be64 mlx4_ib_get_new_demux_tid(struct mlx4_ib_demux_ctx *ctx);
808 __be64 mlx4_ib_gen_node_guid(void);
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/
Dadapter.h142 __be64 *desc; /* address of HW RX descriptor ring */
158 typedef int (*rspq_handler_t)(struct sge_rspq *, const __be64 *,
166 const __be64 *cur_desc; /* current descriptor in queue */
184 __be64 *desc; /* address of hardware response ring */
228 __be64 flit[SGE_EQ_IDXSIZE/sizeof(__be64)];
542 int t4vf_ethrx_handler(struct sge_rspq *, const __be64 *,
Dsge.c66 FL_PER_EQ_UNIT = EQ_UNIT / sizeof(__be64),
67 TXD_PER_EQ_UNIT = EQ_UNIT / sizeof(__be64),
111 sizeof(struct cpl_tx_pkt_core)) / sizeof(__be64),
337 const __be64 *addr = (const __be64 *)tq->desc; in unmap_sgl()
345 const __be64 *addr = (const __be64 *)tq->desc; in unmap_sgl()
355 __be64 addr; in unmap_sgl()
361 : *(const __be64 *)tq->desc); in unmap_sgl()
613 __be64 *d = &fl->desc[fl->pidx]; in refill_fl()
828 BUG_ON(flits > SGE_MAX_WR_LEN / sizeof(__be64)); in flits_to_desc()
869 sizeof(__be64)); in calc_tx_flits()
[all …]
Dt4vf_hw.c72 static void get_mbox_rpl(struct adapter *adapter, __be64 *rpl, int size, in get_mbox_rpl()
125 const __be64 *p; in t4vf_wr_mbox_core()
1362 __be64 *fwsp = (__be64 *)&fwstats; in t4vf_get_port_stats()
1391 memcpy(fwsp, &rpl.u.ctl.stat0, sizeof(__be64) * nstats); in t4vf_get_port_stats()
1480 int t4vf_handle_fw_rpl(struct adapter *adapter, const __be64 *rpl) in t4vf_handle_fw_rpl()
Dt4vf_common.h323 int t4vf_handle_fw_rpl(struct adapter *, const __be64 *);
/linux-4.1.27/Documentation/filesystems/
Domfs.txt52 __be64 h_self; /* FS block where this is located */
67 __be64 i_parent; /* parent containing this inode */
68 __be64 i_sibling; /* next inode in hash bucket */
69 __be64 i_ctime; /* ctime, in milliseconds */
75 __be64 i_size; /* size of file, in bytes */
88 __be64 e_cluster; /* start location of a set of blocks */
89 __be64 e_blocks; /* number of blocks after e_cluster */
93 __be64 e_next; /* next extent table location */
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dt4fw_ri_api.h114 __be64 addr[2];
122 __be64 addr0;
131 __be64 to;
283 __be64 eqaddr;
294 __be64 iqaddr;
297 __be64 r7;
534 __be64 r2;
537 __be64 to_sink;
556 __be64 r4;
577 __be64 r2;
[all …]
Dt4.h99 __be64 flits[T4_EQ_ENTRY_SIZE / sizeof(__be64) * T4_SQ_NUM_SLOTS];
105 __be64 flits[T4_EQ_ENTRY_SIZE / sizeof(__be64) * T4_RQ_NUM_SLOTS];
181 __be64 reserved;
182 __be64 bits_type_ts;
540 __be64 bits_type_ts;
Dqp.c403 static int build_isgl(__be64 *queue_start, __be64 *queue_end, in build_isgl()
410 __be64 *flitp = (__be64 *)isglp->sge; in build_isgl()
424 *flitp = (__force __be64)0; in build_isgl()
479 ret = build_isgl((__be64 *)sq->queue, in build_rdma_send()
480 (__be64 *)&sq->queue[sq->size], in build_rdma_send()
522 ret = build_isgl((__be64 *)sq->queue, in build_rdma_write()
523 (__be64 *)&sq->queue[sq->size], in build_rdma_write()
578 ret = build_isgl((__be64 *)qhp->wq.rq.queue, in build_rdma_recv()
579 (__be64 *)&qhp->wq.rq.queue[qhp->wq.rq.size], in build_rdma_recv()
593 __be64 *p; in build_fastreg()
[all …]
Dmem.c86 req->wr.wr_lo = wait ? (__force __be64)(unsigned long) &wr_wait : 0L; in _c4iw_write_mem_dma_aligned()
147 req->wr.wr_lo = (__force __be64)&wr_wait; in _c4iw_write_mem_inline()
319 static int write_pbl(struct c4iw_rdev *rdev, __be64 *pbl, in write_pbl()
437 int *shift, __be64 **page_list) in build_phys_page_list()
510 __be64 *page_list = NULL; in c4iw_reregister_phys_mem()
576 __be64 *page_list; in c4iw_register_phys_mem()
703 __be64 *pages; in c4iw_reg_user_mr()
746 pages = (__be64 *) __get_free_page(GFP_KERNEL); in c4iw_reg_user_mr()
Dev.c65 __be64 *p = (void *)err_cqe; in dump_err_cqe()
/linux-4.1.27/arch/powerpc/kvm/
Dbook3s_hv_rm_mmu.c143 __be64 *hpte; in kvmppc_do_h_enter()
256 hpte = (__be64 *)(kvm->arch.hpt_virt + (pte_index << 4)); in kvmppc_do_h_enter()
287 hpte = (__be64 *)(kvm->arch.hpt_virt + (pte_index << 4)); in kvmppc_do_h_enter()
403 __be64 *hpte; in kvmppc_do_h_remove()
410 hpte = (__be64 *)(kvm->arch.hpt_virt + (pte_index << 4)); in kvmppc_do_h_remove()
460 __be64 *hp, *hptes[4]; in kvmppc_h_bulk_remove()
490 hp = (__be64 *) (kvm->arch.hpt_virt + (pte_index << 4)); in kvmppc_h_bulk_remove()
571 __be64 *hpte; in kvmppc_h_protect()
579 hpte = (__be64 *)(kvm->arch.hpt_virt + (pte_index << 4)); in kvmppc_h_protect()
634 __be64 *hpte; in kvmppc_h_read()
[all …]
Dbook3s_pr_papr.c43 __be64 pteg[2 * 8]; in kvmppc_h_pr_enter()
44 __be64 *hpte; in kvmppc_h_pr_enter()
97 pte[0] = be64_to_cpu((__force __be64)pte[0]); in kvmppc_h_pr_remove()
98 pte[1] = be64_to_cpu((__force __be64)pte[1]); in kvmppc_h_pr_remove()
175 pte[0] = be64_to_cpu((__force __be64)pte[0]); in kvmppc_h_pr_bulk_remove()
176 pte[1] = be64_to_cpu((__force __be64)pte[1]); in kvmppc_h_pr_bulk_remove()
215 pte[0] = be64_to_cpu((__force __be64)pte[0]); in kvmppc_h_pr_protect()
216 pte[1] = be64_to_cpu((__force __be64)pte[1]); in kvmppc_h_pr_protect()
Dbook3s_64_mmu_hv.c315 __be64 *hptep; in kvmppc_mmu_book3s_64_hv_xlate()
338 hptep = (__be64 *)(kvm->arch.hpt_virt + (index << 4)); in kvmppc_mmu_book3s_64_hv_xlate()
440 __be64 *hptep; in kvmppc_book3s_hv_page_fault()
463 hptep = (__be64 *)(kvm->arch.hpt_virt + (index << 4)); in kvmppc_book3s_hv_page_fault()
717 __be64 *hptep; in kvm_unmap_rmapp()
733 hptep = (__be64 *) (kvm->arch.hpt_virt + (i << 4)); in kvm_unmap_rmapp()
815 __be64 *hptep; in kvm_age_rmapp()
831 hptep = (__be64 *) (kvm->arch.hpt_virt + (i << 4)); in kvm_age_rmapp()
924 __be64 *hptep; in kvm_test_clear_dirty_npages()
941 hptep = (__be64 *) (kvm->arch.hpt_virt + (i << 4)); in kvm_test_clear_dirty_npages()
[all …]
/linux-4.1.27/drivers/net/wireless/ath/
Dspectral_common.h61 __be64 tsf;
75 __be64 tsf;
103 __be64 tsf;
/linux-4.1.27/drivers/infiniband/ulp/srp/
Dib_srp.h198 __be64 id_ext;
199 __be64 ioc_guid;
200 __be64 service_id;
201 __be64 initiator_ext;
/linux-4.1.27/drivers/infiniband/hw/cxgb3/
Dcxio_wr.h163 __be64 to;
191 __be64 pbl_addrs[0]; /* 5+ */
199 __be64 pbl_addrs[14]; /* 1..14 */
235 __be64 to_sink; /* 3 */
248 __be64 rem_to; /* 3 */
251 __be64 local_to; /* 5 */
263 __be64 mw_va; /* 4 */
290 __be64 sge_cmd; /* 4 */
291 __be64 ctx1; /* 5 */
292 __be64 ctx0; /* 6 */
[all …]
Dcxio_dbg.c113 __be64 *data = (__be64 *)wqe; in cxio_dump_wqe()
128 __be64 *data = (__be64 *)wce; in cxio_dump_wce()
Diwch_mem.c128 int iwch_write_pbl(struct iwch_mr *mhp, __be64 *pages, int npages, int offset) in iwch_write_pbl()
140 __be64 **page_list) in build_phys_page_list()
Dcxio_hal.h145 __be64 rsvd; /* flit 1 */
170 int cxio_write_pbl(struct cxio_rdev *rdev_p, __be64 *pbl,
Diwch_provider.h348 int iwch_write_pbl(struct iwch_mr *mhp, __be64 *pages, int npages, int offset);
355 __be64 **page_list);
/linux-4.1.27/sound/soc/fsl/
Dfsl_dma.h106 __be64 next; /* Address of next list descriptor */
107 __be64 first_link; /* Address of first link descriptor */
124 __be64 next; /* Address of next link descriptor */
/linux-4.1.27/arch/powerpc/platforms/powernv/
Dopal-msglog.c21 __be64 magic;
23 __be64 obuf_phys;
24 __be64 ibuf_phys;
Dopal.c289 __be64 evt = 0; in opal_notifier_enable()
401 __be64 evt, len; in opal_get_chars()
418 __be64 olen; in opal_put_chars()
421 __be64 evt; in opal_put_chars()
563 __be64 evt = 0; in opal_handle_hmi_exception()
615 __be64 events; in opal_interrupt()
647 const __be64 *syms; in opal_export_symmap()
656 if (!syms || size != 2 * sizeof(__be64)) in opal_export_symmap()
Dopal-xscom.c102 __be64 v; in opal_scom_read()
105 rc = opal_xscom_read(m->chip, reg, (__be64 *)__pa(&v)); in opal_scom_read()
Dpci.h217 __be64 *startp, __be64 *endp, bool rm);
Dopal-elog.c241 __be64 size; in elog_work_fn()
242 __be64 id; in elog_work_fn()
243 __be64 type; in elog_work_fn()
Dpci-p5ioc2.c102 const __be64 *prop64; in pnv_pci_init_p5ioc2_phb()
180 const __be64 *prop64; in pnv_pci_init_p5ioc2_hub()
Dpci-ioda.c1677 __be64 *startp, __be64 *endp, bool rm) in pnv_pci_ioda1_tce_invalidate()
1679 __be64 __iomem *invalidate = rm ? in pnv_pci_ioda1_tce_invalidate()
1680 (__be64 __iomem *)pe->tce_inval_reg_phys : in pnv_pci_ioda1_tce_invalidate()
1681 (__be64 __iomem *)tbl->it_index; in pnv_pci_ioda1_tce_invalidate()
1724 __be64 *startp, __be64 *endp, bool rm) in pnv_pci_ioda2_tce_invalidate()
1727 __be64 __iomem *invalidate = rm ? in pnv_pci_ioda2_tce_invalidate()
1728 (__be64 __iomem *)pe->tce_inval_reg_phys : in pnv_pci_ioda2_tce_invalidate()
1729 (__be64 __iomem *)tbl->it_index; in pnv_pci_ioda2_tce_invalidate()
1755 __be64 *startp, __be64 *endp, bool rm) in pnv_pci_ioda_tce_invalidate()
1772 const __be64 *swinvp; in pnv_pci_ioda_setup_dma_pe()
[all …]
Dopal-rtc.c44 __be64 __h_m_s_ms; in opal_get_boot_time()
Dpci.c581 __be64 *tcep, *tces; in pnv_tce_build()
589 tces = tcep = ((__be64 *)tbl->it_base) + index - tbl->it_offset; in pnv_tce_build()
618 __be64 *tcep, *tces; in pnv_tce_free()
620 tces = tcep = ((__be64 *)tbl->it_base) + index - tbl->it_offset; in pnv_tce_free()
/linux-4.1.27/drivers/infiniband/hw/amso1100/
Dc2_wr.h204 __be64 to;
444 __be64 shared_ht;
446 __be64 msg_pool;
588 __be64 shared_sq_ht;
589 __be64 shared_rq_ht;
762 __be64 va;
774 __be64 paddrs[0];
795 __be64 paddrs[0];
999 __be64 remote_to;
1012 __be64 local_to;
[all …]
/linux-4.1.27/fs/ocfs2/
Ddlmglue.h41 __be64 lvb_iatime_packed;
42 __be64 lvb_ictime_packed;
43 __be64 lvb_imtime_packed;
44 __be64 lvb_isize;
/linux-4.1.27/crypto/
Dkhazad.c805 const __be64 *src = (const __be64 *)plaintext; in khazad_crypt()
806 __be64 *dst = (__be64 *)ciphertext; in khazad_crypt()
Dtgr192.c558 __be64 *dst = (__be64 *)out; in tgr192_final()
559 __be64 *be64p; in tgr192_final()
601 be64p = (__be64 *)tctx->hash; in tgr192_final()
Dwp512.c788 const __be64 *buffer = (const __be64 *)wctx->buffer; in wp512_process_buffer()
1073 __be64 *digest = (__be64 *)out; in wp512_final()
/linux-4.1.27/include/net/
Daddrconf.h316 __be64 *p = (__be64 *)addr; in ipv6_addr_is_ll_all_nodes()
328 __be64 *p = (__be64 *)addr; in ipv6_addr_is_ll_all_routers()
345 __be64 *p = (__be64 *)addr; in ipv6_addr_is_solict_mult()
Dipv6.h447 static inline bool __ipv6_prefix_equal64_half(const __be64 *a1, in __ipv6_prefix_equal64_half()
448 const __be64 *a2, in __ipv6_prefix_equal64_half()
460 const __be64 *a1 = (const __be64 *)addr1; in ipv6_prefix_equal()
461 const __be64 *a2 = (const __be64 *)addr2; in ipv6_prefix_equal()
576 const __be64 *be = (const __be64 *)a; in ipv6_addr_loopback()
663 const __be64 *a1 = token1, *a2 = token2; in __ipv6_addr_diff64()
669 __be64 xb = a1[i] ^ a2[i]; in __ipv6_addr_diff64()
Dfirewire.h10 __be64 uniq_id; /* EUI-64 */
Dnetlink.h856 static inline int nla_put_be64(struct sk_buff *skb, int attrtype, __be64 value) in nla_put_be64()
858 return nla_put(skb, attrtype, sizeof(__be64), &value); in nla_put_be64()
867 static inline int nla_put_net64(struct sk_buff *skb, int attrtype, __be64 value) in nla_put_net64()
1059 static inline __be64 nla_get_be64(const struct nlattr *nla) in nla_get_be64()
1061 __be64 tmp; in nla_get_be64()
/linux-4.1.27/drivers/infiniband/ulp/isert/
Disert_proto.h7 __be64 write_va;
9 __be64 read_va;
/linux-4.1.27/net/openvswitch/
Dvport-gre.c52 static __be32 be64_get_low32(__be64 x) in be64_get_low32()
87 static __be64 key_to_tunnel_id(__be32 key, __be32 seq) in key_to_tunnel_id()
90 return (__force __be64)((__force u64)seq << 32 | (__force u32)key); in key_to_tunnel_id()
92 return (__force __be64)((__force u64)key << 32 | (__force u32)seq); in key_to_tunnel_id()
103 __be64 key; in gre_rcv()
Dvport-geneve.c55 static void tunnel_id_to_vni(__be64 tun_id, __u8 *vni) in tunnel_id_to_vni()
69 static __be64 vni_to_tunnel_id(const __u8 *vni) in vni_to_tunnel_id()
74 return (__force __be64)(((__force u64)vni[0] << 40) | in vni_to_tunnel_id()
86 __be64 key; in geneve_rcv()
Dflow.h44 __be64 tun_id;
74 __be64 tun_id, in __ovs_flow_tun_info_init()
106 __be64 tun_id, in ovs_flow_tun_info_init()
/linux-4.1.27/drivers/net/wireless/prism54/
Dislpci_eth.h51 __be64 mactime;
52 __be64 hosttime;
/linux-4.1.27/include/scsi/fc/
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;
/linux-4.1.27/drivers/mtd/ubi/
Dubi-media.h161 __be64 ec; /* Warning: the current limit is 31-bit anyway! */
292 __be64 sqnum;
425 __be64 sqnum;
/linux-4.1.27/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()
/linux-4.1.27/drivers/infiniband/ulp/srpt/
Dib_dm_mad.h101 __be64 guid;
128 __be64 id;
Dib_srpt.c1636 if ((*((__be64 *)lun) & in srpt_unpack_lun()
2381 be64_to_cpu(*(__be64 *)&req->initiator_port_id[0]), in srpt_cm_req_recv()
2382 be64_to_cpu(*(__be64 *)&req->initiator_port_id[8]), in srpt_cm_req_recv()
2383 be64_to_cpu(*(__be64 *)&req->target_port_id[0]), in srpt_cm_req_recv()
2384 be64_to_cpu(*(__be64 *)&req->target_port_id[8]), in srpt_cm_req_recv()
2387 be64_to_cpu(*(__be64 *)&sdev->port[param->port - 1].gid.raw[0]), in srpt_cm_req_recv()
2388 be64_to_cpu(*(__be64 *)&sdev->port[param->port - 1].gid.raw[8])); in srpt_cm_req_recv()
2453 if (*(__be64 *)req->target_port_id != cpu_to_be64(srpt_service_guid) in srpt_cm_req_recv()
2454 || *(__be64 *)(req->target_port_id + 8) != in srpt_cm_req_recv()
2522 be64_to_cpu(*(__be64 *)ch->i_port_id), in srpt_cm_req_recv()
[all …]
/linux-4.1.27/arch/powerpc/perf/
Dhv-24x7.h101 __be64 cec_cfg_instance_id;
102 __be64 catalog_version_num;
Dhv-24x7-catalog.h12 __be64 version; /* XXX: arbitrary? what's the meaning/useage/purpose? */
/linux-4.1.27/arch/x86/crypto/
Ddes3_ede_glue.c292 __be64 *src = (__be64 *)walk->src.virt.addr; in __ctr_crypt()
293 __be64 *dst = (__be64 *)walk->dst.virt.addr; in __ctr_crypt()
294 u64 ctrblk = be64_to_cpu(*(__be64 *)walk->iv); in __ctr_crypt()
295 __be64 ctrblocks[3]; in __ctr_crypt()
333 *(__be64 *)walk->iv = cpu_to_be64(ctrblk); in __ctr_crypt()
Dblowfish_glue.c288 u64 ctrblk = be64_to_cpu(*(__be64 *)walk->iv); in __ctr_crypt()
289 __be64 ctrblocks[4]; in __ctr_crypt()
332 *(__be64 *)walk->iv = cpu_to_be64(ctrblk); in __ctr_crypt()
Dcast5_avx_glue.c47 __be64 *iv);
279 (__be64 *)walk->iv); in __ctr_crypt()
298 be64_add_cpu((__be64 *)walk->iv, 1); in __ctr_crypt()
/linux-4.1.27/arch/powerpc/platforms/pseries/
Diommu.c55 __be64 *startp, __be64 *endp) in tce_invalidate_pSeries_sw()
89 __be64 *tcep, *tces; in tce_build_pSeries()
97 tces = tcep = ((__be64 *)tbl->it_base) + index; in tce_build_pSeries()
116 __be64 *tcep, *tces; in tce_free_pSeries()
118 tces = tcep = ((__be64 *)tbl->it_base) + index; in tce_free_pSeries()
129 __be64 *tcep; in tce_get_pseries()
131 tcep = ((__be64 *)tbl->it_base) + index; in tce_get_pseries()
180 static DEFINE_PER_CPU(__be64 *, tce_page);
189 __be64 *tcep; in tce_buildmulti_pSeriesLP()
209 tcep = (__be64 *)__get_free_page(GFP_ATOMIC); in tce_buildmulti_pSeriesLP()
[all …]
/linux-4.1.27/include/linux/
Dpnfs_osd_xdr.h93 (unsigned long long)be64_to_cpup((__be64 *)(oid_device_id)->data)
96 (unsigned long long)be64_to_cpup(((__be64 *)(oid_device_id)->data) + 1)
Dtypes.h118 #define aligned_be64 __be64 __attribute__((aligned(8)))
/linux-4.1.27/arch/sparc/crypto/
Dsha512_glue.c103 __be64 *dst = (__be64 *)out; in sha512_sparc64_final()
104 __be64 bits[2]; in sha512_sparc64_final()
Dsha1_glue.c83 __be64 bits; in sha1_sparc64_final()
Dsha256_glue.c103 __be64 bits; in sha256_sparc64_final()
/linux-4.1.27/fs/ocfs2/cluster/
Dtcp_internal.h80 __be64 protocol_version;
81 __be64 connector_id;
/linux-4.1.27/drivers/scsi/
Dipr.h428 __be64 dev_id;
429 __be64 lun;
430 __be64 lun_wwn[2];
432 __be64 res_path;
435 __be64 reserved3[2];
591 __be64 address;
609 __be64 ioasa_host_pci_addr;
610 __be64 data_ioadl_addr;
611 __be64 reserved;
619 __be64 ioarcb_host_pci_addr64;
[all …]
/linux-4.1.27/arch/arm/crypto/
Dsha512_neon_glue.c160 __be64 *dst = (__be64 *)out; in sha512_neon_final()
161 __be64 bits[2]; in sha512_neon_final()
/linux-4.1.27/arch/mips/cavium-octeon/crypto/
Docteon-sha512.c180 __be64 *dst = (__be64 *)hash; in octeon_sha512_final()
184 __be64 bits[2]; in octeon_sha512_final()
Docteon-sha1.c158 __be64 bits; in octeon_sha1_final()
Docteon-sha256.c170 __be64 bits; in octeon_sha256_final()
/linux-4.1.27/drivers/crypto/ccp/
Dccp-crypto-aes-cmac.c249 __be64 *gk; in ccp_aes_cmac_setkey()
282 k0_hi = be64_to_cpu(*((__be64 *)ctx->u.aes.key)); in ccp_aes_cmac_setkey()
283 k0_lo = be64_to_cpu(*((__be64 *)ctx->u.aes.key + 1)); in ccp_aes_cmac_setkey()
291 gk = (__be64 *)ctx->u.aes.k1; in ccp_aes_cmac_setkey()
302 gk = (__be64 *)ctx->u.aes.k2; in ccp_aes_cmac_setkey()
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_verbs.h96 __be64 vaddr;
104 __be64 swap_data;
105 __be64 compare_data;
558 __be64 sys_image_guid; /* in network order */
559 __be64 gid_prefix; /* in network order */
560 __be64 mkey;
Dipath_eeprom.c710 __be64 guid; in ipath_get_eeprom_info()
775 if (*(__be64 *) ifp->if_guid == cpu_to_be64(0) || in ipath_get_eeprom_info()
776 *(__be64 *) ifp->if_guid == ~cpu_to_be64(0)) { in ipath_get_eeprom_info()
799 guid = *(__be64 *) ifp->if_guid; in ipath_get_eeprom_info()
803 guid = *(__be64 *) ifp->if_guid; in ipath_get_eeprom_info()
Dipath_mad.c74 __be64 sys_guid;
75 __be64 node_guid;
76 __be64 port_guid;
126 __be64 *p = (__be64 *) smp->data; in recv_subn_get_guidinfo()
137 __be64 g = to_idev(ibdev)->dd->ipath_guid; in recv_subn_get_guidinfo()
/linux-4.1.27/arch/powerpc/crypto/
Dsha1-spe-glue.c127 __be64 *pbits = (__be64 *)(((char *)&sctx->buffer) + 56); in ppc_spe_sha1_final()
Dsha256-spe-glue.c149 __be64 *pbits = (__be64 *)(((char *)&sctx->buf) + 56); in ppc_spe_sha256_final()
Dsha1.c84 __be64 bits; in sha1_final()
/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dmem.c152 __be64 *pas, int access_flags) in __mlx5_ib_populate_pas()
200 int page_shift, __be64 *pas, int access_flags) in mlx5_ib_populate_pas()
Dmlx5_ib.h333 __be64 *mapped_page_list;
605 __be64 *pas, int access_flags);
607 int page_shift, __be64 *pas, int access_flags);
Dmr.c50 static __be64 mlx5_ib_update_mtt_emergency_buffer[
51 MLX5_UMR_MTT_MIN_CHUNK_SIZE/sizeof(__be64)]
763 __be64 *mr_pas; in reg_umr()
764 __be64 *pas; in reg_umr()
856 __be64 *pas; in mlx5_ib_update_mtt()
886 pas = (__be64 *)get_zeroed_page(GFP_ATOMIC); in mlx5_ib_update_mtt()
/linux-4.1.27/tools/testing/selftests/powerpc/vphn/
Dvphn.c26 __be64 be_packed[VPHN_REGISTER_COUNT]; in vphn_unpack_associativity()
/linux-4.1.27/arch/powerpc/mm/
Dvphn.c26 __be64 be_packed[VPHN_REGISTER_COUNT]; in vphn_unpack_associativity()
/linux-4.1.27/drivers/char/tpm/
Dtpm_ibmvtpm.h27 __be64 reserved;
Dtpm_of.c27 const __be64 *basep; in read_log()
Dtpm_ibmvtpm.c127 __be64 *word = (__be64 *)&crq; in tpm_ibmvtpm_send()
/linux-4.1.27/tools/include/linux/
Dtypes.h61 typedef __u64 __bitwise __be64; typedef
/linux-4.1.27/fs/ocfs2/dlm/
Ddlmcommon.h340 __be64 cookie;
584 __be64 mig_cookie; // cookie for this lockres migration
605 __be64 cookie;
618 __be64 cookie;
634 __be64 cookie;
649 __be64 cookie;
Ddlmdebug.c255 __be64 inode_blkno_be; in stringify_lockname()
259 memcpy((__be64 *)&inode_blkno_be, in stringify_lockname()
261 sizeof(__be64)); in stringify_lockname()
/linux-4.1.27/include/linux/sunrpc/
Drpc_rdma.h51 __be64 rs_offset; /* Chunk virtual address or offset */
Dsvc_rdma.h192 __be32, __be64, u32);
/linux-4.1.27/fs/hfsplus/
Dhfsplus_raw.h96 __be64 total_size;
128 __be64 encodings_bmp;
/linux-4.1.27/include/linux/byteorder/
Dgeneric.h168 static inline void be64_add_cpu(__be64 *var, u64 val) in be64_add_cpu()
/linux-4.1.27/drivers/infiniband/ulp/iser/
Discsi_iser.h173 __be64 write_va;
175 __be64 read_va;
/linux-4.1.27/sound/firewire/dice/
Ddice-transaction.c236 __be64 *buffer; in register_notification_address()
290 __be64 *buffer; in unregister_notification_address()
/linux-4.1.27/fs/ufs/
Dswab.h31 return be64_to_cpu((__force __be64)n); in fs64_to_cpu()
/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c77 static int t4_uld_rx_handler(void *, const __be64 *, const struct pkt_gl *);
299 req->local_ip_hi = *(__be64 *)(csk->saddr6.sin6_addr.s6_addr); in send_act_open_req6()
300 req->local_ip_lo = *(__be64 *)(csk->saddr6.sin6_addr.s6_addr + in send_act_open_req6()
302 req->peer_ip_hi = *(__be64 *)(csk->daddr6.sin6_addr.s6_addr); in send_act_open_req6()
303 req->peer_ip_lo = *(__be64 *)(csk->daddr6.sin6_addr.s6_addr + in send_act_open_req6()
323 req->local_ip_hi = *(__be64 *)(csk->saddr6.sin6_addr.s6_addr); in send_act_open_req6()
324 req->local_ip_lo = *(__be64 *)(csk->saddr6.sin6_addr.s6_addr + in send_act_open_req6()
326 req->peer_ip_hi = *(__be64 *)(csk->daddr6.sin6_addr.s6_addr); in send_act_open_req6()
327 req->peer_ip_lo = *(__be64 *)(csk->daddr6.sin6_addr.s6_addr + in send_act_open_req6()
1801 static int t4_uld_rx_handler(void *handle, const __be64 *rsp, in t4_uld_rx_handler()
/linux-4.1.27/fs/qnx6/
Dqnx6.h82 return be64_to_cpu((__force __be64)n); in fs64_to_cpu()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dwmi.h40 __be64 tsf;
/linux-4.1.27/net/rxrpc/
Dar-key.c470 rxk5->authtime = be64_to_cpup((const __be64 *) xdr); in rxrpc_preparse_xdr_rxk5()
472 rxk5->starttime = be64_to_cpup((const __be64 *) xdr); in rxrpc_preparse_xdr_rxk5()
474 rxk5->endtime = be64_to_cpup((const __be64 *) xdr); in rxrpc_preparse_xdr_rxk5()
476 rxk5->renew_till = be64_to_cpup((const __be64 *) xdr); in rxrpc_preparse_xdr_rxk5()
1150 __be64 y = cpu_to_be64(x); \ in rxrpc_read()
/linux-4.1.27/net/rds/
Dib_cm.c191 __be64 dp_ack_seq = get_unaligned(&dp->dp_ack_seq); in rds_ib_cm_connect_complete()
457 __be64 lguid = cm_id->route.path_rec->sgid.global.interface_id; in rds_ib_cm_handle_connect()
458 __be64 fguid = cm_id->route.path_rec->dgid.global.interface_id; in rds_ib_cm_handle_connect()
Drds.h144 __be64 h_sequence;
145 __be64 h_ack;
/linux-4.1.27/fs/nfsd/
Dblocklayoutxdr.c19 int len = sizeof(__be32) + 5 * sizeof(__be64) + sizeof(__be32); in nfsd4_block_encode_layoutget()
/linux-4.1.27/fs/befs/
Dendian.h20 return be64_to_cpu((__force __be64)n); in fs64_to_cpu()
/linux-4.1.27/net/sunrpc/auth_gss/
Dgss_krb5_seal.c190 *((__be64 *)(krb5_hdr + 8)) = cpu_to_be64(seq_send); in gss_get_mic_v2()
Dgss_krb5_wrap.c448 __be64 *be64ptr; in gss_wrap_kerberos_v2()
481 be64ptr = (__be64 *)be16ptr; in gss_wrap_kerberos_v2()
/linux-4.1.27/arch/powerpc/perf/req-gen/
Dperf.h21 #define BE_TYPE_b8 __be64
/linux-4.1.27/arch/powerpc/kernel/
Dprom.c607 __be64 *reserve_map; in early_reserve_mem()
609 reserve_map = (__be64 *)(((unsigned long)initial_boot_params) + in early_reserve_mem()
/linux-4.1.27/sound/firewire/
Dscs1x.c366 __be64 data; in scs_init_hss_address()
459 __be64 data; in scs_update()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
Dpagealloc.c86 __be64 pas[0];
93 __be64 pas[0];
Dalloc.c227 void mlx5_fill_page_array(struct mlx5_buf *buf, __be64 *pas) in mlx5_fill_page_array()
Dmain.c284 __be64 *flags_off = (__be64 *)MLX5_ADDR_OF(cmd_hca_cap, to, reserved_22); in copy_rw_fields()
333 gen->flags = be64_to_cpu(*(__be64 *)MLX5_ADDR_OF(cmd_hca_cap, out, reserved_22)); in fw2drv_caps()
/linux-4.1.27/drivers/rtc/
Drtc-opal.c64 __be64 __h_m_s_ms; in opal_get_rtc_time()
/linux-4.1.27/drivers/crypto/
Dpadlock-sha.c363 __be64 bits; in padlock_sha1_final_nano()
453 __be64 bits; in padlock_sha256_final_nano()

12