Searched refs:__le64 (Results 226 - 250 of 704) sorted by relevance

1234567891011>>

/linux-master/fs/smb/server/
H A Doplock.h35 __le64 duration;
54 __le64 duration;
/linux-master/fs/bcachefs/
H A Dchecksum.h215 __le64 magic = __bch2_sb_magic(sb);
227 __le64 magic = bch2_sb_magic(c);
H A Dvstructs.h8 * NOTE: we can't differentiate between __le64 and u64 with type_is - this
13 ( type_is((_s)->u64s, u64) ? le64_to_cpu((__force __le64) (_s)->u64s) \
H A Dalloc_background_format.h47 __le64 journal_seq;
/linux-master/fs/smb/client/
H A Dfscache.c20 __le64 uniqueid; /* server inode number */
21 __le64 createtime; /* creation time on server */
/linux-master/drivers/dma/
H A Dfsl-edma-common.h92 __le64 saddr;
96 __le64 slast;
97 __le64 daddr;
98 __le64 dlast_sga;
256 __iomem __le64 : edma_readq(chan->edma, &(_tcd)->__name), \
269 __iomem __le64 : edma_writeq(chan->edma, (u64 __force)(_val), &_tcd->__name), \
315 __le64 : le64_to_cpu((x)), \
327 __le64 : (_tcd)->_field = cpu_to_le64(_val), \
/linux-master/include/linux/ceph/
H A Dpagelist.h44 __le64 ev = cpu_to_le64(v);
/linux-master/drivers/scsi/mvsas/
H A Dmv_64xx.h119 __le64 addr; /* 64-bit buffer address */
/linux-master/drivers/net/wireguard/
H A Dmessages.h108 __le64 counter;
/linux-master/drivers/net/ethernet/netronome/nfp/nfd3/
H A Dnfd3.h49 __le64 vals8[2];
/linux-master/drivers/net/ethernet/netronome/nfp/nfdk/
H A Dnfdk.h69 __le64 raw;
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_igd.c118 if (remaining && pos < OPREGION_RVDA + sizeof(__le64)) {
120 OPREGION_RVDA + sizeof(__le64) - pos);
121 __le64 rvda = cpu_to_le64(opregionvbt->vbt_ex ?
232 u64 rvda = le64_to_cpu(*(__le64 *)(opregionvbt->opregion +
/linux-master/fs/9p/
H A Dcache.c55 __le64 path;
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx_common.h30 static inline __le64 build_ctob(u32 td_cmd, u32 td_offset, unsigned int size,
/linux-master/arch/arm64/kernel/
H A Dacpi_parking_protocol.c17 __le64 entry_point;
/linux-master/fs/btrfs/
H A Duuid-tree.c68 __le64 data;
95 __le64 subid_le;
199 __le64 read_subid;
345 __le64 subid_le;
/linux-master/drivers/staging/greybus/
H A Daudio_apbridgea.h100 __le64 timestamp;
/linux-master/drivers/hid/intel-ish-hid/ishtp/
H A Dloader.h147 __le64 ddr_adrs;
/linux-master/net/mac802154/
H A Dmib.c117 int mac802154_del_dev(struct net_device *dev, __le64 dev_addr)
132 __le64 device_addr,
148 __le64 device_addr,
/linux-master/drivers/net/fjes/
H A Dfjes_hw.h120 __le64 buffer[];
129 __le64 buffer_len;
130 __le64 buffer[];
/linux-master/drivers/md/persistent-data/
H A Ddm-btree-spine.c62 (sizeof(__le64) + value_size) * max_entries > block_size) {
248 __le64 v1_le, v2_le;
259 vt->size = sizeof(__le64);
/linux-master/drivers/net/ethernet/sfc/
H A Dio.h60 static inline void _efx_writeq(struct efx_nic *efx, __le64 value,
65 static inline __le64 _efx_readq(struct efx_nic *efx, unsigned int reg)
67 return (__force __le64)__raw_readq(efx->membase + reg);
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dqplib_tlv.h82 static inline __le64 __get_cmdq_base_resp_addr(struct cmdq_base *req, u32 size)
91 u32 size, __le64 val)
153 __le64 tlvpad;
/linux-master/drivers/infiniband/hw/irdma/
H A Duda.c23 __le64 *wqe;
98 set_64bit_val((__le64 *)info->dma_mem_mc.va,
119 __le64 *wqe;
/linux-master/drivers/bus/mhi/ep/
H A Dring.c17 __le64 rlen;
113 __le64 rp;
178 __le64 val;

Completed in 185 milliseconds

1234567891011>>