Searched refs:LE64_TO_CPU (Results 1 – 5 of 5) sorted by relevance
78 #define LE64_TO_CPU(k) rte_le_to_cpu_64(k) macro
204 #define LE64_TO_CPU(k) rte_le_to_cpu_64(k) macro
1092 dest_qword = LE64_TO_CPU(src_qword); in i40e_read_qword()
362 ice_dump_phy_type_low(hw, LE64_TO_CPU(pcaps->phy_type_low), prefix); in ice_aq_get_phy_caps()363 ice_dump_phy_type_high(hw, LE64_TO_CPU(pcaps->phy_type_high), prefix); in ice_aq_get_phy_caps()388 pi->phy.phy_type_low = LE64_TO_CPU(pcaps->phy_type_low); in ice_aq_get_phy_caps()389 pi->phy.phy_type_high = LE64_TO_CPU(pcaps->phy_type_high); in ice_aq_get_phy_caps()616 li->phy_type_low = LE64_TO_CPU(link_data.phy_type_low); in ice_aq_get_link_info()617 li->phy_type_high = LE64_TO_CPU(link_data.phy_type_high); in ice_aq_get_link_info()3255 (unsigned long long)LE64_TO_CPU(cfg->phy_type_low)); in ice_aq_set_phy_cfg()3257 (unsigned long long)LE64_TO_CPU(cfg->phy_type_high)); in ice_aq_set_phy_cfg()4830 dest_qword = LE64_TO_CPU(src_qword); in ice_read_qword()
84 #define LE64_TO_CPU(k) rte_le_to_cpu_64(k) macro