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 | 1202 u64 phy_time; in ice_ptp_prep_phy_time_eth56g() local 1208 phy_time = (u64)time << 32; in ice_ptp_prep_phy_time_eth56g() 1213 err = ice_ptp_prep_port_time_eth56g(hw, port, phy_time); in ice_ptp_prep_phy_time_eth56g() 1944 u64 *phy_time, u64 *phc_time) in ice_read_phy_and_phc_time_eth56g() argument 1988 *phy_time = tx_time; in ice_read_phy_and_phc_time_eth56g() 2012 u64 phc_time, phy_time, difference; in ice_sync_phy_timer_eth56g() local 2020 err = ice_read_phy_and_phc_time_eth56g(hw, port, &phy_time, &phc_time); in ice_sync_phy_timer_eth56g() 2034 difference = phc_time - phy_time; in ice_sync_phy_timer_eth56g() 2050 err = ice_read_phy_and_phc_time_eth56g(hw, port, &phy_time, &phc_time); in ice_sync_phy_timer_eth56g() 2056 port, phy_time, phc_time); in ice_sync_phy_timer_eth56g() [all …]
|