Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/marvell/prestera/
H A Dprestera_hw.c1603 __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()
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()
1614 __le64_to_cpu(hw[PRESTERA_PORT_PKTS_65TO127L_CNT]); in prestera_hw_port_stats_get()
1616 __le64_to_cpu(hw[PRESTERA_PORT_PKTS_128TO255L_CNT]); in prestera_hw_port_stats_get()
1618 __le64_to_cpu(hw[PRESTERA_PORT_PKTS_256TO511L_CNT]); in prestera_hw_port_stats_get()
1626 __le64_to_cpu(hw[PRESTERA_PORT_MC_PKTS_SENT_CNT]); in prestera_hw_port_stats_get()
1628 __le64_to_cpu(hw[PRESTERA_PORT_BRDC_PKTS_SENT_CNT]); in prestera_hw_port_stats_get()
1637 __le64_to_cpu(hw[PRESTERA_PORT_MAC_RCV_ERROR_CNT]); in prestera_hw_port_stats_get()
[all …]
/linux-6.15/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()
1159 u64 native = __le64_to_cpu(packed->encoded_point); in vdo_unpack_journal_point()
1196 .head = __le64_to_cpu(packed->head), in vdo_unpack_slab_journal_block_header()
1197 .sequence_number = __le64_to_cpu(packed->sequence_number), 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-6.15/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(nsindex->myoff), in nd_label_write_index()
H A Dpfn_devs.c207 u64 offset = __le64_to_cpu(pfn_sb->dataoff); in resource_show()
233 u64 offset = __le64_to_cpu(pfn_sb->dataoff); in size_show()
/linux-6.15/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.h1126 return __le64_to_cpu(__bch2_sb_magic(sb) ^ JSET_MAGIC); in __jset_magic()
1131 return __le64_to_cpu(__bch2_sb_magic(sb) ^ BSET_MAGIC); in __bset_magic()
/linux-6.15/drivers/net/ethernet/pensando/ionic/
H A Dionic_stats.h52 __le64_to_cpu(*((__le64 *)(((u8 *)(base_ptr)) + (desc_ptr)->offset)))
/linux-6.15/include/linux/byteorder/
H A Dgeneric.h87 #define le64_to_cpu __le64_to_cpu
/linux-6.15/drivers/infiniband/hw/hfi1/
H A Dcommon.h250 return __le64_to_cpu(*((__le64 *)rbuf)); in rhf_to_cpu()
/linux-6.15/include/uapi/linux/byteorder/
H A Dbig_endian.h33 #define __le64_to_cpu(x) __swab64((__force __u64)(__le64)(x)) macro
H A Dlittle_endian.h33 #define __le64_to_cpu(x) ((__force __u64)(__le64)(x)) macro
/linux-6.15/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-6.15/net/mac802154/
H A Dtrace.h283 __le16_to_cpu(__entry->pan_id), __le64_to_cpu(__entry->addr),
/linux-6.15/net/ieee802154/
H A Dtrace.h84 __le64_to_cpu(__entry->extended_addr))
/linux-6.15/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-6.15/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-6.15/drivers/net/wireless/ath/ath10k/
H A Dce.c966 *bufferp = __le64_to_cpu(desc->addr); in _ath10k_ce_revoke_recv_next_64()
1146 *bufferp = __le64_to_cpu(desc->addr); in ath10k_ce_extract_desc_data_64()
H A Dwmi.c2565 __le64_to_cpu(arg.ext_info.rx_mac_timestamp); in ath10k_wmi_event_mgmt_rx()
5817 busy = __le64_to_cpu(ev->cycle_busy); in ath10k_wmi_event_pdev_bss_chan_info()
5818 total = __le64_to_cpu(ev->cycle_total); in ath10k_wmi_event_pdev_bss_chan_info()
5819 tx = __le64_to_cpu(ev->cycle_tx); in ath10k_wmi_event_pdev_bss_chan_info()
5820 rx = __le64_to_cpu(ev->cycle_rx); in ath10k_wmi_event_pdev_bss_chan_info()
5821 rx_bss = __le64_to_cpu(ev->cycle_rx_bss); in ath10k_wmi_event_pdev_bss_chan_info()
8047 __le64_to_cpu(cmd->module_enable), in ath10k_wmi_10_4_op_gen_dbglog_cfg()
8048 __le64_to_cpu(cmd->module_valid), in ath10k_wmi_10_4_op_gen_dbglog_cfg()
H A Dhtt_rx.c608 paddr = __le64_to_cpu(ind_desc->msdu_paddr); in ath10k_htt_rx_handle_amsdu_mon_64()
623 paddr = __le64_to_cpu(ind_desc->msdu_paddr); in ath10k_htt_rx_handle_amsdu_mon_64()
736 paddr = __le64_to_cpu(msdu_desc->msdu_paddr); in ath10k_htt_rx_pop_paddr64_list()
/linux-6.15/net/bluetooth/
H A Dmsft.c176 msft->features = __le64_to_cpu(rp->features); in read_supported_features()
H A Dhci_debugfs.c848 __le64_to_cpu(ltk->rand), 16, ltk->val); in long_term_keys_show()
/linux-6.15/fs/ceph/
H A Dinode.c1115 u64 fsize = __le64_to_cpu(*(__le64 *)iinfo->fscrypt_file); in ceph_fill_inode()