Home
last modified time | relevance | path

Searched refs:GLOBAL_HW_LOCK (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_nx.c1768 GLOBAL_HW_LOCK(); in ql_8021_load_fw()
1841 GLOBAL_HW_LOCK(); in ql_8021_enable_intrs()
1853 GLOBAL_HW_LOCK(); in ql_8021_disable_intrs()
H A Dql_ioctl.c993 GLOBAL_HW_LOCK(); in ql_nv_util_load()
1218 GLOBAL_HW_LOCK(); in ql_vpd_load()
H A Dql_init.c1356 GLOBAL_HW_LOCK(); in ql_lock_nvram()
1367 GLOBAL_HW_LOCK(); in ql_lock_nvram()
1374 GLOBAL_HW_LOCK(); in ql_lock_nvram()
2427 GLOBAL_HW_LOCK(); in ql_load_flash_fw()
H A Dql_xioctl.c5289 GLOBAL_HW_LOCK(); in ql_load_fcode()
5461 GLOBAL_HW_LOCK(); in ql_dump_fcode()
H A Dql_api.c2344 GLOBAL_HW_LOCK(); in ql_power()
2369 GLOBAL_HW_LOCK(); in ql_power()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h2256 #define GLOBAL_HW_LOCK() mutex_enter(&ql_global_hw_mutex) macro