Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h59 FULL_INIT_DONE = (1 << 0), enumerator
H A Dt4_nexus.c700 if (sc->flags & FULL_INIT_DONE) { in t4_devo_detach()
1973 sc->flags |= FULL_INIT_DONE; in adapter_full_init()
2016 sc->flags &= ~FULL_INIT_DONE; in adapter_full_uninit()
H A Dt4_mac.c853 if (!(sc->flags & FULL_INIT_DONE) && in t4_init_synchronized()