Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/inc/
H A Dendian_ext.h345 #define LE64_TO_CPU(val) CPU_TO_LE64(val) macro
/freebsd/sys/dev/iavf/
H A Diavf_osdep.h122 #define LE64_TO_CPU(k) le64toh(k) macro
/freebsd/sys/dev/hptrr/
H A Dosm.h61 #define LE64_TO_CPU(x) (x) macro
/freebsd/sys/dev/ixl/
H A Di40e_osdep.h104 #define LE64_TO_CPU(k) le64toh(k) macro
H A Di40e_lan_hmc.c1121 dest_qword = LE64_TO_CPU(src_qword); in i40e_read_qword()
/freebsd/sys/dev/hpt27xx/
H A Dosm.h63 #define LE64_TO_CPU(x) (x) macro
/freebsd/sys/dev/hptnr/
H A Dosm.h61 #define LE64_TO_CPU(x) (x) macro
/freebsd/sys/dev/ice/
H A Dice_osdep.h315 #define LE64_TO_CPU le64toh macro
H A Dice_common.c488 ice_dump_phy_type(hw, LE64_TO_CPU(pcaps->phy_type_low), in ice_aq_get_phy_caps()
489 LE64_TO_CPU(pcaps->phy_type_high), prefix); in ice_aq_get_phy_caps()
514 pi->phy.phy_type_low = LE64_TO_CPU(pcaps->phy_type_low); in ice_aq_get_phy_caps()
515 pi->phy.phy_type_high = LE64_TO_CPU(pcaps->phy_type_high); in ice_aq_get_phy_caps()
650 li->phy_type_low = LE64_TO_CPU(link_data.phy_type_low); in ice_aq_get_link_info()
651 li->phy_type_high = LE64_TO_CPU(link_data.phy_type_high); in ice_aq_get_link_info()
3338 (unsigned long long)LE64_TO_CPU(cfg->phy_type_low)); in ice_aq_set_phy_cfg()
3340 (unsigned long long)LE64_TO_CPU(cfg->phy_type_high)); in ice_aq_set_phy_cfg()
5002 dest_qword = LE64_TO_CPU(src_qword); in ice_read_qword()