Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_ioctl.c123 if (flags & FEXCL && ha->flags & QL_OPENED) { in ql_open()
127 ha->flags |= QL_OPENED; in ql_open()
178 ha->flags &= ~QL_OPENED; in ql_close()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1687 #define QL_OPENED BIT_1 macro