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