Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_defines.h560 #define E1000_ICR_DOUTSYNC 0x10000000 /* NIC DMA out of sync */ macro
626 #define E1000_IMS_DOUTSYNC E1000_ICR_DOUTSYNC /* NIC DMA out of sync */
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c4364 if (icr & E1000_ICR_DOUTSYNC) { in igb_intr_tx_other()