Searched refs:IXGBE_EITR (Results 1 – 4 of 4) sorted by relevance
71 IXGBE_READ_REG(hw, IXGBE_EITR(i))); in ixgbe_dump_interrupt()
916 IXGBE_WRITE_REG(hw, IXGBE_EITR(i), in ixgbe_set_priv_prop()
1504 IXGBE_WRITE_REG(hw, IXGBE_EITR(i), ixgbe->intr_throttling[i]); in ixgbe_chip_start()
282 #define IXGBE_EITR(_i) (((_i) <= 23) ? (0x00820 + ((_i) * 4)) : \ macro