Searched refs:LE64_TO_CPU (Results 1 – 6 of 6) sorted by relevance
345 #define LE64_TO_CPU(val) CPU_TO_LE64(val) macro
69 #define LE64_TO_CPU(k) rte_le_to_cpu_64(k) macro
185 #define LE64_TO_CPU(k) rte_le_to_cpu_64(k) macro
1092 dest_qword = LE64_TO_CPU(src_qword); in i40e_read_qword()
175 (unsigned long long)LE64_TO_CPU(pcaps->phy_type_low)); in ice_aq_get_phy_caps()177 (unsigned long long)LE64_TO_CPU(pcaps->phy_type_high)); in ice_aq_get_phy_caps()198 pi->phy.phy_type_low = LE64_TO_CPU(pcaps->phy_type_low); in ice_aq_get_phy_caps()199 pi->phy.phy_type_high = LE64_TO_CPU(pcaps->phy_type_high); in ice_aq_get_phy_caps()424 li->phy_type_low = LE64_TO_CPU(link_data.phy_type_low); in ice_aq_get_link_info()425 li->phy_type_high = LE64_TO_CPU(link_data.phy_type_high); in ice_aq_get_link_info()2585 (unsigned long long)LE64_TO_CPU(cfg->phy_type_low)); in ice_aq_set_phy_cfg()2587 (unsigned long long)LE64_TO_CPU(cfg->phy_type_high)); in ice_aq_set_phy_cfg()4041 dest_qword = LE64_TO_CPU(src_qword); in ice_read_qword()
76 #define LE64_TO_CPU(k) rte_le_to_cpu_64(k) macro