Home
last modified time | relevance | path

Searched refs:phy_time (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp_hw.c1035 u64 phy_time; in ice_ptp_prep_phy_time_e822() local
1042 phy_time = (u64)time << 32; in ice_ptp_prep_phy_time_e822()
1048 phy_time); in ice_ptp_prep_phy_time_e822()
1055 phy_time); in ice_ptp_prep_phy_time_e822()
2203 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
2244 *phy_time = tx_time; in ice_read_phy_and_phc_time_e822()
2262 u64 phc_time, phy_time, difference; in ice_sync_phy_timer_e822() local
2270 err = ice_read_phy_and_phc_time_e822(hw, port, &phy_time, &phc_time); in ice_sync_phy_timer_e822()
2282 difference = phc_time - phy_time; in ice_sync_phy_timer_e822()
2301 err = ice_read_phy_and_phc_time_e822(hw, port, &phy_time, &phc_time); in ice_sync_phy_timer_e822()
[all …]