Home
last modified time | relevance | path

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

/illumos-gate/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_main.c2487 IXGBE_WRITE_REG(hw, IXGBE_SRRCTL(rx_ring->hw_index), reg_val); in ixgbe_setup_rx_ring()
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h402 #define IXGBE_SRRCTL(_i) (((_i) <= 15) ? (0x02100 + ((_i) * 4)) : \ macro