Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h586 #define E1000_EICR_TX_QUEUE0 0x00000100 /* Tx Queue 0 Interrupt */ macro
641 #define E1000_EIMS_TX_QUEUE0 E1000_EICR_TX_QUEUE0 /* Tx Queue 0 Interrupt */
658 #define E1000_EICS_TX_QUEUE0 E1000_EICR_TX_QUEUE0 /* Tx Queue 0 Interrupt */
H A De1000_82575.h161 E1000_EICR_TX_QUEUE0 | \
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c4759 igb->eims_mask = E1000_EICR_TX_QUEUE0 | E1000_EICR_OTHER; in igb_setup_msix_82575()
4783 eims = (E1000_EICR_TX_QUEUE0 << i); in igb_setup_msix_82575()