Searched refs:fcip_rt_mutex (Results 1 – 2 of 2) sorted by relevance
895 mutex_init(&fptr->fcip_rt_mutex, NULL, MUTEX_DRIVER, NULL); in fcip_port_attach()1208 mutex_enter(&fptr->fcip_rt_mutex); in fcip_handle_resume()1228 mutex_exit(&fptr->fcip_rt_mutex); in fcip_handle_resume()1264 mutex_enter(&fptr->fcip_rt_mutex); in fcip_rt_update()1380 mutex_exit(&fptr->fcip_rt_mutex); in fcip_rt_update()1393 ASSERT(mutex_owned(&fptr->fcip_rt_mutex)); in fcip_lookup_rtable()1518 mutex_enter(&fptr->fcip_rt_mutex); in fcip_detach()1520 mutex_exit(&fptr->fcip_rt_mutex); in fcip_detach()1527 mutex_exit(&fptr->fcip_rt_mutex); in fcip_detach()1865 mutex_enter(&fptr->fcip_rt_mutex); in fcip_handle_suspend()[all …]
205 kmutex_t fcip_rt_mutex; /* routing table lock */ member