Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/intel/ice/
Dice_ptp_hw.c309 ice_debug(hw, ICE_DBG_PTP, "Failed to send message to PHY, err %d\n", in ice_read_phy_reg_e822()
342 ice_debug(hw, ICE_DBG_PTP, "Invalid 64b register addr 0x%08x\n", in ice_read_64b_phy_reg_e822()
349 ice_debug(hw, ICE_DBG_PTP, "Failed to read from low register 0x%08x\n, err %d", in ice_read_64b_phy_reg_e822()
356 ice_debug(hw, ICE_DBG_PTP, "Failed to read from high register 0x%08x\n, err %d", in ice_read_64b_phy_reg_e822()
387 ice_debug(hw, ICE_DBG_PTP, "Failed to send message to PHY, err %d\n", in ice_write_phy_reg_e822()
416 ice_debug(hw, ICE_DBG_PTP, "Invalid 40b register addr 0x%08x\n", in ice_write_40b_phy_reg_e822()
426 ice_debug(hw, ICE_DBG_PTP, "Failed to write to low register 0x%08x\n, err %d", in ice_write_40b_phy_reg_e822()
433 ice_debug(hw, ICE_DBG_PTP, "Failed to write to high register 0x%08x\n, err %d", in ice_write_40b_phy_reg_e822()
464 ice_debug(hw, ICE_DBG_PTP, "Invalid 64b register addr 0x%08x\n", in ice_write_64b_phy_reg_e822()
474 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