Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_dev.c182 ASSERT(!sup->su_active); in softmac_upper_destructor()
602 if (sup->su_active) { in softmac_drv_close()
606 sup->su_active = B_FALSE; in softmac_drv_close()
H A Dsoftmac_fp.c574 sup->su_active = B_TRUE; in softmac_bind_req()
631 if (sup->su_active) { in softmac_unbind_req()
634 sup->su_active = B_FALSE; in softmac_unbind_req()
/illumos-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h300 su_active : 1, /* SL */ member