Searched refs:iu_stmf_task (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/io/comstar/port/srpt/ |
H A D | srpt_ch.c | 422 if (iu->iu_stmf_task == NULL) { in srpt_ch_cleanup() 427 iutask = iu->iu_stmf_task; in srpt_ch_cleanup() 489 if (iu->iu_stmf_task == NULL) { in srpt_ch_rsp_comp() 507 stmf_send_status_done(iu->iu_stmf_task, st, STMF_IOF_LPORT_DONE); in srpt_ch_rsp_comp() 561 scsi_task_t *abort_task = iu->iu_stmf_task; in srpt_ch_data_comp() 590 status = srpt_stp_send_status(dbuf->db_iu->iu_stmf_task, 0); in srpt_ch_data_comp() 596 stmf_data_xfer_done(dbuf->db_iu->iu_stmf_task, stmf_dbuf, 0); in srpt_ch_data_comp() 954 iu->iu_stmf_task = stmf_task_alloc(ch->ch_tgt->tp_lport, in srpt_ch_srp_cmd() 957 if (iu->iu_stmf_task == NULL) { in srpt_ch_srp_cmd() 979 iu->iu_stmf_task->task_port_private = iu; in srpt_ch_srp_cmd() [all …]
|
H A D | srpt_impl.h | 242 scsi_task_t *iu_stmf_task; member
|
H A D | srpt_stp.c | 743 srp_rsp_t, iu->iu_buf, scsi_task_t, iu->iu_stmf_task, in srpt_stp_send_mgmt_response() 813 srp_rsp_t, iu->iu_buf, scsi_task_t, iu->iu_stmf_task, in srpt_stp_send_response() 966 iu->iu_stmf_task = NULL; in srpt_stp_task_free()
|
H A D | srpt_ioc.c | 1196 ASSERT(iu->iu_stmf_task == NULL); in srpt_ioc_repost_recv_iu()
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | srp.d | 147 ti_lun = ntohll(*(uint64_t *)P->iu_stmf_task->task_lun_no);
|