Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/asm/
H A Dbyteorder.h44 #define __le64_to_cpu(x) le64toh(x) macro
45 #define le64_to_cpu(x) __le64_to_cpu(x)
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dce.c965 *bufferp = __le64_to_cpu(desc->addr); in _ath10k_ce_revoke_recv_next_64()
1145 *bufferp = __le64_to_cpu(desc->addr); in ath10k_ce_extract_desc_data_64()
H A Dwmi.c2550 __le64_to_cpu(arg.ext_info.rx_mac_timestamp); in ath10k_wmi_event_mgmt_rx()
5864 busy = __le64_to_cpu(ev->cycle_busy); in ath10k_wmi_event_pdev_bss_chan_info()
5865 total = __le64_to_cpu(ev->cycle_total); in ath10k_wmi_event_pdev_bss_chan_info()
5866 tx = __le64_to_cpu(ev->cycle_tx); in ath10k_wmi_event_pdev_bss_chan_info()
5867 rx = __le64_to_cpu(ev->cycle_rx); in ath10k_wmi_event_pdev_bss_chan_info()
5868 rx_bss = __le64_to_cpu(ev->cycle_rx_bss); in ath10k_wmi_event_pdev_bss_chan_info()
8101 __le64_to_cpu(cmd->module_enable), in ath10k_wmi_10_4_op_gen_dbglog_cfg()
8102 __le64_to_cpu(cmd->module_valid), in ath10k_wmi_10_4_op_gen_dbglog_cfg()
8105 (uintmax_t)__le64_to_cpu(cmd->module_enable), in ath10k_wmi_10_4_op_gen_dbglog_cfg()
8106 (uintmax_t)__le64_to_cpu(cmd->module_valid), in ath10k_wmi_10_4_op_gen_dbglog_cfg()
H A Dhtt_rx.c611 paddr = __le64_to_cpu(ind_desc->msdu_paddr); in ath10k_htt_rx_handle_amsdu_mon_64()
630 paddr = __le64_to_cpu(ind_desc->msdu_paddr); in ath10k_htt_rx_handle_amsdu_mon_64()
748 paddr = __le64_to_cpu(msdu_desc->msdu_paddr); in ath10k_htt_rx_pop_paddr64_list()