Home
last modified time | relevance | path

Searched refs:iu_flags (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_stp.c649 if ((iu->iu_flags & (SRPT_IU_SRP_ABORTING | in srpt_stp_xfer_data()
862 if ((iu->iu_flags & (SRPT_IU_STMF_ABORTING | in srpt_stp_send_status()
873 iu->iu_flags |= SRPT_IU_RESP_SENT; in srpt_stp_send_status()
927 iu->iu_flags &= ~SRPT_IU_RESP_SENT; in srpt_stp_send_status()
1004 if ((iu->iu_flags & SRPT_IU_RESP_SENT) || in srpt_stp_abort()
1009 iu->iu_flags |= SRPT_IU_STMF_ABORTING; in srpt_stp_abort()
1014 iu->iu_flags |= SRPT_IU_ABORTED; in srpt_stp_abort()
H A Dsrpt_ch.c500 ASSERT((iu->iu_flags & SRPT_IU_ABORTED) == 0); in srpt_ch_rsp_comp()
560 if ((iu->iu_flags & SRPT_IU_STMF_ABORTING) != 0) { in srpt_ch_data_comp()
573 ASSERT((iu->iu_flags & SRPT_IU_ABORTED) == 0); in srpt_ch_data_comp()
1087 if ((ss_iu->iu_flags & (SRPT_IU_STMF_ABORTING | in srpt_ch_task_mgmt_abort()
1098 ss_iu->iu_flags |= SRPT_IU_SRP_ABORTING; in srpt_ch_task_mgmt_abort()
H A Dsrpt_impl.h244 uint_t iu_flags; member
H A Dsrpt_ioc.c1205 iu->iu_flags = 0; in srpt_ioc_repost_recv_iu()