Home
last modified time | relevance | path

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

12345678910>>...22

/linux-6.6.21/drivers/net/ethernet/mellanox/mlx4/
Den_port.h99 __be64 mac;
106 __be64 R64_prio_0;
107 __be64 R64_prio_1;
108 __be64 R64_prio_2;
109 __be64 R64_prio_3;
110 __be64 R64_prio_4;
111 __be64 R64_prio_5;
112 __be64 R64_prio_6;
113 __be64 R64_prio_7;
114 __be64 R64_novlan;
[all …]
Dmlx4_stats.h100 __be64 rx_pause;
104 __be64 rx_pause_duration;
106 __be64 rx_pause_transition;
108 __be64 tx_pause;
112 __be64 tx_pause_duration;
114 __be64 tx_pause_transition;
116 __be64 reserved[2];
/linux-6.6.21/arch/powerpc/include/asm/
Dopal-api.h469 __be64 params[8];
523 __be64 physical_address_start;
524 __be64 physical_address_end;
530 __be64 physical_address_start;
531 __be64 physical_address_end;
621 __be64 hmer;
623 __be64 tfmr;
666 __be64 gemXfir;
667 __be64 gemRfir;
668 __be64 gemRirqfir;
[all …]
Dpgtable-be-types.h8 typedef struct { __be64 pte; } pte_t;
16 static inline __be64 pte_raw(pte_t x) in pte_raw()
23 typedef struct { __be64 pmd; } pmd_t;
31 static inline __be64 pmd_raw(pmd_t x) in pmd_raw()
37 typedef struct { __be64 pud; } pud_t;
45 static inline __be64 pud_raw(pud_t x) in pud_raw()
53 typedef struct { __be64 pgd; } pgd_t;
61 static inline __be64 pgd_raw(pgd_t x) in pgd_raw()
84 __be64 prev; in pte_xchg()
87 prev = (__force __be64)__cmpxchg_u64(p, (__force unsigned long)pte_raw(old), in pte_xchg()
[all …]
Dlppaca.h66 __be64 wait_state_cycles; /* Wait cycles for this proc */
84 volatile __be64 cmo_faults; /* CMO page fault count */
85 volatile __be64 cmo_fault_time; /* CMO page fault time */
87 volatile __be64 enqueue_dispatch_tb; /* Total TB enqueue->dispatch */
88 volatile __be64 ready_enqueue_tb; /* Total TB ready->enqueue */
89 volatile __be64 wait_ready_tb; /* Total TB wait->ready */
96 volatile __be64 dtl_idx; /* Dispatch Trace Log head index */
134 __be64 reserved;
136 __be64 esid;
137 __be64 vsid;
Dopal.h40 int64_t opal_console_write(int64_t term_number, __be64 *length,
42 int64_t opal_console_read(int64_t term_number, __be64 *length,
45 __be64 *length);
48 __be64 *hour_minute_second_millisecond);
59 int64_t opal_handle_interrupt(uint64_t isn, __be64 *outstanding_event_mask);
60 int64_t opal_poll_events(__be64 *outstanding_event_mask);
85 __be64 *phb_status);
129 __be64 *msi_address, __be32 *message_data);
152 int64_t opal_get_dpo_status(__be64 *dpo_timeout);
154 int64_t opal_pci_next_error(uint64_t phb_id, __be64 *first_frozen_pe,
[all …]
Dicswx.h37 __be64 value;
38 __be64 address;
92 __be64 address;
110 __be64 address;
118 __be64 fault_storage_addr;
144 __be64 csb_addr;
187 __be64 ccw_reg = ccw; in icswx()
/linux-6.6.21/drivers/infiniband/ulp/opa_vnic/
Dopa_vnic_encap.h315 __be64 tx_errors;
316 __be64 rx_errors;
317 __be64 tx_packets;
318 __be64 rx_packets;
319 __be64 tx_bytes;
320 __be64 rx_bytes;
322 __be64 tx_unicast;
323 __be64 tx_mcastbcast;
325 __be64 tx_untagged;
326 __be64 tx_vlan;
[all …]
/linux-6.6.21/include/uapi/linux/
Dgfs2_ondisk.h58 __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 …]
/linux-6.6.21/drivers/scsi/cxlflash/
Dsislite.h247 __be64 endian_ctrl; /* Per context Endian Control. The AFU will
252 __be64 intr_status; /* this sends LISN# programmed in ctx_ctrl.
282 __be64 intr_clear;
283 __be64 intr_mask;
284 __be64 ioarrin; /* only write what cmd_room permits */
285 __be64 rrq_start; /* start & end are both inclusive */
286 __be64 rrq_end; /* write sequence: start followed by end */
287 __be64 cmd_room;
288 __be64 ctx_ctrl; /* least significant byte or b56:63 is LISN# */
291 __be64 mbox_w; /* restricted use */
[all …]
/linux-6.6.21/fs/omfs/
Domfs_fs.h26 __be64 s_root_block; /* block number of omfs_root_block */
27 __be64 s_num_blocks; /* total number of FS blocks */
35 __be64 h_self; /* FS block where this is located */
48 __be64 r_fill1;
49 __be64 r_num_blocks; /* total number of FS blocks */
50 __be64 r_root_dir; /* block # of root directory */
51 __be64 r_bitmap; /* block # of free space bitmap */
54 __be64 r_mirrors; /* # of mirrors of system blocks */
60 __be64 i_parent; /* parent containing this inode */
61 __be64 i_sibling; /* next inode in hash bucket */
[all …]
/linux-6.6.21/drivers/scsi/ibmvscsi/
Dibmvfc.h146 __be64 tag;
164 __be64 max_dma_len;
174 __be64 capabilities;
180 __be64 node_name;
185 __be64 reserved2[2];
220 __be64 capabilities;
228 __be64 max_dma_len;
229 __be64 scsi_id;
230 __be64 port_name;
231 __be64 node_name;
[all …]
/linux-6.6.21/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 …]
/linux-6.6.21/drivers/net/ethernet/google/gve/
Dgve_adminq.h59 __be64 device_descriptor_addr;
67 __be64 max_registered_pages;
193 __be64 driver_capability_flags[4];
199 __be64 driver_info_len;
200 __be64 driver_info_addr;
206 __be64 counter_array;
207 __be64 irq_db_addr;
221 __be64 page_address_list_addr;
237 __be64 queue_resources_addr;
238 __be64 tx_ring_addr;
[all …]
/linux-6.6.21/arch/powerpc/platforms/pseries/
Drtas-fadump.h37 __be64 source_address;
38 __be64 source_len;
39 __be64 bytes_dumped;
40 __be64 destination_address;
52 __be64 dd_block_offset;
53 __be64 dd_num_blocks;
92 __be64 magic_number;
99 __be64 reg_id;
100 __be64 reg_value;
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4/
Dt4fw_api.h179 __be64 r3;
211 __be64 r3;
247 __be64 r10;
248 __be64 r11;
249 __be64 r12;
250 __be64 r13;
535 __be64 r3;
546 __be64 r3;
583 __be64 r2;
584 __be64 r3;
[all …]
/linux-6.6.21/include/rdma/
Dib_pma.h43 __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 …]
/linux-6.6.21/include/linux/mlx5/
Dqp.h196 __be64 buf_list;
197 __be64 start_addr;
198 __be64 reg_len;
288 __be64 swap_add;
289 __be64 compare;
290 __be64 swap_add_mask;
291 __be64 compare_mask;
300 __be64 dc_key;
317 __be64 dc_key;
350 __be64 raddr;
[all …]
/linux-6.6.21/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 …]
/linux-6.6.21/drivers/misc/genwqe/
Dcard_ddcb.h63 __be64 fwiv_64; /* Firmware Invariant. */
67 __be64 ats_64; /* Address Translation Spec */
78 __be64 deque_ts_64; /* Deque Time Stamp. */
84 __be64 cmplt_ts_64; /* Completion Time Stamp. */
90 __be64 rsvd_SLH_64; /* Reserved for hardware */
93 __be64 priv_64;
95 __be64 disp_ts_64; /* Dispatch TimeStamp */
174 __be64 target_addr;
/linux-6.6.21/include/linux/mlx4/
Dqp.h216 __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 …]
/linux-6.6.21/drivers/net/ethernet/ibm/
Dibmvnic.h181 __be64 pmc_registers;
182 __be64 timebase;
183 __be64 trace_data[5];
189 __be64 rx_packets;
190 __be64 rx_bytes;
191 __be64 tx_packets;
192 __be64 tx_bytes;
193 __be64 ucast_tx_packets;
194 __be64 ucast_rx_packets;
195 __be64 mcast_tx_packets;
[all …]
/linux-6.6.21/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;
/linux-6.6.21/include/uapi/scsi/fc/
Dfc_els.h414 __be64 fl_wwpn; /* port name */
415 __be64 fl_wwnn; /* node name */
522 __be64 adisc_wwpn;
523 __be64 adisc_wwnn;
536 __be64 fl_n_port_wwn; /* port name */
648 __be64 rnid_wwpn; /* N port name */
649 __be64 rnid_wwnn; /* node name */
727 __be64 pnb_wwpn; /* port name */
763 __be64 rps_port_spec; /* port selection */
866 __be64 clir_wwpn; /* incident port name */
[all …]
/linux-6.6.21/drivers/infiniband/hw/qib/
Dqib_mad.h75 __be64 port_xmit_data;
76 __be64 port_rcv_data;
77 __be64 port_xmit_packets;
78 __be64 port_rcv_packets;
79 __be64 port_xmit_wait;
80 __be64 port_adr_events;
126 __be64 tid;
130 __be64 cckey;
176 __be64 cckey;
191 __be64 cckey;

12345678910>>...22