Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c1275 WRT16_IO_REG(ha, host_to_host_sema, 1); in ql_lock_nvram()
1277 if (RD16_IO_REG(ha, host_to_host_sema) & 1) { in ql_lock_nvram()
1283 if ((RD16_IO_REG(ha, host_to_host_sema) & 1) == 0) { in ql_lock_nvram()
1337 WRT16_IO_REG(ha, host_to_host_sema, 0); in ql_release_nvram()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h483 uint16_t host_to_host_sema; /* 2312 resource lock register */ member