Home | History | Annotate | Download | only in i2o

Lines Matching defs:rb

535 	struct i2o_scsi_reply *rb;
542 rb = reply;
546 if ((rb->msgflags & I2O_MSGFLAGS_FAIL) != 0) {
550 if (rb->hbastatus != I2O_SCSI_DSC_SUCCESS) {
551 switch (rb->hbastatus) {
571 rb->hbastatus);
572 } else if (rb->scsistatus != SCSI_OK) {
573 switch (rb->scsistatus) {
576 sl = le32toh(rb->senselen);
579 memcpy(&xs->sense.scsi_sense, rb->sense, sl);
592 rb->datalen);
593 xs->status = rb->scsistatus;