Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/nvdimm/
Dnd.h73 return __le64_to_cpu(nd_label->checksum); in nsl_get_checksum()
98 return __le64_to_cpu(nd_label->dpa); in nsl_get_dpa()
110 return __le64_to_cpu(nd_label->rawsize); in nsl_get_rawsize()
123 return __le64_to_cpu(nd_label->isetcookie); in nsl_get_isetcookie()
137 return cookie == __le64_to_cpu(nd_label->isetcookie); in nsl_validate_isetcookie()
170 return __le64_to_cpu(nd_label->lbasize); in nsl_get_lbasize()
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()
506 offset = __le64_to_cpu(nsindex->labeloff); in nd_label_data_init()
702 rc = nvdimm_set_config_data(ndd, __le64_to_cpu(nsindex->myoff), in nd_label_write_index()
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.15/drivers/net/ethernet/pensando/ionic/
Dionic_stats.h52 __le64_to_cpu(*((__le64 *)(((u8 *)(base_ptr)) + (desc_ptr)->offset)))
/Linux-v5.15/include/linux/byteorder/
Dgeneric.h87 #define le64_to_cpu __le64_to_cpu
/Linux-v5.15/include/uapi/linux/byteorder/
Dlittle_endian.h32 #define __le64_to_cpu(x) ((__force __u64)(__le64)(x)) macro
Dbig_endian.h32 #define __le64_to_cpu(x) __swab64((__force __u64)(__le64)(x)) macro
/Linux-v5.15/drivers/infiniband/hw/hfi1/
Dcommon.h305 return __le64_to_cpu(*((__le64 *)rbuf)); in rhf_to_cpu()
/Linux-v5.15/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.15/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.15/net/ieee802154/
Dtrace.h84 __le64_to_cpu(__entry->extended_addr))
/Linux-v5.15/net/bluetooth/
Dmsft.c143 msft->features = __le64_to_cpu(rp->features); in read_supported_features()
Dhci_debugfs.c839 __le64_to_cpu(ltk->rand), 16, ltk->val); in long_term_keys_show()
/Linux-v5.15/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()
5791 busy = __le64_to_cpu(ev->cycle_busy); in ath10k_wmi_event_pdev_bss_chan_info()
5792 total = __le64_to_cpu(ev->cycle_total); in ath10k_wmi_event_pdev_bss_chan_info()
5793 tx = __le64_to_cpu(ev->cycle_tx); in ath10k_wmi_event_pdev_bss_chan_info()
5794 rx = __le64_to_cpu(ev->cycle_rx); in ath10k_wmi_event_pdev_bss_chan_info()
5795 rx_bss = __le64_to_cpu(ev->cycle_rx_bss); in ath10k_wmi_event_pdev_bss_chan_info()
7978 __le64_to_cpu(cmd->module_enable), in ath10k_wmi_10_4_op_gen_dbglog_cfg()
7979 __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()