Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1601 kmutex_t portmutex; member
1941 #define PORTMANAGE_LOCK(ha) mutex_enter(&ha->pha->portmutex);
1942 #define PORTMANAGE_UNLOCK(ha) mutex_exit(&ha->pha->portmutex);
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c16953 mutex_init(&ha->portmutex, NULL, MUTEX_DRIVER, intr); in ql_init_mutex()
16981 mutex_destroy(&ha->portmutex); in ql_destroy_mutex()