Searched defs:portmutex (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1601 kmutex_t portmutex; member in struct:ql_adapter_state
1941 #define PORTMANAGE_LOCK(ha) mutex_enter(&ha->pha->portmutex);
1942 #define PORTMANAGE_UNLOCK(ha) mutex_exit(&ha->pha->portmutex);

Completed in 77 milliseconds