Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c700 mutex_enter(&softmac->smac_fp_mutex); in softmac_wput_single_nondata()
706 mutex_exit(&softmac->smac_fp_mutex); in softmac_wput_single_nondata()
1095 mutex_enter(&softmac->smac_fp_mutex); in softmac_datapath_switch()
1100 mutex_exit(&softmac->smac_fp_mutex); in softmac_datapath_switch()
1113 mutex_exit(&softmac->smac_fp_mutex); in softmac_datapath_switch()
1198 mutex_exit(&softmac->smac_fp_mutex); in softmac_datapath_switch()
1211 mutex_exit(&softmac->smac_fp_mutex); in softmac_datapath_switch()
1240 mutex_enter(&softmac->smac_fp_mutex); in softmac_upperstream_close()
1257 mutex_exit(&softmac->smac_fp_mutex); in softmac_upperstream_close()
1271 mutex_enter(&softmac->smac_fp_mutex); in softmac_datapath_switch_done()
[all …]
H A Dsoftmac_main.c123 mutex_init(&softmac->smac_fp_mutex, NULL, MUTEX_DEFAULT, NULL); in softmac_constructor()
154 mutex_destroy(&softmac->smac_fp_mutex); in softmac_destructor()
1484 mutex_enter(&softmac->smac_fp_mutex); in softmac_m_getprop()
1487 mutex_exit(&softmac->smac_fp_mutex); in softmac_m_getprop()
/titanic_50/usr/src/uts/common/sys/
H A Dsoftmac_impl.h205 kmutex_t smac_fp_mutex; member