Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/hme/
H A Dhme_mac.h191 #define HMEG_STATUS_INTR 0xfefffefc /* All interesting interrupts */ macro
241 #define HMEG_MASK_INTR (~HMEG_STATUS_INTR)
H A Dhme.c3089 if ((hmesbits & (HMEG_STATUS_INTR | HMEG_STATUS_TINT)) == 0) { in hmeintr()