Searched refs:SCSI_READ_CMD (Results 1 – 2 of 2) sorted by relevance
1004 #define SCSI_READ_CMD 0x1 /* any of SCSI READ commands */ macro1009 __type = SCSI_READ_CMD;\1018 (__type == SCSI_READ_CMD || __type == SCSI_WRITE_CMD) ? 1 : 0;\
2623 if (SCSI_CMD_TYPE(scsi_cmd->cmnd[0]) == SCSI_READ_CMD) in pmcraid_error_handler()