Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c452 if (!sup->su_bound) { in softmac_capability_req()
573 sup->su_bound = B_TRUE; in softmac_bind_req()
597 if (!sup->su_bound) { in softmac_unbind_req()
625 sup->su_bound = B_FALSE; in softmac_unbind_req()
1257 ASSERT(!sup->su_bound); in softmac_datapath_switch_done()
H A Dsoftmac_dev.c188 ASSERT(!sup->su_bound); in softmac_upper_destructor()
609 sup->su_bound = B_FALSE; in softmac_drv_close()
/illumos-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h297 uint32_t su_bound : 1, /* SL */ member