Home
last modified time | relevance | path

Searched refs:__le64_to_cpu (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/drivers/nvdimm/
Dlabel.c156 sum_save = __le64_to_cpu(nsindex[i]->checksum); in __nd_label_validate()
172 if (__le64_to_cpu(nsindex[i]->myoff) in __nd_label_validate()
176 __le64_to_cpu(nsindex[i]->myoff)); in __nd_label_validate()
179 if (__le64_to_cpu(nsindex[i]->otheroff) in __nd_label_validate()
183 __le64_to_cpu(nsindex[i]->otheroff)); in __nd_label_validate()
187 size = __le64_to_cpu(nsindex[i]->mysize); in __nd_label_validate()
355 if ((__le64_to_cpu(nd_label->dpa) in slot_valid()
356 | __le64_to_cpu(nd_label->rawsize)) % SZ_4K) in slot_valid()
363 sum_save = __le64_to_cpu(nd_label->checksum); in slot_valid()
403 __le64_to_cpu(nd_label->dpa), in nd_label_reserve_dpa()
[all …]
Dnamespace_devs.c1801 isetcookie = __le64_to_cpu(nd_label->isetcookie); in has_uuid_at_pos()
1873 pmem_start = __le64_to_cpu(nd_label->dpa); in select_pmem_id()
1874 pmem_end = pmem_start + __le64_to_cpu(nd_label->rawsize); in select_pmem_id()
1916 if (__le64_to_cpu(nd_label->isetcookie) != cookie) { in create_namespace_pmem()
1919 if (__le64_to_cpu(nd_label->isetcookie) != altcookie) in create_namespace_pmem()
1987 size += __le64_to_cpu(label0->rawsize); in create_namespace_pmem()
1995 nspm->lbasize = __le64_to_cpu(label0->lbasize); in create_namespace_pmem()
2190 __le64_to_cpu(nd_label->dpa)); in add_namespace_resource()
2229 __le64_to_cpu(nd_label->isetcookie)); in create_namespace_blk()
2241 nsblk->lbasize = __le64_to_cpu(nd_label->lbasize); in create_namespace_blk()
[all …]
Dpfn_devs.c222 u64 offset = __le64_to_cpu(pfn_sb->dataoff); in resource_show()
248 u64 offset = __le64_to_cpu(pfn_sb->dataoff); in size_show()
/Linux-v4.19/include/linux/byteorder/
Dgeneric.h87 #define le64_to_cpu __le64_to_cpu
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dcommon.h342 return __le64_to_cpu(*((__le64 *)rbuf)); in rhf_to_cpu()
/Linux-v4.19/include/uapi/linux/byteorder/
Dbig_endian.h32 #define __le64_to_cpu(x) __swab64((__force __u64)(__le64)(x)) macro
Dlittle_endian.h32 #define __le64_to_cpu(x) ((__force __u64)(__le64)(x)) macro
/Linux-v4.19/include/asm-generic/
Dio.h200 val = __le64_to_cpu(__raw_readq(addr)); in readq()
282 return __le64_to_cpu(__raw_readq(addr)); in readq_relaxed()
/Linux-v4.19/net/ieee802154/
Dtrace.h84 __le64_to_cpu(__entry->extended_addr))
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dce.c998 *bufferp = __le64_to_cpu(desc->addr); in _ath10k_ce_revoke_recv_next_64()
1118 *bufferp = __le64_to_cpu(desc->addr); in ath10k_ce_extract_desc_data_64()
Dwmi.c2413 __le64_to_cpu(arg.ext_info.rx_mac_timestamp); in ath10k_wmi_event_mgmt_rx()
5500 busy = __le64_to_cpu(ev->cycle_busy); in ath10k_wmi_event_pdev_bss_chan_info()
5501 total = __le64_to_cpu(ev->cycle_total); in ath10k_wmi_event_pdev_bss_chan_info()
5502 tx = __le64_to_cpu(ev->cycle_tx); in ath10k_wmi_event_pdev_bss_chan_info()
5503 rx = __le64_to_cpu(ev->cycle_rx); in ath10k_wmi_event_pdev_bss_chan_info()
5504 rx_bss = __le64_to_cpu(ev->cycle_rx_bss); in ath10k_wmi_event_pdev_bss_chan_info()
7678 __le64_to_cpu(cmd->module_enable), in ath10k_wmi_10_4_op_gen_dbglog_cfg()
7679 __le64_to_cpu(cmd->module_valid), in ath10k_wmi_10_4_op_gen_dbglog_cfg()
Dhtt_rx.c534 paddr = __le64_to_cpu(msdu_desc->msdu_paddr); in ath10k_htt_rx_pop_paddr64_list()
/Linux-v4.19/net/bluetooth/
Dhci_debugfs.c740 __le64_to_cpu(ltk->rand), 16, ltk->val); in long_term_keys_show()