/linux/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera_hw.c | 1183 *lmode_bmap = __le64_to_cpu(resp.param.link_evt.phy.lmode_bmap); in prestera_hw_port_phy_mode_get() 1279 caps->supp_link_modes = __le64_to_cpu(resp.param.cap.link_mode); in prestera_hw_port_cap_get() 1603 __le64_to_cpu(hw[PRESTERA_PORT_GOOD_OCTETS_RCV_CNT]); in prestera_hw_port_stats_get() 1605 __le64_to_cpu(hw[PRESTERA_PORT_BAD_OCTETS_RCV_CNT]); in prestera_hw_port_stats_get() 1607 __le64_to_cpu(hw[PRESTERA_PORT_MAC_TRANSMIT_ERR_CNT]); in prestera_hw_port_stats_get() 1609 __le64_to_cpu(hw[PRESTERA_PORT_BRDC_PKTS_RCV_CNT]); in prestera_hw_port_stats_get() 1611 __le64_to_cpu(hw[PRESTERA_PORT_MC_PKTS_RCV_CNT]); in prestera_hw_port_stats_get() 1612 st->frames_64_octets = __le64_to_cpu(hw[PRESTERA_PORT_PKTS_64L_CNT]); in prestera_hw_port_stats_get() 1614 __le64_to_cpu(hw[PRESTERA_PORT_PKTS_65TO127L_CNT]); in prestera_hw_port_stats_get() 1616 __le64_to_cpu(h in prestera_hw_port_stats_get() [all...] |
/linux/drivers/md/dm-vdo/ |
H A D | encodings.h | 790 .size = __le64_to_cpu(header->size), in vdo_unpack_header() 876 return __le64_to_cpu(page->header.pbn); in vdo_get_block_map_page_pbn() 1044 .block_map_head = __le64_to_cpu(packed->block_map_head), in vdo_unpack_recovery_block_header() 1045 .slab_journal_head = __le64_to_cpu(packed->slab_journal_head), in vdo_unpack_recovery_block_header() 1046 .sequence_number = __le64_to_cpu(packed->sequence_number), in vdo_unpack_recovery_block_header() 1047 .nonce = __le64_to_cpu(packed->nonce), in vdo_unpack_recovery_block_header() 1048 .logical_blocks_used = __le64_to_cpu(packed->logical_blocks_used), in vdo_unpack_recovery_block_header() 1049 .block_map_data_blocks = __le64_to_cpu(packed->block_map_data_blocks), in vdo_unpack_recovery_block_header() 1159 u64 native = __le64_to_cpu(packed->encoded_point); in vdo_unpack_journal_point() 1196 .head = __le64_to_cpu(packe in vdo_unpack_slab_journal_block_header() [all...] |
H A D | encodings.c | 357 !page->header.initialized || (nonce != __le64_to_cpu(page->header.nonce))) in vdo_validate_block_map_page() 1131 .logical_blocks = __le64_to_cpu(config.logical_blocks), in unpack_vdo_config() 1132 .physical_blocks = __le64_to_cpu(config.physical_blocks), in unpack_vdo_config() 1133 .slab_size = __le64_to_cpu(config.slab_size), in unpack_vdo_config() 1134 .recovery_journal_size = __le64_to_cpu(config.recovery_journal_size), in unpack_vdo_config() 1135 .slab_journal_blocks = __le64_to_cpu(config.slab_journal_blocks), in unpack_vdo_config() 1150 .complete_recoveries = __le64_to_cpu(component.complete_recoveries), in unpack_vdo_component_41_0() 1151 .read_only_recoveries = __le64_to_cpu(component.read_only_recoveries), in unpack_vdo_component_41_0() 1153 .nonce = __le64_to_cpu(component.nonce), in unpack_vdo_component_41_0()
|
H A D | slab-depot.c | 683 return __le64_to_cpu(block->header.sequence_number); in get_committing_sequence_number() 2913 sequence_number_t head = __le64_to_cpu(end_block->header.head); in apply_journal_entries()
|
/linux/drivers/nvdimm/ |
H A D | nd.h | 86 return __le64_to_cpu(nd_label->cxl.checksum); in nsl_get_checksum() 87 return __le64_to_cpu(nd_label->efi.checksum); in nsl_get_checksum() 121 return __le64_to_cpu(nd_label->cxl.dpa); in nsl_get_dpa() 122 return __le64_to_cpu(nd_label->efi.dpa); in nsl_get_dpa() 138 return __le64_to_cpu(nd_label->cxl.rawsize); in nsl_get_rawsize() 139 return __le64_to_cpu(nd_label->efi.rawsize); in nsl_get_rawsize() 159 return __le64_to_cpu(nd_label->efi.isetcookie); in nsl_get_isetcookie() 180 return cookie == __le64_to_cpu(nd_label->efi.isetcookie); in nsl_validate_isetcookie() 242 return __le64_to_cpu(nd_label->efi.lbasize); in nsl_get_lbasize()
|
H A D | label.c | 159 sum_save = __le64_to_cpu(nsindex[i]->checksum); in __nd_label_validate() 175 if (__le64_to_cpu(nsindex[i]->myoff) in __nd_label_validate() 179 __le64_to_cpu(nsindex[i]->myoff)); in __nd_label_validate() 182 if (__le64_to_cpu(nsindex[i]->otheroff) in __nd_label_validate() 186 __le64_to_cpu(nsindex[i]->otheroff)); in __nd_label_validate() 189 if (__le64_to_cpu(nsindex[i]->labeloff) in __nd_label_validate() 193 __le64_to_cpu(nsindex[i]->labeloff)); in __nd_label_validate() 197 size = __le64_to_cpu(nsindex[i]->mysize); in __nd_label_validate() 512 offset = __le64_to_cpu(nsindex->labeloff); in nd_label_data_init() 708 rc = nvdimm_set_config_data(ndd, __le64_to_cpu(nsinde in nd_label_write_index() [all...] |
/linux/fs/bcachefs/ |
H A D | super-io.h | 81 return __le64_to_cpu(bch2_sb_magic(c) ^ JSET_MAGIC); in jset_magic() 86 return __le64_to_cpu(bch2_sb_magic(c) ^ BSET_MAGIC); in bset_magic()
|
H A D | bcachefs_format.h | 1148 return __le64_to_cpu(__bch2_sb_magic(sb) ^ JSET_MAGIC); in __jset_magic() 1153 return __le64_to_cpu(__bch2_sb_magic(sb) ^ BSET_MAGIC); in __bset_magic()
|
/linux/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_stats.h | 52 __le64_to_cpu(*((__le64 *)(((u8 *)(base_ptr)) + (desc_ptr)->offset)))
|
/linux/include/linux/byteorder/ |
H A D | generic.h | 87 #define le64_to_cpu __le64_to_cpu
|
/linux/drivers/infiniband/hw/hfi1/ |
H A D | common.h | 250 return __le64_to_cpu(*((__le64 *)rbuf)); in rhf_to_cpu()
|
/linux/include/uapi/linux/byteorder/ |
H A D | little_endian.h | 33 #define __le64_to_cpu(x) ((__force __u64)(__le64)(x)) macro
|
H A D | big_endian.h | 33 #define __le64_to_cpu(x) __swab64((__force __u64)(__le64)(x)) macro
|
/linux/drivers/net/ethernet/freescale/dpaa2/ |
H A D | dpaa2-eth-devlink.c | 99 faf_word = __le64_to_cpu(fapr->faf_hi); in dpaa2_eth_dl_get_trap()
|
/linux/net/mac802154/ |
H A D | trace.h | 283 __le16_to_cpu(__entry->pan_id), __le64_to_cpu(__entry->addr),
|
/linux/net/ieee802154/ |
H A D | trace.h | 84 __le64_to_cpu(__entry->extended_addr))
|
/linux/include/asm-generic/ |
H A D | io.h | 240 val = __le64_to_cpu((__le64 __force)__raw_readq(addr)); in readq() 349 val = __le64_to_cpu((__le64 __force)__raw_readq(addr)); in readq_relaxed()
|
/linux/drivers/net/ethernet/engleder/ |
H A D | tsnep_main.c | 865 __le64_to_cpu(entry->desc_wb->counter); in tsnep_tx_poll() 868 __le64_to_cpu(entry->desc_wb->timestamp); in tsnep_tx_poll() 2294 timestamp = __le64_to_cpu(rx_inline->counter); in tsnep_netdev_get_tstamp() 2296 timestamp = __le64_to_cpu(rx_inline->timestamp); in tsnep_netdev_get_tstamp()
|
/linux/drivers/net/wireless/ath/ath10k/ |
H A D | ce.c | 968 *bufferp = __le64_to_cpu(desc->addr); in _ath10k_ce_revoke_recv_next_64() 1148 *bufferp = __le64_to_cpu(desc->addr); in ath10k_ce_extract_desc_data_64()
|
H A D | htt_rx.c | 612 paddr = __le64_to_cpu(ind_desc->msdu_paddr); in ath10k_htt_rx_handle_amsdu_mon_64() 627 paddr = __le64_to_cpu(ind_desc->msdu_paddr); in ath10k_htt_rx_handle_amsdu_mon_64() 740 paddr = __le64_to_cpu(msdu_desc->msdu_paddr); in ath10k_htt_rx_pop_paddr64_list()
|
/linux/net/bluetooth/ |
H A D | hci_debugfs.c | 848 __le64_to_cpu(ltk->rand), 16, ltk->val); in long_term_keys_show()
|
/linux/fs/ceph/ |
H A D | inode.c | 1115 u64 fsize = __le64_to_cpu(*(__le64 *)iinfo->fscrypt_file); in ceph_fill_inode()
|