Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/inc/
H A Dendian_ext.h345 #define LE64_TO_CPU(val) CPU_TO_LE64(val) macro
/f-stack/dpdk/drivers/common/iavf/
H A Diavf_osdep.h69 #define LE64_TO_CPU(k) rte_le_to_cpu_64(k) macro
/f-stack/dpdk/drivers/net/i40e/base/
H A Di40e_osdep.h185 #define LE64_TO_CPU(k) rte_le_to_cpu_64(k) macro
H A Di40e_lan_hmc.c1092 dest_qword = LE64_TO_CPU(src_qword); in i40e_read_qword()
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_common.c175 (unsigned long long)LE64_TO_CPU(pcaps->phy_type_low)); in ice_aq_get_phy_caps()
177 (unsigned long long)LE64_TO_CPU(pcaps->phy_type_high)); in ice_aq_get_phy_caps()
198 pi->phy.phy_type_low = LE64_TO_CPU(pcaps->phy_type_low); in ice_aq_get_phy_caps()
199 pi->phy.phy_type_high = LE64_TO_CPU(pcaps->phy_type_high); in ice_aq_get_phy_caps()
424 li->phy_type_low = LE64_TO_CPU(link_data.phy_type_low); in ice_aq_get_link_info()
425 li->phy_type_high = LE64_TO_CPU(link_data.phy_type_high); in ice_aq_get_link_info()
2585 (unsigned long long)LE64_TO_CPU(cfg->phy_type_low)); in ice_aq_set_phy_cfg()
2587 (unsigned long long)LE64_TO_CPU(cfg->phy_type_high)); in ice_aq_set_phy_cfg()
4041 dest_qword = LE64_TO_CPU(src_qword); in ice_read_qword()
H A Dice_osdep.h76 #define LE64_TO_CPU(k) rte_le_to_cpu_64(k) macro