Home
last modified time | relevance | path

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

/Linux-v5.10/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.c1854 isetcookie = __le64_to_cpu(nd_label->isetcookie); in has_uuid_at_pos()
1926 pmem_start = __le64_to_cpu(nd_label->dpa); in select_pmem_id()
1927 pmem_end = pmem_start + __le64_to_cpu(nd_label->rawsize); in select_pmem_id()
1969 if (__le64_to_cpu(nd_label->isetcookie) != cookie) { in create_namespace_pmem()
1972 if (__le64_to_cpu(nd_label->isetcookie) != altcookie) in create_namespace_pmem()
2040 size += __le64_to_cpu(label0->rawsize); in create_namespace_pmem()
2048 nspm->lbasize = __le64_to_cpu(label0->lbasize); in create_namespace_pmem()
2240 __le64_to_cpu(nd_label->dpa)); in add_namespace_resource()
2279 __le64_to_cpu(nd_label->isetcookie)); in create_namespace_blk()
2291 nsblk->lbasize = __le64_to_cpu(nd_label->lbasize); in create_namespace_blk()
[all …]
Dpfn_devs.c206 u64 offset = __le64_to_cpu(pfn_sb->dataoff); in resource_show()
232 u64 offset = __le64_to_cpu(pfn_sb->dataoff); in size_show()
/Linux-v5.10/drivers/net/ethernet/pensando/ionic/
Dionic_stats.h52 __le64_to_cpu(*((__le64 *)(((u8 *)(base_ptr)) + (desc_ptr)->offset)))
/Linux-v5.10/net/bluetooth/
Dmsft.c65 msft->features = __le64_to_cpu(rp->features); in read_supported_features()
Dhci_debugfs.c789 __le64_to_cpu(ltk->rand), 16, ltk->val); in long_term_keys_show()
/Linux-v5.10/include/linux/byteorder/
Dgeneric.h87 #define le64_to_cpu __le64_to_cpu
/Linux-v5.10/drivers/infiniband/hw/hfi1/
Dcommon.h347 return __le64_to_cpu(*((__le64 *)rbuf)); in rhf_to_cpu()
/Linux-v5.10/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.10/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.10/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth-devlink.c108 faf_word = __le64_to_cpu(fapr->faf_hi); in dpaa2_eth_dl_get_trap()
/Linux-v5.10/net/ieee802154/
Dtrace.h84 __le64_to_cpu(__entry->extended_addr))
/Linux-v5.10/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.c2543 __le64_to_cpu(arg.ext_info.rx_mac_timestamp); in ath10k_wmi_event_mgmt_rx()
5786 busy = __le64_to_cpu(ev->cycle_busy); in ath10k_wmi_event_pdev_bss_chan_info()
5787 total = __le64_to_cpu(ev->cycle_total); in ath10k_wmi_event_pdev_bss_chan_info()
5788 tx = __le64_to_cpu(ev->cycle_tx); in ath10k_wmi_event_pdev_bss_chan_info()
5789 rx = __le64_to_cpu(ev->cycle_rx); in ath10k_wmi_event_pdev_bss_chan_info()
5790 rx_bss = __le64_to_cpu(ev->cycle_rx_bss); in ath10k_wmi_event_pdev_bss_chan_info()
7973 __le64_to_cpu(cmd->module_enable), in ath10k_wmi_10_4_op_gen_dbglog_cfg()
7974 __le64_to_cpu(cmd->module_valid), in ath10k_wmi_10_4_op_gen_dbglog_cfg()
Dhtt_rx.c586 paddr = __le64_to_cpu(ind_desc->msdu_paddr); in ath10k_htt_rx_handle_amsdu_mon_64()
601 paddr = __le64_to_cpu(ind_desc->msdu_paddr); in ath10k_htt_rx_handle_amsdu_mon_64()
709 paddr = __le64_to_cpu(msdu_desc->msdu_paddr); in ath10k_htt_rx_pop_paddr64_list()