Home
last modified time | relevance | path

Searched refs:tempwr (Results 1 – 1 of 1) sorted by relevance

/drivers/scsi/csiostor/
Dcsio_scsi.c1107 uint8_t *tempwr; in csio_scsi_cmpl_handler() local
1121 tempwr = (uint8_t *)(cpl->data); in csio_scsi_cmpl_handler()
1122 status = csio_wr_status(tempwr); in csio_scsi_cmpl_handler()
1123 *scsiwr = tempwr; in csio_scsi_cmpl_handler()
1125 if (likely((*tempwr == FW_SCSI_READ_WR) || in csio_scsi_cmpl_handler()
1126 (*tempwr == FW_SCSI_WRITE_WR) || in csio_scsi_cmpl_handler()
1127 (*tempwr == FW_SCSI_CMD_WR))) { in csio_scsi_cmpl_handler()
1129 (((struct fw_scsi_read_wr *)tempwr)->cookie)); in csio_scsi_cmpl_handler()
1137 if (*tempwr == FW_SCSI_ABRT_CLS_WR) { in csio_scsi_cmpl_handler()
1139 (((struct fw_scsi_abrt_cls_wr *)tempwr)->cookie)); in csio_scsi_cmpl_handler()
[all …]