Home
last modified time | relevance | path

Searched refs:ilport_flags (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf_impl.h148 uint32_t ilport_flags; member
H A Dstmf.c5746 if (ilport->ilport_flags & ILPORT_FORCED_OFFLINE) { in stmf_ctl()
5763 ilport->ilport_flags |= ILPORT_FORCED_OFFLINE; in stmf_ctl()
5787 ilport->ilport_flags &= ~ILPORT_FORCED_OFFLINE; in stmf_ctl()
7765 if ((ilport->ilport_flags & in stmf_svc_timeout()
7803 atomic_and_32(&ilport->ilport_flags, in stmf_svc_timeout()
H A Dlun_map.c375 atomic_or_32(&ilport->ilport_flags, ILPORT_SS_GOT_INITIAL_LUNS); in stmf_add_lu_to_session()