Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c3898 ixgbe->eims |= IXGBE_EICR_LSC; in ixgbe_driver_link_check()
3899 IXGBE_WRITE_REG(hw, IXGBE_EIMS, ixgbe->eims); in ixgbe_driver_link_check()
4389 ixgbe->eims = IXGBE_EIMS_ENABLE_MASK; /* shared code default */ in ixgbe_enable_adapter_interrupts()
4390 ixgbe->eims &= ~IXGBE_EIMS_TCP_TIMER; /* minus tcp timer */ in ixgbe_enable_adapter_interrupts()
4391 ixgbe->eims |= ixgbe->capab->other_intr; /* "other" interrupt types */ in ixgbe_enable_adapter_interrupts()
4401 eiac = (ixgbe->eims & ~IXGBE_OTHER_INTR); in ixgbe_enable_adapter_interrupts()
4451 IXGBE_WRITE_REG(hw, IXGBE_EIMS, ixgbe->eims); in ixgbe_enable_adapter_interrupts()
4738 ixgbe->eims |= IXGBE_EICR_GPI_SDP1; in ixgbe_intr_other_work()
4838 ixgbe->eims |= IXGBE_EICR_RTX_QUEUE; in ixgbe_intr_legacy()
4867 ixgbe->eims &= ~(eicr & IXGBE_OTHER_INTR); in ixgbe_intr_legacy()
[all …]
H A Dixgbe_debug.c56 ixgbe_log(ixgbe, "eims_mask: 0x%x\n", ixgbe->eims); in ixgbe_dump_interrupt()
H A Dixgbe_sw.h646 uint32_t eims; /* interrupt mask setting */ member
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c4749 uint32_t eims = 0; in igb_setup_msix_82575() local
4767 eims = (E1000_EICR_RX_QUEUE0 << i); in igb_setup_msix_82575()
4768 E1000_WRITE_REG(hw, E1000_MSIXBM(vector), eims); in igb_setup_msix_82575()
4774 igb->eims_mask |= eims; in igb_setup_msix_82575()
4783 eims = (E1000_EICR_TX_QUEUE0 << i); in igb_setup_msix_82575()
4784 E1000_WRITE_REG(hw, E1000_MSIXBM(vector), eims); in igb_setup_msix_82575()
4790 igb->eims_mask |= eims; in igb_setup_msix_82575()