Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c5817 mutex_enter(&EMLXS_PM_LOCK); in emlxs_power()
5821 mutex_exit(&EMLXS_PM_LOCK); in emlxs_power()
5890 mutex_exit(&EMLXS_PM_LOCK); in emlxs_power()
6168 mutex_init(&EMLXS_PM_LOCK, NULL, MUTEX_DRIVER, in emlxs_lock_init()
6291 mutex_destroy(&EMLXS_PM_LOCK); in emlxs_lock_destroy()
7283 mutex_enter(&EMLXS_PM_LOCK); in emlxs_hba_attach()
7291 mutex_exit(&EMLXS_PM_LOCK); in emlxs_hba_attach()
7413 mutex_enter(&EMLXS_PM_LOCK); in emlxs_hba_attach()
7416 mutex_exit(&EMLXS_PM_LOCK); in emlxs_hba_attach()
7418 mutex_enter(&EMLXS_PM_LOCK); in emlxs_hba_attach()
[all …]
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2178 #define EMLXS_PM_LOCK hba->pm_lock /* pm lock */ macro