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

/opensolaris-onvv-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c271 ASSERT(softmac->smac_cnt <= 2 && softmac->smac_attachok_cnt <= 2);
285 softmac->smac_attachok_cnt == softmac->smac_cnt);
290 } else if (softmac->smac_attachok_cnt < softmac->smac_cnt) {
302 ASSERT(softmac->smac_attachok_cnt == softmac->smac_cnt);
306 ASSERT(softmac->smac_attachok_cnt == softmac->smac_cnt);
416 softmac->smac_cnt = 1;
418 softmac->smac_cnt =
450 if (++softmac->smac_attachok_cnt != softmac->smac_cnt) {
693 softmac->smac_attachok_cnt == softmac->smac_cnt);
933 softmac->smac_attachok_cnt == softmac->smac_cnt);
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h121 uint32_t smac_cnt; /* WO, # of minor nodes */ member in struct:softmac

Completed in 105 milliseconds