Searched refs:fcip_rt_mutex (Results 1 – 2 of 2) sorted by relevance
911 mutex_init(&fptr->fcip_rt_mutex, NULL, MUTEX_DRIVER, NULL); in fcip_port_attach()1227 mutex_enter(&fptr->fcip_rt_mutex); in fcip_handle_resume()1247 mutex_exit(&fptr->fcip_rt_mutex); in fcip_handle_resume()1287 mutex_enter(&fptr->fcip_rt_mutex); in fcip_rt_update()1411 mutex_exit(&fptr->fcip_rt_mutex); in fcip_rt_update()1434 ASSERT(mutex_owned(&fptr->fcip_rt_mutex)); in fcip_lookup_rtable()1571 mutex_enter(&fptr->fcip_rt_mutex); in fcip_detach()1573 mutex_exit(&fptr->fcip_rt_mutex); in fcip_detach()1580 mutex_exit(&fptr->fcip_rt_mutex); in fcip_detach()1922 mutex_enter(&fptr->fcip_rt_mutex); in fcip_handle_suspend()[all …]
205 kmutex_t fcip_rt_mutex; /* routing table lock */ member