Home
last modified time | relevance | path

Searched refs:LE64_TO_CPU (Results 1 – 9 of 9) sorted by relevance

/freebsd-14-stable/sys/contrib/ncsw/inc/
HDendian_ext.h345 #define LE64_TO_CPU(val) CPU_TO_LE64(val) macro
/freebsd-14-stable/sys/dev/iavf/
HDiavf_osdep.h122 #define LE64_TO_CPU(k) le64toh(k) macro
/freebsd-14-stable/sys/dev/hptrr/
HDosm.h61 #define LE64_TO_CPU(x) (x) macro
/freebsd-14-stable/sys/dev/ixl/
HDi40e_osdep.h104 #define LE64_TO_CPU(k) le64toh(k) macro
HDi40e_lan_hmc.c1121 dest_qword = LE64_TO_CPU(src_qword); in i40e_read_qword()
/freebsd-14-stable/sys/dev/hpt27xx/
HDosm.h63 #define LE64_TO_CPU(x) (x) macro
/freebsd-14-stable/sys/dev/hptnr/
HDosm.h61 #define LE64_TO_CPU(x) (x) macro
/freebsd-14-stable/sys/dev/ice/
HDice_osdep.h315 #define LE64_TO_CPU le64toh macro
HDice_common.c563 ice_dump_phy_type(hw, LE64_TO_CPU(pcaps->phy_type_low), in ice_aq_get_phy_caps()
564 LE64_TO_CPU(pcaps->phy_type_high), prefix); in ice_aq_get_phy_caps()
589 pi->phy.phy_type_low = LE64_TO_CPU(pcaps->phy_type_low); in ice_aq_get_phy_caps()
590 pi->phy.phy_type_high = LE64_TO_CPU(pcaps->phy_type_high); in ice_aq_get_phy_caps()
709 li->phy_type_low = LE64_TO_CPU(link_data.phy_type_low); in ice_aq_get_link_info()
710 li->phy_type_high = LE64_TO_CPU(link_data.phy_type_high); in ice_aq_get_link_info()
3631 (unsigned long long)LE64_TO_CPU(cfg->phy_type_low)); in ice_aq_set_phy_cfg()
3633 (unsigned long long)LE64_TO_CPU(cfg->phy_type_high)); in ice_aq_set_phy_cfg()
5294 dest_qword = LE64_TO_CPU(src_qword); in ice_read_qword()