Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dldc_impl.h77 #define TS_RXQ_RDY 0x02 /* allocated RX queue */ macro
78 #define TS_INIT (TS_TXQ_RDY | TS_RXQ_RDY)
/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc.c2744 ldcp->tstate |= TS_RXQ_RDY; in ldc_init()
2811 if (ldcp->tstate & TS_RXQ_RDY) in ldc_init()
2902 ldcp->tstate &= ~TS_RXQ_RDY; in ldc_fini()