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.c2169 u64 *tstamp_ready) in ice_get_phy_tx_tstamp_ready_eth56g() argument
2174 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() argument
4200 *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() argument
4754 *tstamp_ready = 0xFFFFFFFFFFFFFFFF; in ice_get_phy_tx_tstamp_ready_e810()
5005 u64 *tstamp_ready) in ice_get_phy_tx_tstamp_ready_e830() argument
5007 *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 …]
H A Dice_ptp_hw.h302 int ice_get_phy_tx_tstamp_ready(struct ice_hw *hw, u8 block, u64 *tstamp_ready);