Searched refs:LE64_TO_CPU (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/sys/contrib/ncsw/inc/
H A Dendian_ext.h345 #define LE64_TO_CPU(val) CPU_TO_LE64(val) macro
/freebsd-12-stable/sys/dev/hpt27xx/
H A Dosm.h65 #define LE64_TO_CPU(x) (x) macro
/freebsd-12-stable/sys/dev/hptnr/
H A Dosm.h63 #define LE64_TO_CPU(x) (x) macro
/freebsd-12-stable/sys/dev/hptrr/
H A Dosm.h63 #define LE64_TO_CPU(x) (x) macro
/freebsd-12-stable/sys/dev/ixl/
H A Di40e_osdep.h105 #define LE64_TO_CPU(k) le64toh(k) macro
H A Di40e_lan_hmc.c1122 dest_qword = LE64_TO_CPU(src_qword);
/freebsd-12-stable/sys/dev/ice/
H A Dice_osdep.h312 #define LE64_TO_CPU le64toh macro
H A Dice_common.c203 (unsigned long long)LE64_TO_CPU(pcaps->phy_type_low));
205 (unsigned long long)LE64_TO_CPU(pcaps->phy_type_high));
226 pi->phy.phy_type_low = LE64_TO_CPU(pcaps->phy_type_low);
227 pi->phy.phy_type_high = LE64_TO_CPU(pcaps->phy_type_high);
453 li->phy_type_low = LE64_TO_CPU(link_data.phy_type_low);
454 li->phy_type_high = LE64_TO_CPU(link_data.phy_type_high);
2766 (unsigned long long)LE64_TO_CPU(cfg->phy_type_low));
2768 (unsigned long long)LE64_TO_CPU(cfg->phy_type_high));
4235 dest_qword = LE64_TO_CPU(src_qword);

Completed in 84 milliseconds