Home
last modified time | relevance | path

Searched refs:INT_BUSERR (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/io/afe/
H A Dafe.h162 #define INT_BUSERR 0x00002000U /* fatal bus error */ macro
177 INT_BUSERR | INT_RXJABBER | \
H A Dafe.c1877 if (status & INT_BUSERR) { in afe_intr()
/titanic_50/usr/src/uts/common/io/mxfe/
H A Dmxfe.h137 #define INT_BUSERR 0x00002000U /* fatal bus error interrupt */ macro
153 #define INT_WANTED (INT_BUSERR | INT_RXJABBER | \
H A Dmxfe.c2230 if (status & INT_BUSERR) { in mxfe_intr()