Searched refs:IXGBE_EITR (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_type.h272 #define IXGBE_EITR(_i) (((_i) <= 23) ? (0x00820 + ((_i) * 4)) : \ macro
H A Dixgbe_main.c2523 IXGBE_WRITE_REG(&adapter->hw, IXGBE_EITR(v_idx), 1950);
2756 IXGBE_WRITE_REG(hw, IXGBE_EITR(v_idx), itr_reg);
H A Dixgbe_ethtool.c671 regs_buff[24] = IXGBE_READ_REG(hw, IXGBE_EITR(0));

Completed in 351 milliseconds