Searched refs:SSD_SENSE_KEY (Results 1 – 11 of 11) sorted by relevance
909 SSD_SENSE_KEY(sense->flags), in scsi_interpret_sense()944 key = SSD_SENSE_KEY(sense->flags); in scsi_interpret_sense()952 key = SSD_SENSE_KEY(sense->flags); in scsi_interpret_sense()
517 #define SSD_SENSE_KEY(x) ((x) & 0x0f) macro
1146 SSD_SENSE_KEY(sense->flags) == SKEY_ILLEGAL_REQUEST && in sd_interpret_sense()1165 if (SSD_SENSE_KEY(sense->flags) == SKEY_NOT_READY && in sd_interpret_sense()1198 if (SSD_SENSE_KEY(sense->flags) == SKEY_MEDIUM_ERROR && in sd_interpret_sense()
909 SSD_SENSE_KEY(sense->flags), in scsipi_interpret_sense()970 key = SSD_SENSE_KEY(sense->flags); in scsipi_interpret_sense()978 key = SSD_SENSE_KEY(sense->flags); in scsipi_interpret_sense()
958 if ((SSD_SENSE_KEY(sense->flags) == SKEY_NOT_READY) && in cd_interpret_sense()979 if ((SSD_SENSE_KEY(sense->flags) == SKEY_NOT_READY) && in cd_interpret_sense()1001 if ((SSD_SENSE_KEY(sense->flags) == SKEY_NOT_READY) && in cd_interpret_sense()
2173 key = SSD_SENSE_KEY(sense->flags); in st_interpret_sense()
1147 SSD_SENSE_KEY(ssd->flags) == SKEY_VENDOR_SPECIFIC && in mly_process_event()1203 if ((SSD_SENSE_KEY(ssd->flags) == SKEY_NO_SENSE || in mly_process_event()1204 SSD_SENSE_KEY(ssd->flags) == SKEY_NOT_READY) && in mly_process_event()1218 device_xname(mly->mly_dv), SSD_SENSE_KEY(ssd->flags), in mly_process_event()
492 if ((j = SSD_SENSE_KEY(sense.flags)) == SKEY_NO_SENSE) in device_format()634 } while (SSD_SENSE_KEY(sense.flags) == SKEY_NOT_READY); in device_format()
906 key = SSD_SENSE_KEY(sense->flags); in scsi_interpret_sense()914 key = SSD_SENSE_KEY(sense->flags); in scsi_interpret_sense()
233 #define XS_SNSKEY(xs) SSD_SENSE_KEY((xs)->sense.scsi_sense.flags)
767 SSD_SENSE_KEY(sreq.sense[2])); in satl_command()