Searched refs:ICE_DBG_LINK (Results 1 – 2 of 2) sorted by relevance
/drivers/net/ethernet/intel/ice/ |
D | ice_common.c | 171 ice_debug(hw, ICE_DBG_LINK, "get phy caps - report_mode = 0x%x\n", in ice_aq_get_phy_caps() 173 ice_debug(hw, ICE_DBG_LINK, " phy_type_low = 0x%llx\n", in ice_aq_get_phy_caps() 175 ice_debug(hw, ICE_DBG_LINK, " phy_type_high = 0x%llx\n", in ice_aq_get_phy_caps() 177 ice_debug(hw, ICE_DBG_LINK, " caps = 0x%x\n", pcaps->caps); in ice_aq_get_phy_caps() 178 ice_debug(hw, ICE_DBG_LINK, " low_power_ctrl_an = 0x%x\n", in ice_aq_get_phy_caps() 180 ice_debug(hw, ICE_DBG_LINK, " eee_cap = 0x%x\n", pcaps->eee_cap); in ice_aq_get_phy_caps() 181 ice_debug(hw, ICE_DBG_LINK, " eeer_value = 0x%x\n", in ice_aq_get_phy_caps() 183 ice_debug(hw, ICE_DBG_LINK, " link_fec_options = 0x%x\n", in ice_aq_get_phy_caps() 185 ice_debug(hw, ICE_DBG_LINK, " module_compliance_enforcement = 0x%x\n", in ice_aq_get_phy_caps() 187 ice_debug(hw, ICE_DBG_LINK, " extended_compliance_code = 0x%x\n", in ice_aq_get_phy_caps() [all …]
|
D | ice_type.h | 40 #define ICE_DBG_LINK BIT_ULL(4) macro
|