Searched refs:phy_time (Results 1 – 1 of 1) sorted by relevance
| /dpdk/drivers/net/ice/base/ |
| H A D | ice_ptp_hw.c | 1025 u64 phy_time; in ice_ptp_prep_phy_time_e822() local 1031 phy_time = (u64)time << 32; in ice_ptp_prep_phy_time_e822() 1038 phy_time); in ice_ptp_prep_phy_time_e822() 1045 phy_time); in ice_ptp_prep_phy_time_e822() 2307 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 2347 *phy_time = tx_time; in ice_read_phy_and_phc_time_e822() 2365 u64 phc_time, phy_time, difference; in ice_sync_phy_timer_e822() local 2373 status = ice_read_phy_and_phc_time_e822(hw, port, &phy_time, &phc_time); in ice_sync_phy_timer_e822() 2385 difference = phc_time - phy_time; in ice_sync_phy_timer_e822() 2401 status = ice_read_phy_and_phc_time_e822(hw, port, &phy_time, &phc_time); in ice_sync_phy_timer_e822() [all …]
|