Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/nvdimm/
Dlabel.c151 sum_save = __le64_to_cpu(nsindex[i]->checksum); in __nd_label_validate()
167 if (__le64_to_cpu(nsindex[i]->myoff) in __nd_label_validate()
171 __le64_to_cpu(nsindex[i]->myoff)); in __nd_label_validate()
174 if (__le64_to_cpu(nsindex[i]->otheroff) in __nd_label_validate()
178 __le64_to_cpu(nsindex[i]->otheroff)); in __nd_label_validate()
181 if (__le64_to_cpu(nsindex[i]->labeloff) in __nd_label_validate()
185 __le64_to_cpu(nsindex[i]->labeloff)); in __nd_label_validate()
189 size = __le64_to_cpu(nsindex[i]->mysize); in __nd_label_validate()
360 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.c1811 isetcookie = __le64_to_cpu(nd_label->isetcookie); in has_uuid_at_pos()
1883 pmem_start = __le64_to_cpu(nd_label->dpa); in select_pmem_id()
1884 pmem_end = pmem_start + __le64_to_cpu(nd_label->rawsize); in select_pmem_id()
1926 if (__le64_to_cpu(nd_label->isetcookie) != cookie) { in create_namespace_pmem()
1929 if (__le64_to_cpu(nd_label->isetcookie) != altcookie) in create_namespace_pmem()
1997 size += __le64_to_cpu(label0->rawsize); in create_namespace_pmem()
2005 nspm->lbasize = __le64_to_cpu(label0->lbasize); in create_namespace_pmem()
2199 __le64_to_cpu(nd_label->dpa)); in add_namespace_resource()
2238 __le64_to_cpu(nd_label->isetcookie)); in create_namespace_blk()
2250 nsblk->lbasize = __le64_to_cpu(nd_label->lbasize); in create_namespace_blk()
[all …]
Dpfn_devs.c217 u64 offset = __le64_to_cpu(pfn_sb->dataoff); in resource_show()
243 u64 offset = __le64_to_cpu(pfn_sb->dataoff); in size_show()
/Linux-v5.4/include/linux/byteorder/
Dgeneric.h87 #define le64_to_cpu __le64_to_cpu
/Linux-v5.4/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-v5.4/drivers/infiniband/hw/hfi1/
Dcommon.h349 return __le64_to_cpu(*((__le64 *)rbuf)); in rhf_to_cpu()
/Linux-v5.4/include/asm-generic/
Dio.h193 val = __le64_to_cpu(__raw_readq(addr)); in readq()
275 return __le64_to_cpu(__raw_readq(addr)); in readq_relaxed()
/Linux-v5.4/net/ieee802154/
Dtrace.h84 __le64_to_cpu(__entry->extended_addr))
/Linux-v5.4/net/bluetooth/
Dhci_debugfs.c771 __le64_to_cpu(ltk->rand), 16, ltk->val); in long_term_keys_show()
/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dce.c1032 *bufferp = __le64_to_cpu(desc->addr); in _ath10k_ce_revoke_recv_next_64()
1212 *bufferp = __le64_to_cpu(desc->addr); in ath10k_ce_extract_desc_data_64()
Dwmi.c2488 __le64_to_cpu(arg.ext_info.rx_mac_timestamp); in ath10k_wmi_event_mgmt_rx()
5681 busy = __le64_to_cpu(ev->cycle_busy); in ath10k_wmi_event_pdev_bss_chan_info()
5682 total = __le64_to_cpu(ev->cycle_total); in ath10k_wmi_event_pdev_bss_chan_info()
5683 tx = __le64_to_cpu(ev->cycle_tx); in ath10k_wmi_event_pdev_bss_chan_info()
5684 rx = __le64_to_cpu(ev->cycle_rx); in ath10k_wmi_event_pdev_bss_chan_info()
5685 rx_bss = __le64_to_cpu(ev->cycle_rx_bss); in ath10k_wmi_event_pdev_bss_chan_info()
7884 __le64_to_cpu(cmd->module_enable), in ath10k_wmi_10_4_op_gen_dbglog_cfg()
7885 __le64_to_cpu(cmd->module_valid), in ath10k_wmi_10_4_op_gen_dbglog_cfg()
Dhtt_rx.c578 paddr = __le64_to_cpu(ind_desc->msdu_paddr); in ath10k_htt_rx_handle_amsdu_mon_64()
593 paddr = __le64_to_cpu(ind_desc->msdu_paddr); in ath10k_htt_rx_handle_amsdu_mon_64()
701 paddr = __le64_to_cpu(msdu_desc->msdu_paddr); in ath10k_htt_rx_pop_paddr64_list()