Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_ptp_hw.c773 case ICE_PTP_READ_TIME: in ice_ptp_tmr_cmd_to_src_reg()
827 case ICE_PTP_READ_TIME: in ice_ptp_tmr_cmd_to_port_reg()
2338 ice_ptp_src_cmd(hw, ICE_PTP_READ_TIME); in ice_read_phy_and_phc_time_eth56g()
2341 err = ice_ptp_one_port_cmd(hw, port, ICE_PTP_READ_TIME); in ice_read_phy_and_phc_time_eth56g()
4427 ice_ptp_src_cmd(hw, ICE_PTP_READ_TIME); in ice_read_phy_and_phc_time_e82x()
4430 err = ice_ptp_one_port_cmd(hw, port, ICE_PTP_READ_TIME); in ice_read_phy_and_phc_time_e82x()
Dice_ptp_hw.h13 ICE_PTP_READ_TIME, enumerator
Dice_ptp.c2202 ice_ptp_src_cmd(hw, ICE_PTP_READ_TIME); in ice_ptp_get_syncdevicetime()