Searched defs:ithp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_io.c1574 iscsi_text_rsp_hdr_t *ithp = local
1586 if ((rval = iscsi_rx_chk(icp, isp, (iscsi_scsi_rsp_hdr_t *)ithp,
1593 if (ithp->flags & ISCSI_FLAG_FINAL) {
1604 if (((final == B_TRUE) && (ithp->ttt != ISCSI_RSVD_TASK_TAG)) ||
1605 ((final == B_FALSE) && (ithp->ttt == ISCSI_RSVD_TASK_TAG))) {
1611 "ttt:0x%x", icp->conn_oid, ithp->flags, ithp->itt);
1616 (ithp->ttt == ISCSI_RSVD_TASK_TAG) &&
1624 "ttt:0x%x", icp->conn_oid, ithp->ttt);
1633 icmdp->cmd_un.text.ttt = ithp
[all...]

Completed in 50 milliseconds