Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c3405 ixgbe->eims |= IXGBE_EICR_LSC; in ixgbe_driver_link_check()
3406 IXGBE_WRITE_REG(hw, IXGBE_EIMS, ixgbe->eims); in ixgbe_driver_link_check()
3836 ixgbe->eims = IXGBE_EIMS_ENABLE_MASK; /* shared code default */ in ixgbe_enable_adapter_interrupts()
3837 ixgbe->eims &= ~IXGBE_EIMS_TCP_TIMER; /* minus tcp timer */ in ixgbe_enable_adapter_interrupts()
3838 ixgbe->eims |= ixgbe->capab->other_intr; /* "other" interrupt types */ in ixgbe_enable_adapter_interrupts()
3848 eiac = (ixgbe->eims & ~IXGBE_OTHER_INTR); in ixgbe_enable_adapter_interrupts()
3895 IXGBE_WRITE_REG(hw, IXGBE_EIMS, ixgbe->eims); in ixgbe_enable_adapter_interrupts()
4177 ixgbe->eims |= IXGBE_EICR_GPI_SDP1; in ixgbe_intr_other_work()
4261 ixgbe->eims |= IXGBE_EICR_RTX_QUEUE; in ixgbe_intr_legacy()
4290 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.h632 uint32_t eims; /* interrupt mask setting */ member
/titanic_41/usr/src/uts/common/io/igb/
H A Digb_main.c4694 uint32_t eims = 0; in igb_setup_msix_82575() local
4712 eims = (E1000_EICR_RX_QUEUE0 << i); in igb_setup_msix_82575()
4713 E1000_WRITE_REG(hw, E1000_MSIXBM(vector), eims); in igb_setup_msix_82575()
4719 igb->eims_mask |= eims; in igb_setup_msix_82575()
4728 eims = (E1000_EICR_TX_QUEUE0 << i); in igb_setup_msix_82575()
4729 E1000_WRITE_REG(hw, E1000_MSIXBM(vector), eims); in igb_setup_msix_82575()
4735 igb->eims_mask |= eims; in igb_setup_msix_82575()