Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/marvell/prestera/
Dprestera_hw.c1181 *lmode_bmap = __le64_to_cpu(resp.param.link_evt.phy.lmode_bmap); in prestera_hw_port_phy_mode_get()
1277 caps->supp_link_modes = __le64_to_cpu(resp.param.cap.link_mode); in prestera_hw_port_cap_get()
1606 __le64_to_cpu(hw[PRESTERA_PORT_GOOD_OCTETS_RCV_CNT]); in prestera_hw_port_stats_get()
1608 __le64_to_cpu(hw[PRESTERA_PORT_BAD_OCTETS_RCV_CNT]); in prestera_hw_port_stats_get()
1610 __le64_to_cpu(hw[PRESTERA_PORT_MAC_TRANSMIT_ERR_CNT]); in prestera_hw_port_stats_get()
1612 __le64_to_cpu(hw[PRESTERA_PORT_BRDC_PKTS_RCV_CNT]); in prestera_hw_port_stats_get()
1614 __le64_to_cpu(hw[PRESTERA_PORT_MC_PKTS_RCV_CNT]); in prestera_hw_port_stats_get()
1615 st->frames_64_octets = __le64_to_cpu(hw[PRESTERA_PORT_PKTS_64L_CNT]); in prestera_hw_port_stats_get()
1617 __le64_to_cpu(hw[PRESTERA_PORT_PKTS_65TO127L_CNT]); in prestera_hw_port_stats_get()
1619 __le64_to_cpu(hw[PRESTERA_PORT_PKTS_128TO255L_CNT]); in prestera_hw_port_stats_get()
[all …]
/linux-6.1.9/drivers/nvdimm/
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()
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()
511 offset = __le64_to_cpu(nsindex->labeloff); in nd_label_data_init()
707 rc = nvdimm_set_config_data(ndd, __le64_to_cpu(nsindex->myoff), in nd_label_write_index()
Dpfn_devs.c205 u64 offset = __le64_to_cpu(pfn_sb->dataoff); in resource_show()
231 u64 offset = __le64_to_cpu(pfn_sb->dataoff); in size_show()
/linux-6.1.9/drivers/net/ethernet/pensando/ionic/
Dionic_stats.h52 __le64_to_cpu(*((__le64 *)(((u8 *)(base_ptr)) + (desc_ptr)->offset)))
/linux-6.1.9/include/linux/byteorder/
Dgeneric.h87 #define le64_to_cpu __le64_to_cpu
/linux-6.1.9/drivers/infiniband/hw/hfi1/
Dcommon.h250 return __le64_to_cpu(*((__le64 *)rbuf)); in rhf_to_cpu()
/linux-6.1.9/include/uapi/linux/byteorder/
Dbig_endian.h33 #define __le64_to_cpu(x) __swab64((__force __u64)(__le64)(x)) macro
Dlittle_endian.h33 #define __le64_to_cpu(x) ((__force __u64)(__le64)(x)) macro
/linux-6.1.9/drivers/net/ethernet/engleder/
Dtsnep_main.c516 __le64_to_cpu(entry->desc_wb->counter); in tsnep_tx_poll()
519 __le64_to_cpu(entry->desc_wb->timestamp); in tsnep_tx_poll()
1240 timestamp = __le64_to_cpu(rx_inline->counter); in tsnep_netdev_get_tstamp()
1242 timestamp = __le64_to_cpu(rx_inline->timestamp); in tsnep_netdev_get_tstamp()
/linux-6.1.9/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth-devlink.c108 faf_word = __le64_to_cpu(fapr->faf_hi); in dpaa2_eth_dl_get_trap()
/linux-6.1.9/net/ieee802154/
Dtrace.h84 __le64_to_cpu(__entry->extended_addr))
/linux-6.1.9/include/asm-generic/
Dio.h239 val = __le64_to_cpu(__raw_readq(addr)); in readq()
348 val = __le64_to_cpu(__raw_readq(addr)); in readq_relaxed()
/linux-6.1.9/net/bluetooth/
Dmsft.c150 msft->features = __le64_to_cpu(rp->features); in read_supported_features()
Dhci_debugfs.c840 __le64_to_cpu(ltk->rand), 16, ltk->val); in long_term_keys_show()
/linux-6.1.9/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()
5795 busy = __le64_to_cpu(ev->cycle_busy); in ath10k_wmi_event_pdev_bss_chan_info()
5796 total = __le64_to_cpu(ev->cycle_total); in ath10k_wmi_event_pdev_bss_chan_info()
5797 tx = __le64_to_cpu(ev->cycle_tx); in ath10k_wmi_event_pdev_bss_chan_info()
5798 rx = __le64_to_cpu(ev->cycle_rx); in ath10k_wmi_event_pdev_bss_chan_info()
5799 rx_bss = __le64_to_cpu(ev->cycle_rx_bss); in ath10k_wmi_event_pdev_bss_chan_info()
7982 __le64_to_cpu(cmd->module_enable), in ath10k_wmi_10_4_op_gen_dbglog_cfg()
7983 __le64_to_cpu(cmd->module_valid), in ath10k_wmi_10_4_op_gen_dbglog_cfg()
Dhtt_rx.c607 paddr = __le64_to_cpu(ind_desc->msdu_paddr); in ath10k_htt_rx_handle_amsdu_mon_64()
622 paddr = __le64_to_cpu(ind_desc->msdu_paddr); in ath10k_htt_rx_handle_amsdu_mon_64()
735 paddr = __le64_to_cpu(msdu_desc->msdu_paddr); in ath10k_htt_rx_pop_paddr64_list()