Lines Matching +full:0 +full:x70
14 SCSI_PR_WRITE_EXCLUSIVE = 0x01,
15 SCSI_PR_EXCLUSIVE_ACCESS = 0x03,
16 SCSI_PR_WRITE_EXCLUSIVE_REG_ONLY = 0x05,
17 SCSI_PR_EXCLUSIVE_ACCESS_REG_ONLY = 0x06,
18 SCSI_PR_WRITE_EXCLUSIVE_ALL_REGS = 0x07,
19 SCSI_PR_EXCLUSIVE_ACCESS_ALL_REGS = 0x08,
37 return (cmnd[0] == VARIABLE_LENGTH_CMD) ? in scsi_command_size()
38 scsi_varlen_cdb_length(cmnd) : COMMAND_SIZE(cmnd[0]); in scsi_command_size()
44 return (cmnd[0] == VARIABLE_LENGTH_CMD) ? in scsi_command_control()
45 cmnd[1] : cmnd[COMMAND_SIZE(cmnd[0]) - 1]; in scsi_command_control()
56 * The addition is to allow the 0x70 and 0x71 response codes. The idea
64 u8 response_code; /* permit: 0x0, 0x70, 0x71, 0x72, 0x73 */
71 u8 additional_length; /* always 0 for fixed sense format */
79 return (sshdr->response_code & 0x70) == 0x70; in scsi_sense_valid()