Searched refs:iu_ch (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/io/comstar/port/srpt/ |
H A D | srpt_stp.c | 545 ASSERT(iu->iu_ch != NULL); in srpt_stp_xfer_data() 603 ch = iu->iu_ch; in srpt_stp_xfer_data() 612 if (iu->iu_ch->ch_state == SRPT_CHANNEL_DISCONNECTING) { in srpt_stp_xfer_data() 613 rw_exit(&iu->iu_ch->ch_rwlock); in srpt_stp_xfer_data() 652 rw_exit(&iu->iu_ch->ch_rwlock); in srpt_stp_xfer_data() 664 rw_exit(&iu->iu_ch->ch_rwlock); in srpt_stp_xfer_data() 673 status = ibt_post_send(iu->iu_ch->ch_chan_hdl, &wr, 1, NULL); in srpt_stp_xfer_data() 688 rw_exit(&iu->iu_ch->ch_rwlock); in srpt_stp_xfer_data() 725 h2b32(atomic_swap_32(&iu->iu_ch->ch_req_lim_delta, 0)); in srpt_stp_send_mgmt_response() 739 " iu(%p), mgmt status(%d)", (void *)iu->iu_ch, in srpt_stp_send_mgmt_response() [all …]
|
H A D | srpt_ch.c | 421 if (ch == iu->iu_ch) { in srpt_ch_cleanup() 462 ASSERT(iu->iu_ch == ch); in srpt_ch_rsp_comp() 534 ASSERT(iu->iu_ch == ch); in srpt_ch_data_comp() 817 iu->iu_ch = ch; in srpt_ch_srp_cmd() 1032 DTRACE_SRP_3(scsi__command, srpt_channel_t, iu->iu_ch, in srpt_ch_srp_cmd() 1138 iu->iu_ch = ch; in srpt_ch_srp_task_mgmt()
|
H A D | srpt_impl.h | 233 srpt_channel_t *iu_ch; member
|
H A D | srpt_ioc.c | 1199 ch = iu->iu_ch; in srpt_ioc_repost_recv_iu() 1200 iu->iu_ch = NULL; in srpt_ioc_repost_recv_iu()
|