Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/softmac/
H A Dsoftmac_dev.c178 ASSERT(!sup->su_active); in softmac_upper_destructor()
593 if (sup->su_active) { in softmac_drv_close()
597 sup->su_active = B_FALSE; in softmac_drv_close()
H A Dsoftmac_fp.c597 sup->su_active = B_TRUE; in softmac_bind_req()
654 if (sup->su_active) { in softmac_unbind_req()
657 sup->su_active = B_FALSE; in softmac_unbind_req()
/titanic_50/usr/src/uts/common/sys/
H A Dsoftmac_impl.h298 su_active : 1, /* SL */ member