Home
last modified time | relevance | path

Searched refs:ICE_DBG_LINK (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_common.c174 ice_debug(hw, ICE_DBG_LINK, " phy_type_low = 0x%llx\n", in ice_aq_get_phy_caps()
176 ice_debug(hw, ICE_DBG_LINK, " phy_type_high = 0x%llx\n", in ice_aq_get_phy_caps()
182 ice_debug(hw, ICE_DBG_LINK, " eeer_value = 0x%x\n", in ice_aq_get_phy_caps()
184 ice_debug(hw, ICE_DBG_LINK, " link_fec_options = 0x%x\n", in ice_aq_get_phy_caps()
190 ice_debug(hw, ICE_DBG_LINK, " module_type[0] = 0x%x\n", in ice_aq_get_phy_caps()
192 ice_debug(hw, ICE_DBG_LINK, " module_type[1] = 0x%x\n", in ice_aq_get_phy_caps()
194 ice_debug(hw, ICE_DBG_LINK, " module_type[2] = 0x%x\n", in ice_aq_get_phy_caps()
450 ice_debug(hw, ICE_DBG_LINK, "get link info\n"); in ice_aq_get_link_info()
452 ice_debug(hw, ICE_DBG_LINK, " phy_type_low = 0x%llx\n", in ice_aq_get_link_info()
462 ice_debug(hw, ICE_DBG_LINK, " max_frame = 0x%x\n", in ice_aq_get_link_info()
[all …]
H A Dice_type.h120 #define ICE_DBG_LINK BIT_ULL(4) macro