Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c658 u64 tstamp_ready; in ice_ptp_process_tx_tstamp() local
701 !(tstamp_ready & BIT_ULL(phy_idx))) { in ice_ptp_process_tx_tstamp()
784 u64 tstamp_ready; in ice_ptp_tx_tstamp_owner() local
788 err = ice_get_phy_tx_tstamp_ready(&pf->hw, i, &tstamp_ready); in ice_ptp_tx_tstamp_owner()
791 else if (tstamp_ready) in ice_ptp_tx_tstamp_owner()
875 u64 tstamp_ready; in ice_ptp_flush_tx_tracker() local
887 tstamp_ready = 0; in ice_ptp_flush_tx_tracker()
895 if (!hw->reset_ongoing && (tstamp_ready & BIT_ULL(phy_idx))) in ice_ptp_flush_tx_tracker()
2949 u64 tstamp_ready; in ice_ptp_maybe_trigger_tx_interrupt() local
2952 err = ice_get_phy_tx_tstamp_ready(&pf->hw, i, &tstamp_ready); in ice_ptp_maybe_trigger_tx_interrupt()
[all …]
H A Dice_ptp_hw.c2719 u64 *tstamp_ready) in ice_get_phy_tx_tstamp_ready_eth56g() argument
2724 tstamp_ready); in ice_get_phy_tx_tstamp_ready_eth56g()
4758 *tstamp_ready = (u64)hi << 32 | (u64)lo; in ice_get_phy_tx_tstamp_ready_e82x()
5312 *tstamp_ready = 0xFFFFFFFFFFFFFFFF; in ice_get_phy_tx_tstamp_ready_e810()
5563 u64 *tstamp_ready) in ice_get_phy_tx_tstamp_ready_e830() argument
5565 *tstamp_ready = rd32(hw, E830_PRTMAC_TS_TX_MEM_VALID_H); in ice_get_phy_tx_tstamp_ready_e830()
5566 *tstamp_ready <<= 32; in ice_get_phy_tx_tstamp_ready_e830()
5567 *tstamp_ready |= rd32(hw, E830_PRTMAC_TS_TX_MEM_VALID_L); in ice_get_phy_tx_tstamp_ready_e830()
6147 tstamp_ready); in ice_get_phy_tx_tstamp_ready()
6153 tstamp_ready); in ice_get_phy_tx_tstamp_ready()
[all …]
H A Dice_ptp_hw.h345 int ice_get_phy_tx_tstamp_ready(struct ice_hw *hw, u8 block, u64 *tstamp_ready);