Home
last modified time | relevance | path

Searched refs:IXGBE_MDEF (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_debug.c140 if (reg = IXGBE_READ_REG(hw, IXGBE_MDEF(i))) { in ixgbe_dump_interrupt()
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h1060 #define IXGBE_MDEF(_i) (0x05890 + ((_i) * 4)) /* 8 of these (0-7) */ macro