Lines Matching defs:siu
7877 struct scsi_status_iu_header *siu;
7880 siu = (struct scsi_status_iu_header *)scb->sense_data;
7881 ahd_set_scsi_status(scb, siu->status);
7886 SCB_GET_TAG(scb), siu->status);
7889 if ((siu->flags & SIU_RSPVALID) != 0) {
7891 if (scsi_4btoul(siu->pkt_failures_length) < 4) {
7895 switch (SIU_PKTFAIL_CODE(siu)) {
7917 if (siu->status == SCSI_STATUS_OK)
7921 if ((siu->flags & SIU_SNSVALID) != 0) {
7926 siu->sense_length[0]);
7929 SIU_SENSE_OFFSET(siu)+2]) & 0x0F,
7931 SIU_SENSE_OFFSET(siu)+12]),
7933 SIU_SENSE_OFFSET(siu)+13]));