r2t
r2t_t *r2t = &pq->pdu.ipdu.r2t;
ntohl(r2t->r2tSN), ntohl(r2t->bo), ntohl(r2t->ddtl));
r2t_t r2t;
cmd->lun[0] = r2t->lun[0];
cmd->lun[1] = r2t->lun[1];
cmd->ttt = r2t->ttt;
cmd->itt = r2t->itt;
r2t_t *r2t = &pq->pdu.ipdu.r2t;
sdebug(4, "itt=%x r2tSN=%d bo=%x ddtl=%x W=%d", ntohl(r2t->itt),
ntohl(r2t->r2tSN), ntohl(r2t->bo), ntohl(r2t->ddtl), opp->ipdu.scsi_req.W);
u_int ddtl = ntohl(r2t->ddtl);
bo = ntohl(r2t->bo);
sdebug(3, "itt=%x r2tSN=%d bo=%x ddtl=%x W=%d", ntohl(r2t->itt),
ntohl(r2t->r2tSN), ntohl(r2t->bo), ntohl(r2t->ddtl), opp->ipdu.scsi_req.W);