Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c895 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 …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h205 kmutex_t fcip_rt_mutex; /* routing table lock */ member