Searched refs:tstamp_ready (Results 1 – 2 of 2) sorted by relevance
567 u64 tstamp_ready; in ice_ptp_process_tx_tstamp() local581 err = ice_get_phy_tx_tstamp_ready(hw, tx->block, &tstamp_ready); in ice_ptp_process_tx_tstamp()613 !(tstamp_ready & BIT_ULL(phy_idx))) { in ice_ptp_process_tx_tstamp()744 u64 tstamp_ready; in ice_ptp_flush_tx_tracker() local748 err = ice_get_phy_tx_tstamp_ready(hw, tx->block, &tstamp_ready); in ice_ptp_flush_tx_tracker()756 tstamp_ready = 0; in ice_ptp_flush_tx_tracker()764 if (!hw->reset_ongoing && (tstamp_ready & BIT_ULL(phy_idx))) in ice_ptp_flush_tx_tracker()2733 u64 tstamp_ready = 0; in ice_ptp_tx_tstamps_pending() local2736 err = ice_get_phy_tx_tstamp_ready(&pf->hw, i, &tstamp_ready); in ice_ptp_tx_tstamps_pending()2737 if (err || tstamp_ready) in ice_ptp_tx_tstamps_pending()[all …]
302 int ice_get_phy_tx_tstamp_ready(struct ice_hw *hw, u8 block, u64 *tstamp_ready);