Lines Matching refs:scsi_level
1029 if ((STp->device)->scsi_level >= SCSI_2 && in test_ready()
2336 if ((STp->device)->scsi_level >= SCSI_2)
2365 if ((STp->device)->scsi_level >= SCSI_2 &&
3108 (STp->device)->scsi_level <= SCSI_2 && in st_int_ioctl()
3145 if ((STp->device)->scsi_level < SCSI_2) { in get_location()
3160 (STp->device->scsi_level >= SCSI_2 && in get_location()
3167 if ((STp->device)->scsi_level < SCSI_2) { in get_location()
3231 if ((STp->device)->scsi_level < SCSI_2) { in set_location()
3268 (STp->device)->scsi_level >= SCSI_2 && in set_location()
3411 bool scsi3 = STp->device->scsi_level >= SCSI_3, needs_format = false; in partition_tape()
4342 if (SDp->scsi_level <= 2) in st_probe()
4354 tpnt->use_pf = (SDp->scsi_level >= SCSI_2); in st_probe()
4357 tpnt->can_bsr = (SDp->scsi_level > 2 ? 1 : ST_IN_FILE_POS); /* BSR mandatory in SCSI3 */ in st_probe()