Searched refs:tstamp_ready (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_ptp_hw.c | 2234 u64 tstamp_ready; in ice_check_phy_tx_tstamp_ready_eth56g() local 2237 err = ice_get_phy_tx_tstamp_ready(hw, port, &tstamp_ready); in ice_check_phy_tx_tstamp_ready_eth56g() 2241 if (tstamp_ready) in ice_check_phy_tx_tstamp_ready_eth56g() 2368 u64 *tstamp_ready) in ice_get_phy_tx_tstamp_ready_eth56g() argument 2373 tstamp_ready); in ice_get_phy_tx_tstamp_ready_eth56g() 4380 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 4399 *tstamp_ready = (u64)hi << 32 | (u64)lo; in ice_get_phy_tx_tstamp_ready_e82x() 4419 u64 tstamp_ready; in ice_check_phy_tx_tstamp_ready_e82x() local 4422 err = ice_get_phy_tx_tstamp_ready(hw, quad, &tstamp_ready); in ice_check_phy_tx_tstamp_ready_e82x() 4426 if (tstamp_ready) in ice_check_phy_tx_tstamp_ready_e82x() [all …]
|
| H A D | ice_ptp.c | 563 u64 tstamp_ready; in ice_ptp_process_tx_tstamp() local 577 err = ice_get_phy_tx_tstamp_ready(hw, tx->block, &tstamp_ready); in ice_ptp_process_tx_tstamp() 609 !(tstamp_ready & BIT_ULL(phy_idx))) { in ice_ptp_process_tx_tstamp() 740 u64 tstamp_ready; in ice_ptp_flush_tx_tracker() local 744 err = ice_get_phy_tx_tstamp_ready(hw, tx->block, &tstamp_ready); in ice_ptp_flush_tx_tracker() 752 tstamp_ready = 0; in ice_ptp_flush_tx_tracker() 760 if (!hw->reset_ongoing && (tstamp_ready & BIT_ULL(phy_idx))) in ice_ptp_flush_tx_tracker()
|