Searched refs:IXGBE_TXSTMPH (Results 1 – 2 of 2) sorted by relevance
759 IXGBE_READ_REG(hw, IXGBE_TXSTMPH); in ixgbe_ptp_clear_tx_timestamp()810 regval |= (u64)IXGBE_READ_REG(hw, IXGBE_TXSTMPH) << 32; in ixgbe_ptp_tx_hwtstamp()
1049 #define IXGBE_TXSTMPH 0x08C08 /* Tx timestamp value High - RO */ macro