Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c1333 WRT16_IO_REG(ha, host_to_host_sema, 1); in ql_lock_nvram()
1335 if (RD16_IO_REG(ha, host_to_host_sema) & 1) { in ql_lock_nvram()
1341 if ((RD16_IO_REG(ha, host_to_host_sema) & 1) == 0) { in ql_lock_nvram()
1399 WRT16_IO_REG(ha, host_to_host_sema, 0); in ql_release_nvram()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h559 uint16_t host_to_host_sema; /* 2312 resource lock register */ member