Searched refs:smac_fp_disable_clients (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h215 uint32_t smac_fp_disable_clients; /* smac_fp_mutex */ member in struct:softmac
245 ((((softmac)->smac_fp_disable_clients != 0) || \
/opensolaris-onvv-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c1105 softmac->smac_fp_disable_clients++;
1107 ASSERT(softmac->smac_fp_disable_clients != 0);
1108 softmac->smac_fp_disable_clients--;
1206 softmac->smac_fp_disable_clients--;
1208 softmac->smac_fp_disable_clients++;
H A Dsoftmac_main.c137 ASSERT(softmac->smac_fp_disable_clients == 0);
1092 ASSERT(softmac->smac_fp_disable_clients == 0);

Completed in 105 milliseconds