Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/mxfe/
H A Dmxfe.h138 #define INT_10LINK 0x00001000U /* 10 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()