Searched refs:ICE_DBG_LINK (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_common.c | 424 ice_debug(hw, ICE_DBG_LINK, "get phy caps dump\n"); in ice_aq_get_phy_caps() 446 ice_debug(hw, ICE_DBG_LINK, "%s: report_mode = 0x%x\n", in ice_aq_get_phy_caps() 448 ice_debug(hw, ICE_DBG_LINK, "%s: caps = 0x%x\n", prefix, pcaps->caps); in ice_aq_get_phy_caps() 449 ice_debug(hw, ICE_DBG_LINK, "%s: low_power_ctrl_an = 0x%x\n", prefix, in ice_aq_get_phy_caps() 451 ice_debug(hw, ICE_DBG_LINK, "%s: eee_cap = 0x%x\n", prefix, in ice_aq_get_phy_caps() 453 ice_debug(hw, ICE_DBG_LINK, "%s: eeer_value = 0x%x\n", prefix, in ice_aq_get_phy_caps() 455 ice_debug(hw, ICE_DBG_LINK, "%s: link_fec_options = 0x%x\n", prefix, in ice_aq_get_phy_caps() 457 ice_debug(hw, ICE_DBG_LINK, "%s: module_compliance_enforcement = 0x%x\n", in ice_aq_get_phy_caps() 459 ice_debug(hw, ICE_DBG_LINK, "%s: extended_compliance_code = 0x%x\n", in ice_aq_get_phy_caps() 461 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 | 44 #define ICE_DBG_LINK BIT_ULL(4) macro
|