Searched refs:phy_time (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/net/ethernet/intel/ice/ |
| D | ice_ptp_hw.c | 1007 u64 phy_time; in ice_ptp_prep_phy_time_e822() local 1014 phy_time = (u64)time << 32; in ice_ptp_prep_phy_time_e822() 1020 phy_time); in ice_ptp_prep_phy_time_e822() 1027 phy_time); in ice_ptp_prep_phy_time_e822() 2159 ice_read_phy_and_phc_time_e822(struct ice_hw *hw, u8 port, u64 *phy_time, in ice_read_phy_and_phc_time_e822() argument 2200 *phy_time = tx_time; in ice_read_phy_and_phc_time_e822() 2218 u64 phc_time, phy_time, difference; in ice_sync_phy_timer_e822() local 2226 err = ice_read_phy_and_phc_time_e822(hw, port, &phy_time, &phc_time); in ice_sync_phy_timer_e822() 2238 difference = phc_time - phy_time; in ice_sync_phy_timer_e822() 2254 err = ice_read_phy_and_phc_time_e822(hw, port, &phy_time, &phc_time); in ice_sync_phy_timer_e822() [all …]
|