Searched refs:phc_time (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_ptp_hw.c | 1891 u64 *phy_time, u64 *phc_time) in ice_read_phy_and_phc_time_eth56g() argument 1920 *phc_time = (u64)lo << 32 | zo; 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() 3907 u64 *phc_time) in ice_read_phy_and_phc_time_e82x() argument 3930 *phc_time = (u64)lo << 32 | zo; in ice_read_phy_and_phc_time_e82x() 3966 u64 phc_time, phy_time, difference; in ice_sync_phy_timer_e82x() local [all …]
|