Searched refs:tstamp_ready (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_ptp.c | 649 u64 tstamp_ready; in ice_ptp_process_tx_tstamp() local 660 err = ice_get_phy_tx_tstamp_ready(hw, tx->block, &tstamp_ready); in ice_ptp_process_tx_tstamp() 692 !(tstamp_ready & BIT_ULL(phy_idx))) { in ice_ptp_process_tx_tstamp() 775 u64 tstamp_ready; in ice_ptp_tx_tstamp_owner() local 779 err = ice_get_phy_tx_tstamp_ready(&pf->hw, i, &tstamp_ready); in ice_ptp_tx_tstamp_owner() 782 else if (tstamp_ready) in ice_ptp_tx_tstamp_owner() 866 u64 tstamp_ready; in ice_ptp_flush_tx_tracker() local 870 err = ice_get_phy_tx_tstamp_ready(hw, tx->block, &tstamp_ready); in ice_ptp_flush_tx_tracker() 878 tstamp_ready = 0; in ice_ptp_flush_tx_tracker() 886 if (!hw->reset_ongoing && (tstamp_ready & BIT_ULL(phy_idx))) in ice_ptp_flush_tx_tracker() [all …]
|
H A D | ice_ptp_hw.c | 2709 u64 *tstamp_ready) in ice_get_phy_tx_tstamp_ready_eth56g() argument 2714 tstamp_ready); in ice_get_phy_tx_tstamp_ready_eth56g() 4734 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 4753 *tstamp_ready = (u64)hi << 32 | (u64)lo; in ice_get_phy_tx_tstamp_ready_e82x() 5306 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 5308 *tstamp_ready = 0xFFFFFFFFFFFFFFFF; in ice_get_phy_tx_tstamp_ready_e810() 6080 int ice_get_phy_tx_tstamp_ready(struct ice_hw *hw, u8 block, u64 *tstamp_ready) in ice_get_phy_tx_tstamp_ready() argument 6085 tstamp_ready); in ice_get_phy_tx_tstamp_ready() 6088 tstamp_ready); in ice_get_phy_tx_tstamp_ready() 6091 tstamp_ready); in ice_get_phy_tx_tstamp_ready()
|
H A D | ice_ptp_hw.h | 344 int ice_get_phy_tx_tstamp_ready(struct ice_hw *hw, u8 block, u64 *tstamp_ready);
|