Searched refs:IXGBE_RSSRK (Results 1 – 3 of 3) sorted by relevance
105 i, IXGBE_READ_REG(hw, IXGBE_RSSRK(i))); in ixgbe_dump_interrupt()
3022 IXGBE_WRITE_REG(hw, IXGBE_RSSRK(i), random); in ixgbe_setup_rss_table()
426 #define IXGBE_RSSRK(_i) (0x05C80 + ((_i) * 4)) /* 10 of these (0-9) */ macro