Home
last modified time | relevance | path

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

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