Searched refs:smac_cnt (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c270 ASSERT(softmac->smac_cnt <= 2 && softmac->smac_attachok_cnt <= 2);
284 softmac->smac_attachok_cnt == softmac->smac_cnt);
289 } else if (softmac->smac_attachok_cnt < softmac->smac_cnt) {
301 ASSERT(softmac->smac_attachok_cnt == softmac->smac_cnt);
305 ASSERT(softmac->smac_attachok_cnt == softmac->smac_cnt);
415 softmac->smac_cnt = 1;
417 softmac->smac_cnt =
449 if (++softmac->smac_attachok_cnt != softmac->smac_cnt) {
692 softmac->smac_attachok_cnt == softmac->smac_cnt);
932 softmac->smac_attachok_cnt == softmac->smac_cnt);
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h116 uint32_t smac_cnt; /* WO, # of minor nodes */ member in struct:softmac

Completed in 143 milliseconds