Home
last modified time | relevance | path

Searched refs:IXGBE_EIMS (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_debug.c50 ixgbe_log(ixgbe, "..eims: 0x%x\n", IXGBE_READ_REG(hw, IXGBE_EIMS)); in ixgbe_dump_interrupt()
H A Dixgbe_main.c3899 IXGBE_WRITE_REG(hw, IXGBE_EIMS, ixgbe->eims); in ixgbe_driver_link_check()
4451 IXGBE_WRITE_REG(hw, IXGBE_EIMS, ixgbe->eims); in ixgbe_enable_adapter_interrupts()
4899 IXGBE_WRITE_REG(hw, IXGBE_EIMS, ixgbe->eims); in ixgbe_intr_legacy()
4985 IXGBE_WRITE_REG(hw, IXGBE_EIMS, ixgbe->eims); in ixgbe_intr_msi()
5066 IXGBE_WRITE_REG(hw, IXGBE_EIMS, ixgbe->eims); in ixgbe_intr_msix()
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h332 #define IXGBE_EIMS 0x00880 macro