Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h557 #define E1000_ICR_DRSTA 0x40000000 /* Device Reset Asserted */ macro
625 #define E1000_IMS_DRSTA E1000_ICR_DRSTA /* Device Reset Asserted */
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c4201 if (icr & E1000_ICR_DRSTA) { in igb_intr_legacy()
4276 if (icr & E1000_ICR_DRSTA) { in igb_intr_msi()
4368 if (icr & E1000_ICR_DRSTA) { in igb_intr_tx_other()