Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/ncsw/inc/
Dendian_ext.h345 #define LE64_TO_CPU(val) CPU_TO_LE64(val) macro
/freebsd-12-stable/sys/dev/iavf/
Diavf_osdep.h123 #define LE64_TO_CPU(k) le64toh(k) macro
/freebsd-12-stable/sys/dev/hptrr/
Dosm.h63 #define LE64_TO_CPU(x) (x) macro
/freebsd-12-stable/sys/dev/ixl/
Di40e_osdep.h105 #define LE64_TO_CPU(k) le64toh(k) macro
Di40e_lan_hmc.c1122 dest_qword = LE64_TO_CPU(src_qword); in i40e_read_qword()
/freebsd-12-stable/sys/dev/hptnr/
Dosm.h63 #define LE64_TO_CPU(x) (x) macro
/freebsd-12-stable/sys/dev/hpt27xx/
Dosm.h65 #define LE64_TO_CPU(x) (x) macro
/freebsd-12-stable/sys/dev/ice/
Dice_osdep.h314 #define LE64_TO_CPU le64toh macro
Dice_common.c373 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()