Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dsoftmac_impl.h210 uint32_t smac_fp_disable_clients; /* smac_fp_mutex */ member
240 ((((softmac)->smac_fp_disable_clients != 0) || \
/titanic_41/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c1105 softmac->smac_fp_disable_clients++; in softmac_datapath_switch()
1107 ASSERT(softmac->smac_fp_disable_clients != 0); in softmac_datapath_switch()
1108 softmac->smac_fp_disable_clients--; in softmac_datapath_switch()
1206 softmac->smac_fp_disable_clients--; in softmac_datapath_switch()
1208 softmac->smac_fp_disable_clients++; in softmac_datapath_switch()
H A Dsoftmac_main.c137 ASSERT(softmac->smac_fp_disable_clients == 0); in softmac_destructor()
1091 ASSERT(softmac->smac_fp_disable_clients == 0); in softmac_destroy()