Searched refs:tstamp_ready (Results 1 – 2 of 2) sorted by relevance
2169 u64 *tstamp_ready) in ice_get_phy_tx_tstamp_ready_eth56g() argument2174 tstamp_ready); in ice_get_phy_tx_tstamp_ready_eth56g()4181 ice_get_phy_tx_tstamp_ready_e82x(struct ice_hw *hw, u8 quad, u64 *tstamp_ready) in ice_get_phy_tx_tstamp_ready_e82x() argument4200 *tstamp_ready = (u64)hi << 32 | (u64)lo; in ice_get_phy_tx_tstamp_ready_e82x()4752 ice_get_phy_tx_tstamp_ready_e810(struct ice_hw *hw, u8 port, u64 *tstamp_ready) in ice_get_phy_tx_tstamp_ready_e810() argument4754 *tstamp_ready = 0xFFFFFFFFFFFFFFFF; in ice_get_phy_tx_tstamp_ready_e810()5005 u64 *tstamp_ready) in ice_get_phy_tx_tstamp_ready_e830() argument5007 *tstamp_ready = rd32(hw, E830_PRTMAC_TS_TX_MEM_VALID_H); in ice_get_phy_tx_tstamp_ready_e830()5008 *tstamp_ready <<= 32; in ice_get_phy_tx_tstamp_ready_e830()5009 *tstamp_ready |= rd32(hw, E830_PRTMAC_TS_TX_MEM_VALID_L); in ice_get_phy_tx_tstamp_ready_e830()[all …]
302 int ice_get_phy_tx_tstamp_ready(struct ice_hw *hw, u8 block, u64 *tstamp_ready);