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_hw.c2197 u64 tstamp_ready; in ice_check_phy_tx_tstamp_ready_eth56g() local
2200 err = ice_get_phy_tx_tstamp_ready(hw, port, &tstamp_ready); in ice_check_phy_tx_tstamp_ready_eth56g()
2204 if (tstamp_ready) in ice_check_phy_tx_tstamp_ready_eth56g()
2331 u64 *tstamp_ready) in ice_get_phy_tx_tstamp_ready_eth56g() argument
2336 tstamp_ready); in ice_get_phy_tx_tstamp_ready_eth56g()
4343 ice_get_phy_tx_tstamp_ready_e82x(struct ice_hw *hw, u8 quad, u64 *tstamp_ready) in ice_get_phy_tx_tstamp_ready_e82x() argument
4362 *tstamp_ready = (u64)hi << 32 | (u64)lo; in ice_get_phy_tx_tstamp_ready_e82x()
4382 u64 tstamp_ready; in ice_check_phy_tx_tstamp_ready_e82x() local
4385 err = ice_get_phy_tx_tstamp_ready(hw, quad, &tstamp_ready); in ice_check_phy_tx_tstamp_ready_e82x()
4389 if (tstamp_ready) in ice_check_phy_tx_tstamp_ready_e82x()
[all …]
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()