Searched refs:tstamp_ready (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_ptp.c | 689 u64 tstamp_ready; in ice_ptp_process_tx_tstamp() local 700 err = ice_get_phy_tx_tstamp_ready(hw, tx->block, &tstamp_ready); in ice_ptp_process_tx_tstamp() 732 !(tstamp_ready & BIT_ULL(phy_idx))) { in ice_ptp_process_tx_tstamp() 815 u64 tstamp_ready; in ice_ptp_tx_tstamp_owner() local 819 err = ice_get_phy_tx_tstamp_ready(&pf->hw, i, &tstamp_ready); in ice_ptp_tx_tstamp_owner() 822 else if (tstamp_ready) in ice_ptp_tx_tstamp_owner() 906 u64 tstamp_ready; in ice_ptp_flush_tx_tracker() local 910 err = ice_get_phy_tx_tstamp_ready(hw, tx->block, &tstamp_ready); in ice_ptp_flush_tx_tracker() 918 tstamp_ready = 0; in ice_ptp_flush_tx_tracker() 926 if (!hw->reset_ongoing && (tstamp_ready & BIT_ULL(phy_idx))) in ice_ptp_flush_tx_tracker() [all …]
|
D | ice_ptp_hw.c | 2630 u64 *tstamp_ready) in ice_get_phy_tx_tstamp_ready_eth56g() argument 2635 tstamp_ready); in ice_get_phy_tx_tstamp_ready_eth56g() 4691 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 4710 *tstamp_ready = (u64)hi << 32 | (u64)lo; in ice_get_phy_tx_tstamp_ready_e82x() 5145 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 5147 *tstamp_ready = 0xFFFFFFFFFFFFFFFF; in ice_get_phy_tx_tstamp_ready_e810() 5857 int ice_get_phy_tx_tstamp_ready(struct ice_hw *hw, u8 block, u64 *tstamp_ready) in ice_get_phy_tx_tstamp_ready() argument 5862 tstamp_ready); in ice_get_phy_tx_tstamp_ready() 5865 tstamp_ready); in ice_get_phy_tx_tstamp_ready() 5868 tstamp_ready); in ice_get_phy_tx_tstamp_ready()
|
D | ice_ptp_hw.h | 346 int ice_get_phy_tx_tstamp_ready(struct ice_hw *hw, u8 block, u64 *tstamp_ready);
|