Searched refs:tempwr (Results 1 – 1 of 1) sorted by relevance
1131 uint8_t *tempwr; in csio_scsi_cmpl_handler() local1145 tempwr = (uint8_t *)(cpl->data); in csio_scsi_cmpl_handler()1146 status = csio_wr_status(tempwr); in csio_scsi_cmpl_handler()1147 *scsiwr = tempwr; in csio_scsi_cmpl_handler()1149 if (likely((*tempwr == FW_SCSI_READ_WR) || in csio_scsi_cmpl_handler()1150 (*tempwr == FW_SCSI_WRITE_WR) || in csio_scsi_cmpl_handler()1151 (*tempwr == FW_SCSI_CMD_WR))) { in csio_scsi_cmpl_handler()1153 (((struct fw_scsi_read_wr *)tempwr)->cookie)); in csio_scsi_cmpl_handler()1161 if (*tempwr == FW_SCSI_ABRT_CLS_WR) { in csio_scsi_cmpl_handler()1163 (((struct fw_scsi_abrt_cls_wr *)tempwr)->cookie)); in csio_scsi_cmpl_handler()[all …]