Home
last modified time | relevance | path

Searched refs:smac_attachok_cnt (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c142 ASSERT(softmac->smac_attachok_cnt == 0); in softmac_destructor()
270 ASSERT(softmac->smac_cnt <= 2 && softmac->smac_attachok_cnt <= 2); in softmac_state_verify()
277 ASSERT(softmac->smac_attachok_cnt == SMAC_NONZERO_NODECNT(softmac)); in softmac_state_verify()
284 softmac->smac_attachok_cnt == softmac->smac_cnt); in softmac_state_verify()
286 if (softmac->smac_attachok_cnt == 0) { in softmac_state_verify()
289 } else if (softmac->smac_attachok_cnt < softmac->smac_cnt) { in softmac_state_verify()
301 ASSERT(softmac->smac_attachok_cnt == softmac->smac_cnt); in softmac_state_verify()
305 ASSERT(softmac->smac_attachok_cnt == softmac->smac_cnt); in softmac_state_verify()
399 if (softmac->smac_attachok_cnt == 0) { in softmac_create()
449 if (++softmac->smac_attachok_cnt != softmac->smac_cnt) { in softmac_create()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h140 uint32_t smac_attachok_cnt; /* smac_mutex */ member