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

Completed in 90 milliseconds