Searched refs:TS_IN_RESET (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc.c629 if (force_reset || (ldcp->tstate & ~TS_IN_RESET) == TS_UP) {
745 ldcp->tstate |= TS_IN_RESET;
1256 if ((ldcp->tstate & ~TS_IN_RESET) == TS_VREADY) {
1364 if ((ldcp->tstate & ~TS_IN_RESET) == TS_VREADY) {
1747 if ((ldcp->tstate & TS_IN_RESET) == 0)
1799 if ((ldcp->tstate & TS_IN_RESET) == 0)
1900 switch (ldcp->tstate & ~TS_IN_RESET) {
2163 (ldcp->tstate & ~TS_IN_RESET) == TS_OPEN &&
2278 if ((ldcp->tstate & ~TS_IN_RESET) == TS_OPEN) {
2337 if ((ldcp->tstate & ~TS_IN_RESET) !
[all...]
H A Dldc_shm.c207 if ((ldcp->tstate & ~TS_IN_RESET) < TS_INIT) {
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dldc_impl.h89 #define TS_IN_RESET 0x100 /* channel is in reset state */ macro

Completed in 54 milliseconds