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

/opensolaris-onvv-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c142 ASSERT(softmac->smac_attachok_cnt == 0);
271 ASSERT(softmac->smac_cnt <= 2 && softmac->smac_attachok_cnt <= 2);
274 * The smac_attachok_cnt represents the number of attaches i.e. the
278 ASSERT(softmac->smac_attachok_cnt == SMAC_NONZERO_NODECNT(softmac));
285 softmac->smac_attachok_cnt == softmac->smac_cnt);
287 if (softmac->smac_attachok_cnt == 0) {
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);
400 if (softmac->smac_attachok_cnt
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h143 uint32_t smac_attachok_cnt; /* smac_mutex */ member in struct:softmac

Completed in 86 milliseconds