Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_nx.c1706 GLOBAL_HW_LOCK(); in ql_8021_load_risc()
1777 GLOBAL_HW_LOCK(); in ql_8021_enable_intrs()
1787 GLOBAL_HW_LOCK(); in ql_8021_disable_intrs()
H A Dql_ioctl.c987 GLOBAL_HW_LOCK(); in ql_nv_util_load()
1220 GLOBAL_HW_LOCK(); in ql_vpd_load()
H A Dql_init.c1298 GLOBAL_HW_LOCK(); in ql_lock_nvram()
1309 GLOBAL_HW_LOCK(); in ql_lock_nvram()
1316 GLOBAL_HW_LOCK(); in ql_lock_nvram()
2424 GLOBAL_HW_LOCK(); in ql_load_flash_fw()
H A Dql_api.c2100 GLOBAL_HW_LOCK(); in ql_power()
2125 GLOBAL_HW_LOCK(); in ql_power()
10797 GLOBAL_HW_LOCK(); in ql_load_flash()
11325 GLOBAL_HW_LOCK(); in ql_24xx_load_flash()
17868 GLOBAL_HW_LOCK(); in ql_process_idc_event()
H A Dql_xioctl.c5115 GLOBAL_HW_LOCK(); in ql_load_fcode()
5287 GLOBAL_HW_LOCK(); in ql_dump_fcode()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1956 #define GLOBAL_HW_LOCK() mutex_enter(&ql_global_hw_mutex) macro