Home
last modified time | relevance | path

Searched refs:IXGBE_TIMINCA (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.c6961 IXGBE_WRITE_REG(hw, IXGBE_TIMINCA, incval); in ixgbe_start_timecounters()
6966 IXGBE_WRITE_REG(hw, IXGBE_TIMINCA, in ixgbe_start_timecounters()
7039 IXGBE_WRITE_REG(hw, IXGBE_TIMINCA, 0x0); in ixgbe_timesync_enable()
7092 IXGBE_WRITE_REG(hw, IXGBE_TIMINCA, 0); in ixgbe_timesync_disable()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_type.h1247 #define IXGBE_TIMINCA 0x08C14 /* Increment attributes register - RW */ macro