Lines Matching refs:iu
546 struct sense_iu *iu = &cmd->sense_iu;
550 iu->iu_id = IU_ID_STATUS;
551 iu->tag = cpu_to_be16(cmd->tag);
554 * iu->status_qual = cpu_to_be16(STATUS QUALIFIER SAM-4. Where R U?);
556 iu->len = cpu_to_be16(se_cmd->scsi_sense_length);
557 iu->status = se_cmd->scsi_status;
561 stream->req_status->buf = iu;
620 struct sense_iu *iu = &cmd->sense_iu;
622 iu->tag = cpu_to_be16(cmd->tag);
634 struct sense_iu *iu = &cmd->sense_iu;
639 iu->tag = cpu_to_be16(cmd->tag);
654 iu->iu_id = IU_ID_READ_READY;
655 iu->tag = cpu_to_be16(cmd->tag);
661 stream->req_status->buf = iu;
662 stream->req_status->length = sizeof(struct iu);
678 struct sense_iu *iu = &cmd->sense_iu;
684 iu->tag = cpu_to_be16(cmd->tag);
697 iu->iu_id = IU_ID_WRITE_READY;
698 iu->tag = cpu_to_be16(cmd->tag);
704 stream->req_status->buf = iu;
705 stream->req_status->length = sizeof(struct iu);