Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_debug.c80 IXGBE_READ_REG(hw, IXGBE_SRRCTL(hw_index))); in ixgbe_dump_interrupt()
466 reg_val = IXGBE_READ_REG(hw, IXGBE_SRRCTL(hw_index)); in ixgbe_dump_regs()
H A Dixgbe_type.h199 #define IXGBE_SRRCTL(_i) (((_i) <= 15) ? (0x02100 + ((_i) * 4)) : \ macro
H A Dixgbe_main.c2214 IXGBE_WRITE_REG(hw, IXGBE_SRRCTL(rx_ring->hw_index), reg_val); in ixgbe_setup_rx_ring()