Home
last modified time | relevance | path

Searched refs:IXGBE_RSSRK (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_debug.c105 i, IXGBE_READ_REG(hw, IXGBE_RSSRK(i))); in ixgbe_dump_interrupt()
H A Dixgbe_main.c3141 IXGBE_WRITE_REG(hw, IXGBE_RSSRK(i), random); in ixgbe_setup_rss_table()
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h493 #define IXGBE_RSSRK(_i) (0x05C80 + ((_i) * 4)) /* 10 of these (0-9) */ macro