Home
last modified time | relevance | path

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

/dpdk/drivers/common/iavf/
H A Diavf_osdep.h78 #define LE64_TO_CPU(k) rte_le_to_cpu_64(k) macro
/dpdk/drivers/net/i40e/base/
H A Di40e_osdep.h204 #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()
/dpdk/drivers/net/ice/base/
H A Dice_common.c362 ice_dump_phy_type_low(hw, LE64_TO_CPU(pcaps->phy_type_low), prefix); in ice_aq_get_phy_caps()
363 ice_dump_phy_type_high(hw, LE64_TO_CPU(pcaps->phy_type_high), prefix); in ice_aq_get_phy_caps()
388 pi->phy.phy_type_low = LE64_TO_CPU(pcaps->phy_type_low); in ice_aq_get_phy_caps()
389 pi->phy.phy_type_high = LE64_TO_CPU(pcaps->phy_type_high); in ice_aq_get_phy_caps()
616 li->phy_type_low = LE64_TO_CPU(link_data.phy_type_low); in ice_aq_get_link_info()
617 li->phy_type_high = LE64_TO_CPU(link_data.phy_type_high); in ice_aq_get_link_info()
3255 (unsigned long long)LE64_TO_CPU(cfg->phy_type_low)); in ice_aq_set_phy_cfg()
3257 (unsigned long long)LE64_TO_CPU(cfg->phy_type_high)); in ice_aq_set_phy_cfg()
4830 dest_qword = LE64_TO_CPU(src_qword); in ice_read_qword()
H A Dice_osdep.h84 #define LE64_TO_CPU(k) rte_le_to_cpu_64(k) macro