Searched refs:ICE_DBG_LINK (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/intel/ice/ |
D | ice_common.c | 324 ice_debug(hw, ICE_DBG_LINK, "get phy caps dump\n"); in ice_aq_get_phy_caps() 346 ice_debug(hw, ICE_DBG_LINK, "%s: report_mode = 0x%x\n", in ice_aq_get_phy_caps() 348 ice_debug(hw, ICE_DBG_LINK, "%s: caps = 0x%x\n", prefix, pcaps->caps); in ice_aq_get_phy_caps() 349 ice_debug(hw, ICE_DBG_LINK, "%s: low_power_ctrl_an = 0x%x\n", prefix, in ice_aq_get_phy_caps() 351 ice_debug(hw, ICE_DBG_LINK, "%s: eee_cap = 0x%x\n", prefix, in ice_aq_get_phy_caps() 353 ice_debug(hw, ICE_DBG_LINK, "%s: eeer_value = 0x%x\n", prefix, in ice_aq_get_phy_caps() 355 ice_debug(hw, ICE_DBG_LINK, "%s: link_fec_options = 0x%x\n", prefix, in ice_aq_get_phy_caps() 357 ice_debug(hw, ICE_DBG_LINK, "%s: module_compliance_enforcement = 0x%x\n", in ice_aq_get_phy_caps() 359 ice_debug(hw, ICE_DBG_LINK, "%s: extended_compliance_code = 0x%x\n", in ice_aq_get_phy_caps() 361 ice_debug(hw, ICE_DBG_LINK, "%s: module_type[0] = 0x%x\n", prefix, in ice_aq_get_phy_caps() [all …]
|
D | ice_type.h | 43 #define ICE_DBG_LINK BIT_ULL(4) macro
|