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.c455 if (!sup->su_bound) { in softmac_capability_req()
576 sup->su_bound = B_TRUE; in softmac_bind_req()
600 if (!sup->su_bound) { in softmac_unbind_req()
628 sup->su_bound = B_FALSE; in softmac_unbind_req()
1259 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.h299 uint32_t su_bound : 1, /* SL */ member