Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c567 u64 tstamp_ready; in ice_ptp_process_tx_tstamp() local
581 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() local
748 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() local
2736 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 …]
H A Dice_ptp_hw.h302 int ice_get_phy_tx_tstamp_ready(struct ice_hw *hw, u8 block, u64 *tstamp_ready);