Lines Matching refs:phy_time
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()
3313 u64 phy_time; in ice_ptp_prep_phy_time_e82x() local
3320 phy_time = (u64)time << 32; in ice_ptp_prep_phy_time_e82x()
3326 phy_time); in ice_ptp_prep_phy_time_e82x()
3333 phy_time); in ice_ptp_prep_phy_time_e82x()
4416 ice_read_phy_and_phc_time_e82x(struct ice_hw *hw, u8 port, u64 *phy_time, in ice_read_phy_and_phc_time_e82x() argument
4457 *phy_time = tx_time; in ice_read_phy_and_phc_time_e82x()
4476 u64 phc_time, phy_time, difference; in ice_sync_phy_timer_e82x() local
4484 err = ice_read_phy_and_phc_time_e82x(hw, port, &phy_time, &phc_time); in ice_sync_phy_timer_e82x()
4496 difference = phc_time - phy_time; in ice_sync_phy_timer_e82x()
4515 err = ice_read_phy_and_phc_time_e82x(hw, port, &phy_time, &phc_time); in ice_sync_phy_timer_e82x()
4521 port, (unsigned long long)phy_time, in ice_sync_phy_timer_e82x()