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

/illumos-gate/usr/src/uts/common/io/afe/
H A Dafeimpl.h246 #define TXSTAT_URCNT 0x00C00000U /* underrun count */ macro
258 #define TXUFLOWCNT(x) ((x & TXSTAT_URCNT) >> 22)
/illumos-gate/usr/src/uts/common/io/mxfe/
H A Dmxfeimpl.h272 #define TXSTAT_URCNT 0x00C00000U /* underrun count */ macro
284 #define TXUFLOWCNT(x) ((x & TXSTAT_URCNT) >> 22)

Completed in 59 milliseconds