Searched refs:RXSTAT_RXLEN (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/afe/
H A Dafeimpl.h217 #define RXSTAT_RXLEN 0x3FFF0000U /* frame length, incl. crc */ macro
235 #define RXLENGTH(x) ((x & RXSTAT_RXLEN) >> 16)
/illumos-gate/usr/src/uts/common/io/mxfe/
H A Dmxfeimpl.h243 #define RXSTAT_RXLEN 0x3FFF0000U /* frame length, incl. crc */ macro
261 #define RXLENGTH(x) ((x & RXSTAT_RXLEN) >> 16)

Completed in 61 milliseconds