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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h756 kmutex_t mbx_mutex; member in struct:qlge
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1480 kmutex_t mbx_mutex; member in struct:ql_adapter_state
1924 #define TRY_MBX_REGISTER_LOCK(ha) mutex_tryenter(&ha->pha->mbx_mutex)
1925 #define MBX_REGISTER_LOCK_OWNER(ha) mutex_owner(&ha->pha->mbx_mutex)
1926 #define MBX_REGISTER_LOCK(ha) mutex_enter(&ha->pha->mbx_mutex)
1927 #define MBX_REGISTER_UNLOCK(ha) mutex_exit(&ha->pha->mbx_mutex)

Completed in 83 milliseconds