Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/intel/ice/
Dice_common.c96 ice_debug(hw, ICE_DBG_PHY, "%s: phy_type_low: 0x%016llx\n", prefix, low); in ice_dump_phy_type()
100 ice_debug(hw, ICE_DBG_PHY, "%s: bit(%d): %s\n", in ice_dump_phy_type()
104 ice_debug(hw, ICE_DBG_PHY, "%s: phy_type_high: 0x%016llx\n", prefix, high); in ice_dump_phy_type()
108 ice_debug(hw, ICE_DBG_PHY, "%s: bit(%d): %s\n", in ice_dump_phy_type()
3138 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()
3744 ice_debug(hw, ICE_DBG_PHY, "options: %x\n", *option_count); in ice_aq_get_port_options()
3752 ice_debug(hw, ICE_DBG_PHY, "active idx: %x\n", in ice_aq_get_port_options()
3763 ice_debug(hw, ICE_DBG_PHY, "pending idx: %x\n", in ice_aq_get_port_options()
3773 ice_debug(hw, ICE_DBG_PHY, "pmds: %x max speed: %x\n", in ice_aq_get_port_options()
Dice_type.h44 #define ICE_DBG_PHY BIT_ULL(5) macro