Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/prestera/
H A Dprestera_hw.c1183 *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 Dencodings.h790 .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 Dencodings.c357 !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 Dslab-depot.c683 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 Dnd.h86 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 Dlabel.c159 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 Dsuper-io.h81 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 Dbcachefs_format.h1148 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 Dionic_stats.h52 __le64_to_cpu(*((__le64 *)(((u8 *)(base_ptr)) + (desc_ptr)->offset)))
/linux/include/linux/byteorder/
H A Dgeneric.h87 #define le64_to_cpu __le64_to_cpu
/linux/drivers/infiniband/hw/hfi1/
H A Dcommon.h250 return __le64_to_cpu(*((__le64 *)rbuf)); in rhf_to_cpu()
/linux/include/uapi/linux/byteorder/
H A Dlittle_endian.h33 #define __le64_to_cpu(x) ((__force __u64)(__le64)(x)) macro
H A Dbig_endian.h33 #define __le64_to_cpu(x) __swab64((__force __u64)(__le64)(x)) macro
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth-devlink.c99 faf_word = __le64_to_cpu(fapr->faf_hi); in dpaa2_eth_dl_get_trap()
/linux/net/mac802154/
H A Dtrace.h283 __le16_to_cpu(__entry->pan_id), __le64_to_cpu(__entry->addr),
/linux/net/ieee802154/
H A Dtrace.h84 __le64_to_cpu(__entry->extended_addr))
/linux/include/asm-generic/
H A Dio.h240 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 Dtsnep_main.c865 __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 Dce.c968 *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 Dhtt_rx.c612 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 Dhci_debugfs.c848 __le64_to_cpu(ltk->rand), 16, ltk->val); in long_term_keys_show()
/linux/fs/ceph/
H A Dinode.c1115 u64 fsize = __le64_to_cpu(*(__le64 *)iinfo->fscrypt_file); in ceph_fill_inode()