Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/afe/
H A Dafeimpl.h226 #define RXSTAT_COLLSEEN 0x00000040U /* late collision seen */ macro
233 RXSTAT_COLLSEEN | RXSTAT_DRIBBLE | \
H A Dafe.c2178 } else if (status & RXSTAT_COLLSEEN) { in afe_receive()
/titanic_41/usr/src/uts/common/io/mxfe/
H A Dmxfeimpl.h252 #define RXSTAT_COLLSEEN 0x00000040U /* late collision seen */ macro
259 RXSTAT_COLLSEEN | RXSTAT_DRIBBLE | \
H A Dmxfe.c2585 } else if (status & RXSTAT_COLLSEEN) { in mxfe_receive()