Searched refs:phy_time (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_ptp_hw.c | 1177 u64 phy_time; in ice_ptp_prep_phy_time_eth56g() local 1183 phy_time = (u64)time << 32; in ice_ptp_prep_phy_time_eth56g() 1188 err = ice_ptp_prep_port_time_eth56g(hw, port, phy_time); in ice_ptp_prep_phy_time_eth56g() 1891 u64 *phy_time, u64 *phc_time) in ice_read_phy_and_phc_time_eth56g() argument 1935 *phy_time = tx_time; in ice_read_phy_and_phc_time_eth56g() 1959 u64 phc_time, phy_time, difference; in ice_sync_phy_timer_eth56g() local 1967 err = ice_read_phy_and_phc_time_eth56g(hw, port, &phy_time, &phc_time); in ice_sync_phy_timer_eth56g() 1981 difference = phc_time - phy_time; in ice_sync_phy_timer_eth56g() 1997 err = ice_read_phy_and_phc_time_eth56g(hw, port, &phy_time, &phc_time); in ice_sync_phy_timer_eth56g() 2003 port, phy_time, phc_time); in ice_sync_phy_timer_eth56g() [all …]
|