Searched refs:__le64 (Results 151 - 175 of 691) sorted by relevance

1234567891011>>

/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_coredump.h100 __le64 resp_addr;
101 __le64 host_dest_addr;
/linux-master/drivers/bus/fsl-mc/
H A Dfsl-mc-private.h130 __le64 irq_addr;
207 __le64 pad2[2];
214 __le64 pad0;
216 __le64 base_offset;
226 __le64 base_addr;
235 __le64 irq_addr;
251 __le64 pad[3];
520 __le64 user_ctx;
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_nvme.h69 __le64 nvme_cmnd_dseg_address __packed;/* Data segment address. */
70 __le64 nvme_rsp_dseg_address __packed; /* Data segment address. */
/linux-master/drivers/parisc/
H A Diommu-helpers.h17 void (*iommu_io_pdir_entry)(__le64 *, space_t, unsigned long,
23 __le64 *pdirp = NULL;
/linux-master/fs/jfs/
H A Djfs_dinode.h36 __le64 di_size; /* 8: size */
37 __le64 di_nblocks; /* 8: number of blocks allocated */
H A Djfs_xtree.h69 __le64 next; /* 8: */
70 __le64 prev; /* 8: */
/linux-master/fs/bcachefs/
H A Dsuper-io.h58 static inline __le64 bch2_sb_magic(struct bch_fs *c)
60 __le64 ret;
/linux-master/drivers/usb/host/
H A Dxhci-mtk.h146 __le64 u3_ctrl_p[MU3C_U3_PORT_MAX];
147 __le64 u2_ctrl_p[MU3C_U2_PORT_MAX];
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dcoredump.h81 __le64 tv_sec;
84 __le64 tv_nsec;
/linux-master/fs/smb/client/
H A Dreparse.h17 u64 v = le64_to_cpu(*(__le64 *)buf->DataBuffer);
24 u64 v = le64_to_cpu(*(__le64 *)ptr);
/linux-master/include/uapi/linux/
H A Dvirtio_pci.h252 __le64 group_member_id;
282 __le64 offset; /* Offset within bar. */
H A Dqemu_fw_cfg.h94 __le64 paddr;
H A Dfsverity.h57 __le64 data_size; /* size of file the Merkle tree is built over */
/linux-master/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic.h242 __le64 addr;
248 __le64 addr;
257 __le64 cmd_consumer_offset;
258 __le64 cmd_ring_addr;
265 __le64 sts_ring_addr;
270 __le64 rsrvd_2[3];
320 __le64 addr_buffer2;
328 __le64 addr_buffer3;
329 __le64 addr_buffer1;
333 __le64 addr_buffer
[all...]
/linux-master/drivers/scsi/smartpqi/
H A Dsmartpqi.h26 __le64 signature;
41 __le64 admin_iq_pi_offset;
42 __le64 admin_oq_ci_offset;
43 __le64 admin_iq_element_array_addr;
44 __le64 admin_oq_element_array_addr;
45 __le64 admin_iq_ci_addr;
46 __le64 admin_oq_pi_addr;
53 __le64 error_details;
128 __le64 address;
171 __le64 element_array_add
[all...]
/linux-master/drivers/md/
H A Ddm-thin-metadata.c37 * internal nodes, as such their values are a __le64 pointing to other
104 __le64 blocknr; /* This block number, dm_block_t. */
107 __le64 magic;
111 __le64 trans_id;
116 __le64 held_root;
124 __le64 data_mapping_root;
129 __le64 device_details_root;
134 __le64 metadata_nr_blocks;
142 __le64 mapped_blocks;
143 __le64 transaction_i
[all...]
/linux-master/include/linux/
H A Dvirtio_byteorder.h51 return le64_to_cpu((__force __le64)val);
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dio.h67 static inline void _ef4_writeq(struct ef4_nic *efx, __le64 value,
72 static inline __le64 _ef4_readq(struct ef4_nic *efx, unsigned int reg)
74 return (__force __le64)__raw_readq(efx->membase + reg);
171 value->u64[0] = (__force __le64)__raw_readq(membase + addr);
/linux-master/drivers/net/ethernet/intel/igb/
H A De1000_82575.h65 __le64 pkt_addr; /* Packet buffer address */
66 __le64 hdr_addr; /* Header buffer address */
98 __le64 buffer_addr; /* Address of descriptor's data buf */
103 __le64 rsvd; /* Reserved */
/linux-master/arch/mips/include/asm/mach-cavium-octeon/
H A Dmangle-port.h60 le64_to_cpu((__force __le64)(x)) : \
/linux-master/arch/mips/include/asm/mach-generic/
H A Dmangle-port.h36 # define ioswabq(a, x) le64_to_cpu((__force __le64)(x))
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_stats.h52 __le64_to_cpu(*((__le64 *)(((u8 *)(base_ptr)) + (desc_ptr)->offset)))
/linux-master/include/linux/rpmsg/
H A Dbyteorder.h54 return le64_to_cpu((__force __le64)val);
/linux-master/drivers/crypto/bcm/
H A Dspu2.h76 __le64 ctrl0;
77 __le64 ctrl1;
78 __le64 ctrl2;
79 __le64 ctrl3;
/linux-master/drivers/net/ethernet/intel/igbvf/
H A Dvf.h38 __le64 pkt_addr; /* Packet buffer address */
39 __le64 hdr_addr; /* Header buffer address */
73 __le64 buffer_addr; /* Address of descriptor's data buf */
78 __le64 rsvd; /* Reserved */

Completed in 222 milliseconds

1234567891011>>