Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_ptp.c672 u64 tstamp_ready; in ice_ptp_process_tx_tstamp() local
685 err = ice_get_phy_tx_tstamp_ready(hw, tx->block, &tstamp_ready); in ice_ptp_process_tx_tstamp()
715 if (!(tstamp_ready & BIT_ULL(phy_idx))) { in ice_ptp_process_tx_tstamp()
851 u64 tstamp_ready; in ice_ptp_flush_tx_tracker() local
855 err = ice_get_phy_tx_tstamp_ready(hw, tx->block, &tstamp_ready); in ice_ptp_flush_tx_tracker()
863 tstamp_ready = 0; in ice_ptp_flush_tx_tracker()
871 if (!hw->reset_ongoing && (tstamp_ready & BIT_ULL(phy_idx))) in ice_ptp_flush_tx_tracker()
H A Dice_ptp_hw.c2477 ice_get_phy_tx_tstamp_ready_e822(struct ice_hw *hw, u8 quad, u64 *tstamp_ready) in ice_get_phy_tx_tstamp_ready_e822() argument
2496 *tstamp_ready = (u64)hi << 32 | (u64)lo; in ice_get_phy_tx_tstamp_ready_e822()
2927 ice_get_phy_tx_tstamp_ready_e810(struct ice_hw *hw, u8 port, u64 *tstamp_ready) in ice_get_phy_tx_tstamp_ready_e810() argument
2929 *tstamp_ready = 0xFFFFFFFFFFFFFFFF; in ice_get_phy_tx_tstamp_ready_e810()
3401 int ice_get_phy_tx_tstamp_ready(struct ice_hw *hw, u8 block, u64 *tstamp_ready) in ice_get_phy_tx_tstamp_ready() argument
3405 tstamp_ready); in ice_get_phy_tx_tstamp_ready()
3408 tstamp_ready); in ice_get_phy_tx_tstamp_ready()
H A Dice_ptp_hw.h142 int ice_get_phy_tx_tstamp_ready(struct ice_hw *hw, u8 block, u64 *tstamp_ready);