Searched refs:phy_time (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_ptp_hw.c | 1611 u64 phy_time; in ice_ptp_prep_phy_time_eth56g() local 1617 phy_time = (u64)time << 32; in ice_ptp_prep_phy_time_eth56g() 1622 err = ice_ptp_prep_port_time_eth56g(hw, port, phy_time); in ice_ptp_prep_phy_time_eth56g() 2328 u64 *phy_time, u64 *phc_time) in ice_read_phy_and_phc_time_eth56g() argument 2366 *phy_time = tx_time; in ice_read_phy_and_phc_time_eth56g() 2390 u64 phc_time, phy_time, difference; in ice_sync_phy_timer_eth56g() local 2398 err = ice_read_phy_and_phc_time_eth56g(hw, port, &phy_time, &phc_time); in ice_sync_phy_timer_eth56g() 2412 difference = phc_time - phy_time; in ice_sync_phy_timer_eth56g() 2428 err = ice_read_phy_and_phc_time_eth56g(hw, port, &phy_time, &phc_time); in ice_sync_phy_timer_eth56g() 2434 port, phy_time, phc_time); in ice_sync_phy_timer_eth56g() [all …]
|