Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_ptp_hw.c956 ice_debug(hw, ICE_DBG_PTP, "PTP failed to send msg to phy %d\n", in ice_write_phy_eth56g()
983 ice_debug(hw, ICE_DBG_PTP, "PTP failed to send msg to phy %d\n", in ice_read_phy_eth56g()
1878 ice_debug(hw, ICE_DBG_PTP, "tx_init = %#016llx\n", *tx_ts); in ice_ptp_read_port_capture_eth56g()
1889 ice_debug(hw, ICE_DBG_PTP, "rx_init = %#016llx\n", *rx_ts); in ice_ptp_read_port_capture_eth56g()
2484 ice_debug(hw, ICE_DBG_PTP, "Failed to acquire PTP semaphore\n"); in ice_sync_phy_timer_eth56g()
2938 ice_debug(hw, ICE_DBG_PTP, "Invalid 64b register addr 0x%08x\n", in ice_read_64b_phy_reg_e82x()
3012 ice_debug(hw, ICE_DBG_PTP, "Invalid 40b register addr 0x%08x\n", in ice_write_40b_phy_reg_e82x()
3059 ice_debug(hw, ICE_DBG_PTP, "Invalid 64b register addr 0x%08x\n", in ice_write_64b_phy_reg_e82x()
3539 ice_debug(hw, ICE_DBG_PTP, "tx_init = 0x%016llx\n", in ice_ptp_read_port_capture()
3550 ice_debug(hw, ICE_DBG_PTP, "rx_init = 0x%016llx\n", in ice_ptp_read_port_capture()
[all …]
H A Dice_type.h56 #define ICE_DBG_PTP BIT_ULL(19) macro