Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_common.c98 ice_debug(hw, ICE_DBG_PHY, "%s: phy_type_low: 0x%016llx\n", prefix, low); in ice_dump_phy_type()
102 ice_debug(hw, ICE_DBG_PHY, "%s: bit(%d): %s\n", in ice_dump_phy_type()
106 ice_debug(hw, ICE_DBG_PHY, "%s: phy_type_high: 0x%016llx\n", prefix, high); in ice_dump_phy_type()
110 ice_debug(hw, ICE_DBG_PHY, "%s: bit(%d): %s\n", in ice_dump_phy_type()
3308 ice_debug(hw, ICE_DBG_PHY, "Invalid bit is set in ice_aqc_set_phy_cfg_data->caps : 0x%x\n", in ice_aq_set_phy_cfg()
4000 ice_debug(hw, ICE_DBG_PHY, "options: %x\n", *option_count); in ice_aq_get_port_options()
4008 ice_debug(hw, ICE_DBG_PHY, "active idx: %x\n", in ice_aq_get_port_options()
4019 ice_debug(hw, ICE_DBG_PHY, "pending idx: %x\n", in ice_aq_get_port_options()
4029 ice_debug(hw, ICE_DBG_PHY, "pmds: %x max speed: %x\n", in ice_aq_get_port_options()
Dice_type.h45 #define ICE_DBG_PHY BIT_ULL(5) macro