Home
last modified time | relevance | path

Searched refs:TS_INIT (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/sun4v/sys/
H A Dldc_impl.h78 #define TS_INIT (TS_TXQ_RDY | TS_RXQ_RDY) macro
81 #define TS_OPEN (TS_INIT | TS_QCONF_RDY | TS_CNEX_RDY)
/titanic_50/usr/src/uts/sun4v/io/
H A Dldc.c2862 if ((ldcp->tstate & ~TS_IN_RESET) > TS_INIT) { in ldc_fini()
2966 if (ldcp->tstate < TS_INIT) { in ldc_open()
3258 ldcp->tstate = TS_IN_RESET|TS_INIT; in ldc_close()
4748 if ((ldcp->tstate & ~TS_IN_RESET) < TS_INIT) { in ldc_info()
H A Dldc_shm.c207 if ((ldcp->tstate & ~TS_IN_RESET) < TS_INIT) { in ldc_mem_alloc_handle()