Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/afe/
H A Dafeimpl.h231 #define RXSTAT_OFLOW 0x00000001U /* fifo overflow */ macro
234 RXSTAT_CRCERR | RXSTAT_OFLOW)
H A Dafe.c2188 } else if (status & RXSTAT_OFLOW) { in afe_receive()
/illumos-gate/usr/src/uts/common/io/mxfe/
H A Dmxfeimpl.h257 #define RXSTAT_OFLOW 0x00000001U /* fifo overflow */ macro
260 RXSTAT_CRCERR | RXSTAT_OFLOW)
H A Dmxfe.c2595 } else if (status & RXSTAT_OFLOW) { in mxfe_receive()