Searched refs:LE64_TO_CPU (Results 1 – 9 of 9) sorted by relevance
345 #define LE64_TO_CPU(val) CPU_TO_LE64(val) macro
123 #define LE64_TO_CPU(k) le64toh(k) macro
63 #define LE64_TO_CPU(x) (x) macro
105 #define LE64_TO_CPU(k) le64toh(k) macro
1122 dest_qword = LE64_TO_CPU(src_qword); in i40e_read_qword()
65 #define LE64_TO_CPU(x) (x) macro
314 #define LE64_TO_CPU le64toh macro
373 ice_dump_phy_type_low(hw, LE64_TO_CPU(pcaps->phy_type_low), prefix); in ice_aq_get_phy_caps()374 ice_dump_phy_type_high(hw, LE64_TO_CPU(pcaps->phy_type_high), prefix); in ice_aq_get_phy_caps()399 pi->phy.phy_type_low = LE64_TO_CPU(pcaps->phy_type_low); in ice_aq_get_phy_caps()400 pi->phy.phy_type_high = LE64_TO_CPU(pcaps->phy_type_high); in ice_aq_get_phy_caps()681 li->phy_type_low = LE64_TO_CPU(link_data.phy_type_low); in ice_aq_get_link_info()682 li->phy_type_high = LE64_TO_CPU(link_data.phy_type_high); in ice_aq_get_link_info()3226 (unsigned long long)LE64_TO_CPU(cfg->phy_type_low)); in ice_aq_set_phy_cfg()3228 (unsigned long long)LE64_TO_CPU(cfg->phy_type_high)); in ice_aq_set_phy_cfg()4856 dest_qword = LE64_TO_CPU(src_qword); in ice_read_qword()