Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/mxfe/
H A Dmxfe.h133 #define INT_100LINK 0x08000000U /* 100 Base-T link */ macro
160 #define INT_LINKSTATUS (INT_ANEG | INT_100LINK | INT_10LINK)
H A Dmxfe.c2213 ((status & (INT_10LINK|INT_100LINK)) != 0))) { in mxfe_intr()