Home
last modified time | relevance | path

Searched refs:E1000_EICR_OTHER (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/io/e1000api/
H A De1000_defines.h590 #define E1000_EICR_OTHER 0x80000000 /* Interrupt Cause Active */ macro
645 #define E1000_EIMS_OTHER E1000_EICR_OTHER /* Interrupt Cause Active */
662 #define E1000_EICS_OTHER E1000_EICR_OTHER /* Interrupt Cause Active */
/titanic_44/usr/src/uts/common/io/igb/
H A Digb_main.c4714 igb->eims_mask = E1000_EICR_TX_QUEUE0 | E1000_EICR_OTHER; in igb_setup_msix_82575()