Home
last modified time | relevance | path

Searched refs:sm_mutex (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c547 mutex_enter(&fcsm->sm_mutex); in fcsm_port_attach()
549 mutex_exit(&fcsm->sm_mutex); in fcsm_port_attach()
554 mutex_exit(&fcsm->sm_mutex); in fcsm_port_attach()
608 mutex_init(&fcsm->sm_mutex, NULL, MUTEX_DRIVER, NULL); in fcsm_handle_port_attach()
611 mutex_enter(&fcsm->sm_mutex); in fcsm_handle_port_attach()
622 mutex_exit(&fcsm->sm_mutex); in fcsm_handle_port_attach()
634 mutex_destroy(&fcsm->sm_mutex); in fcsm_handle_port_attach()
646 mutex_destroy(&fcsm->sm_mutex); in fcsm_handle_port_attach()
663 mutex_enter(&fcsm->sm_mutex); in fcsm_handle_port_attach()
674 mutex_exit(&fcsm->sm_mutex); in fcsm_handle_port_attach()
[all …]
/titanic_50/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcsm.h104 kmutex_t sm_mutex; /* mutex for protection */ member