Home
last modified time | relevance | path

Searched refs:ICE_PTP_READ_TIME (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_ptp_hw.h13 ICE_PTP_READ_TIME, enumerator
H A Dice_ptp_hw.c796 case ICE_PTP_READ_TIME: in ice_ptp_tmr_cmd_to_src_reg()
851 case ICE_PTP_READ_TIME: in ice_ptp_tmr_cmd_to_port_reg()
2428 ice_ptp_src_cmd(hw, ICE_PTP_READ_TIME); in ice_read_phy_and_phc_time_eth56g()
2431 err = ice_ptp_one_port_cmd(hw, port, ICE_PTP_READ_TIME); in ice_read_phy_and_phc_time_eth56g()
4475 ice_ptp_src_cmd(hw, ICE_PTP_READ_TIME); in ice_read_phy_and_phc_time_e82x()
4478 err = ice_ptp_one_port_cmd(hw, port, ICE_PTP_READ_TIME); in ice_read_phy_and_phc_time_e82x()
H A Dice_ptp.c2291 ice_ptp_src_cmd(hw, ICE_PTP_READ_TIME); in ice_capture_crosststamp()