Searched refs:SCSI_CMD_TYPE (Results 1 – 2 of 2) sorted by relevance
993 #define SCSI_CMD_TYPE(opcode) \ macro1004 ({ u8 __type = SCSI_CMD_TYPE(opcode); \
2595 if (SCSI_CMD_TYPE(scsi_cmd->cmnd[0]) == SCSI_READ_CMD) in pmcraid_error_handler()2597 else if (SCSI_CMD_TYPE(scsi_cmd->cmnd[0]) == SCSI_WRITE_CMD) in pmcraid_error_handler()