Searched refs:E1000_RXSTMPH (Results 1 – 2 of 2) sorted by relevance
574 #define E1000_RXSTMPH 0x0B628 /* Rx timestamp High - RO */ macro
4635 rx_tstamp_cycles += (uint64_t)E1000_READ_REG(hw, E1000_RXSTMPH) in igb_read_rx_tstamp_cyclecounter()4643 rx_tstamp_cycles |= (uint64_t)(E1000_READ_REG(hw, E1000_RXSTMPH) in igb_read_rx_tstamp_cyclecounter()4648 rx_tstamp_cycles |= (uint64_t)E1000_READ_REG(hw, E1000_RXSTMPH) in igb_read_rx_tstamp_cyclecounter()