tempwr           1107 drivers/scsi/csiostor/csio_scsi.c 	uint8_t *tempwr;
tempwr           1121 drivers/scsi/csiostor/csio_scsi.c 	tempwr = (uint8_t *)(cpl->data);
tempwr           1122 drivers/scsi/csiostor/csio_scsi.c 	status = csio_wr_status(tempwr);
tempwr           1123 drivers/scsi/csiostor/csio_scsi.c 	*scsiwr = tempwr;
tempwr           1125 drivers/scsi/csiostor/csio_scsi.c 	if (likely((*tempwr == FW_SCSI_READ_WR) ||
tempwr           1126 drivers/scsi/csiostor/csio_scsi.c 			(*tempwr == FW_SCSI_WRITE_WR) ||
tempwr           1127 drivers/scsi/csiostor/csio_scsi.c 			(*tempwr == FW_SCSI_CMD_WR))) {
tempwr           1129 drivers/scsi/csiostor/csio_scsi.c 				 (((struct fw_scsi_read_wr *)tempwr)->cookie));
tempwr           1137 drivers/scsi/csiostor/csio_scsi.c 	if (*tempwr == FW_SCSI_ABRT_CLS_WR) {
tempwr           1139 drivers/scsi/csiostor/csio_scsi.c 			 (((struct fw_scsi_abrt_cls_wr *)tempwr)->cookie));
tempwr           1146 drivers/scsi/csiostor/csio_scsi.c 	csio_warn(hw, "WR with invalid opcode in SCSI IQ: %x\n", *tempwr);