Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/intel/ice/
Dice_ptp_hw.c307 ice_debug(hw, ICE_DBG_PTP, "Failed to send message to PHY, err %d\n", in ice_read_phy_reg_e822()
340 ice_debug(hw, ICE_DBG_PTP, "Invalid 64b register addr 0x%08x\n", in ice_read_64b_phy_reg_e822()
347 ice_debug(hw, ICE_DBG_PTP, "Failed to read from low register 0x%08x\n, err %d", in ice_read_64b_phy_reg_e822()
354 ice_debug(hw, ICE_DBG_PTP, "Failed to read from high register 0x%08x\n, err %d", in ice_read_64b_phy_reg_e822()
385 ice_debug(hw, ICE_DBG_PTP, "Failed to send message to PHY, err %d\n", in ice_write_phy_reg_e822()
414 ice_debug(hw, ICE_DBG_PTP, "Invalid 40b register addr 0x%08x\n", in ice_write_40b_phy_reg_e822()
424 ice_debug(hw, ICE_DBG_PTP, "Failed to write to low register 0x%08x\n, err %d", in ice_write_40b_phy_reg_e822()
431 ice_debug(hw, ICE_DBG_PTP, "Failed to write to high register 0x%08x\n, err %d", in ice_write_40b_phy_reg_e822()
462 ice_debug(hw, ICE_DBG_PTP, "Invalid 64b register addr 0x%08x\n", in ice_write_64b_phy_reg_e822()
472 ice_debug(hw, ICE_DBG_PTP, "Failed to write to low register 0x%08x\n, err %d", in ice_write_64b_phy_reg_e822()
[all …]
Dice_type.h54 #define ICE_DBG_PTP BIT_ULL(19) macro