Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_stp.c335 tgt->tp_state = SRPT_TGT_STATE_OFFLINE; in srpt_stp_alloc_port()
352 tgt->tp_requested_state = SRPT_TGT_STATE_OFFLINE; in srpt_stp_alloc_port()
487 while (tgt->tp_state != SRPT_TGT_STATE_OFFLINE) { in srpt_stp_destroy_port()
1084 } else if (tgt->tp_state != SRPT_TGT_STATE_OFFLINE) { in srpt_stp_ctl()
1090 tgt->tp_state = SRPT_TGT_STATE_OFFLINE; in srpt_stp_ctl()
1126 tgt->tp_requested_state = SRPT_TGT_STATE_OFFLINE; in srpt_stp_ctl()
1129 if ((tgt->tp_state == SRPT_TGT_STATE_OFFLINE) || in srpt_stp_ctl()
1168 tgt->tp_state = SRPT_TGT_STATE_OFFLINE; in srpt_stp_ctl()
H A Dsrpt_impl.h256 SRPT_TGT_STATE_OFFLINE = 0, enumerator