Lines Matching refs:tstamp_ready
689 u64 tstamp_ready; in ice_ptp_process_tx_tstamp() local
700 err = ice_get_phy_tx_tstamp_ready(hw, tx->block, &tstamp_ready); in ice_ptp_process_tx_tstamp()
732 !(tstamp_ready & BIT_ULL(phy_idx))) { in ice_ptp_process_tx_tstamp()
815 u64 tstamp_ready; in ice_ptp_tx_tstamp_owner() local
819 err = ice_get_phy_tx_tstamp_ready(&pf->hw, i, &tstamp_ready); in ice_ptp_tx_tstamp_owner()
822 else if (tstamp_ready) in ice_ptp_tx_tstamp_owner()
906 u64 tstamp_ready; in ice_ptp_flush_tx_tracker() local
910 err = ice_get_phy_tx_tstamp_ready(hw, tx->block, &tstamp_ready); in ice_ptp_flush_tx_tracker()
918 tstamp_ready = 0; in ice_ptp_flush_tx_tracker()
926 if (!hw->reset_ongoing && (tstamp_ready & BIT_ULL(phy_idx))) in ice_ptp_flush_tx_tracker()
2713 u64 tstamp_ready; in ice_ptp_maybe_trigger_tx_interrupt() local
2716 err = ice_get_phy_tx_tstamp_ready(&pf->hw, i, &tstamp_ready); in ice_ptp_maybe_trigger_tx_interrupt()
2717 if (!err && tstamp_ready) { in ice_ptp_maybe_trigger_tx_interrupt()