Searched refs:fcip_mutex (Results 1 – 2 of 2) sorted by relevance
893 mutex_init(&fptr->fcip_mutex, NULL, MUTEX_DRIVER, NULL); in fcip_port_attach()902 mutex_enter(&fptr->fcip_mutex); in fcip_port_attach()945 mutex_exit(&fptr->fcip_mutex); in fcip_port_attach()1125 mutex_enter(&fptr->fcip_mutex); in fcip_port_attach_handler()1136 mutex_exit(&fptr->fcip_mutex); in fcip_port_attach_handler()1171 mutex_enter(&fptr->fcip_mutex); in fcip_handle_resume()1176 mutex_exit(&fptr->fcip_mutex); in fcip_handle_resume()1182 mutex_exit(&fptr->fcip_mutex); in fcip_handle_resume()1245 mutex_exit(&fptr->fcip_mutex); in fcip_handle_resume()1263 ASSERT(!mutex_owned(&fptr->fcip_mutex)); in fcip_rt_update()[all …]
191 kmutex_t fcip_mutex; /* protect this structure */ member