Home
last modified time | relevance | path

Searched refs:IXGBE_EITR (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_debug.c71 IXGBE_READ_REG(hw, IXGBE_EITR(i))); in ixgbe_dump_interrupt()
H A Dixgbe_gld.c989 IXGBE_WRITE_REG(hw, IXGBE_EITR(i), in ixgbe_set_priv_prop()
H A Dixgbe_main.c1595 IXGBE_WRITE_REG(hw, IXGBE_EITR(i), ixgbe->intr_throttling[i]); in ixgbe_chip_start()
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h349 #define IXGBE_EITR(_i) (((_i) <= 23) ? (0x00820 + ((_i) * 4)) : \ macro