Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_common.c187 ice_debug(hw, ICE_DBG_LINK, "get phy caps - report_mode = 0x%x\n", in ice_aq_get_phy_caps()
189 ice_debug(hw, ICE_DBG_LINK, " phy_type_low = 0x%llx\n", in ice_aq_get_phy_caps()
191 ice_debug(hw, ICE_DBG_LINK, " phy_type_high = 0x%llx\n", in ice_aq_get_phy_caps()
193 ice_debug(hw, ICE_DBG_LINK, " caps = 0x%x\n", pcaps->caps); in ice_aq_get_phy_caps()
194 ice_debug(hw, ICE_DBG_LINK, " low_power_ctrl_an = 0x%x\n", in ice_aq_get_phy_caps()
196 ice_debug(hw, ICE_DBG_LINK, " eee_cap = 0x%x\n", pcaps->eee_cap); in ice_aq_get_phy_caps()
197 ice_debug(hw, ICE_DBG_LINK, " eeer_value = 0x%x\n", in ice_aq_get_phy_caps()
199 ice_debug(hw, ICE_DBG_LINK, " link_fec_options = 0x%x\n", in ice_aq_get_phy_caps()
201 ice_debug(hw, ICE_DBG_LINK, " module_compliance_enforcement = 0x%x\n", in ice_aq_get_phy_caps()
203 ice_debug(hw, ICE_DBG_LINK, " extended_compliance_code = 0x%x\n", in ice_aq_get_phy_caps()
[all …]
Dice_type.h41 #define ICE_DBG_LINK BIT_ULL(4) macro