Searched refs:LE64_TO_CPU (Results 1 – 9 of 9) sorted by relevance
345 #define LE64_TO_CPU(val) CPU_TO_LE64(val) macro
122 #define LE64_TO_CPU(k) le64toh(k) macro
61 #define LE64_TO_CPU(x) (x) macro
104 #define LE64_TO_CPU(k) le64toh(k) macro
1121 dest_qword = LE64_TO_CPU(src_qword); in i40e_read_qword()
63 #define LE64_TO_CPU(x) (x) macro
315 #define LE64_TO_CPU le64toh macro
572 ice_dump_phy_type(hw, LE64_TO_CPU(pcaps->phy_type_low), in ice_aq_get_phy_caps()573 LE64_TO_CPU(pcaps->phy_type_high), prefix); in ice_aq_get_phy_caps()598 pi->phy.phy_type_low = LE64_TO_CPU(pcaps->phy_type_low); in ice_aq_get_phy_caps()599 pi->phy.phy_type_high = LE64_TO_CPU(pcaps->phy_type_high); in ice_aq_get_phy_caps()718 li->phy_type_low = LE64_TO_CPU(link_data.phy_type_low); in ice_aq_get_link_info()719 li->phy_type_high = LE64_TO_CPU(link_data.phy_type_high); in ice_aq_get_link_info()3640 (unsigned long long)LE64_TO_CPU(cfg->phy_type_low)); in ice_aq_set_phy_cfg()3642 (unsigned long long)LE64_TO_CPU(cfg->phy_type_high)); in ice_aq_set_phy_cfg()5303 dest_qword = LE64_TO_CPU(src_qword); in ice_read_qword()