Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/mxfe/
H A Dmxfe.h146 #define INT_ANEG 0x00000010U /* autonegotiation */ macro
160 #define INT_LINKSTATUS (INT_ANEG | INT_100LINK | INT_10LINK)
H A Dmxfe.c2211 if (((status & (INT_TIMER|INT_ANEG)) != 0) || in mxfe_intr()