Searched refs:tstamp_ready (Results 1 – 3 of 3) sorted by relevance
658 u64 tstamp_ready; in ice_ptp_process_tx_tstamp() local701 !(tstamp_ready & BIT_ULL(phy_idx))) { in ice_ptp_process_tx_tstamp()784 u64 tstamp_ready; in ice_ptp_tx_tstamp_owner() local788 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() local887 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() local2952 err = ice_get_phy_tx_tstamp_ready(&pf->hw, i, &tstamp_ready); in ice_ptp_maybe_trigger_tx_interrupt()[all …]
2719 u64 *tstamp_ready) in ice_get_phy_tx_tstamp_ready_eth56g() argument2724 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() argument5565 *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 …]
345 int ice_get_phy_tx_tstamp_ready(struct ice_hw *hw, u8 block, u64 *tstamp_ready);