Searched refs:SCSI_INQUIRY_EVPD_ENABLE (Results 1 – 2 of 2) sorted by relevance
668 if ( ((sati_get_cdb_byte(cdb, 1) & SCSI_INQUIRY_EVPD_ENABLE) == 0) in sati_inquiry_translate_command()688 if (sati_get_cdb_byte(cdb, 1) & SCSI_INQUIRY_EVPD_ENABLE) in sati_inquiry_translate_command()
440 #define SCSI_INQUIRY_EVPD_ENABLE 0x01 macro