Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c1954 mutex_enter(&fdestp->fcipd_mutex); in fcip_handle_suspend()
1960 &fdestp->fcipd_mutex); in fcip_handle_suspend()
1964 mutex_exit(&fdestp->fcipd_mutex); in fcip_handle_suspend()
1979 mutex_enter(&fdestp->fcipd_mutex); in fcip_handle_suspend()
1982 mutex_exit(&fdestp->fcipd_mutex); in fcip_handle_suspend()
1986 mutex_enter(&fdestp->fcipd_mutex); in fcip_handle_suspend()
1997 mutex_exit(&fdestp->fcipd_mutex); in fcip_handle_suspend()
4149 mutex_enter(&fdestp->fcipd_mutex); in fcip_start()
4154 mutex_exit(&fdestp->fcipd_mutex); in fcip_start()
4167 mutex_exit(&fdestp->fcipd_mutex); in fcip_start()
[all …]
/titanic_41/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcip.h373 kmutex_t fcipd_mutex; /* packet list mutex */ member