Symbol: TYPE_TAPE
drivers/ata/libata-core.c
3174
(atapi_command_packet_set(id) == TYPE_TAPE)) {
drivers/message/fusion/mptspi.c
149
if (sdev->type == TYPE_TAPE &&
drivers/message/fusion/mptspi.c
911
if (sdev && sdev->type == TYPE_TAPE) {
drivers/scsi/advansys.c
7212
(type == TYPE_ROM) || (type == TYPE_TAPE))
drivers/scsi/atari_scsi.c
520
if (cmd->device->type == TYPE_TAPE && !(cmd->cmnd[1] & 1))
drivers/scsi/bnx2fc/bnx2fc_hwi.c
1584
if (tgt->dev_type == TYPE_TAPE)
drivers/scsi/bnx2fc/bnx2fc_hwi.c
1649
if (tgt->dev_type == TYPE_TAPE)
drivers/scsi/bnx2fc/bnx2fc_hwi.c
1762
if (dev_type == TYPE_TAPE) {
drivers/scsi/bnx2fc/bnx2fc_hwi.c
293
if (tgt->dev_type == TYPE_TAPE) {
drivers/scsi/bnx2fc/bnx2fc_hwi.c
749
if (tgt->dev_type != TYPE_TAPE)
drivers/scsi/bnx2fc/bnx2fc_tgt.c
393
tgt->dev_type = TYPE_TAPE;
drivers/scsi/hpsa.c
1253
case TYPE_TAPE:
drivers/scsi/hpsa.c
4494
case TYPE_TAPE:
drivers/scsi/hptiop.c
1157
if (sdev->type == TYPE_TAPE)
drivers/scsi/megaraid/megaraid_sas_base.c
1452
if (scp->device->type == TYPE_TAPE) {
drivers/scsi/mpt3sas/mpt3sas_scsih.c
2548
if (sdev->type != TYPE_TAPE)
drivers/scsi/scsi_debug.c
2071
is_tape = (sdebug_ptype == TYPE_TAPE);
drivers/scsi/scsi_debug.c
2074
is_tape = (scp->device->type == TYPE_TAPE);
drivers/scsi/scsi_debug.c
2317
if (scp->device->type == TYPE_TAPE && !want_stop) {
drivers/scsi/scsi_debug.c
2975
is_tape = (scp->device->type == TYPE_TAPE);
drivers/scsi/scsi_debug.c
302
#define DS_SSC (1 << TYPE_TAPE)
drivers/scsi/scsi_debug.c
3190
if (scp->device->type == TYPE_TAPE) {
drivers/scsi/scsi_debug.c
3255
if (scp->device->type != TYPE_TAPE)
drivers/scsi/scsi_debug.c
3263
if (scp->device->type == TYPE_TAPE) {
drivers/scsi/scsi_debug.c
6574
if (sdebug_ptype == TYPE_TAPE) {
drivers/scsi/scsi_debug.c
6648
if (sdebug_ptype == TYPE_TAPE) {
drivers/scsi/scsi_debug.c
6707
if (sdp->type == TYPE_TAPE) {
drivers/scsi/scsi_debug.c
6961
if (SCpnt->device->type == TYPE_TAPE)
drivers/scsi/scsi_debug.c
7001
if (SCpnt->device->type == TYPE_TAPE)
drivers/scsi/scsi_debug.c
7034
if (SCpnt->device->type == TYPE_TAPE)
drivers/scsi/scsi_debug.c
7059
if (SCpnt->device->type == TYPE_TAPE)
drivers/scsi/smartpqi/smartpqi_init.c
6608
return device->devtype == TYPE_TAPE || device->devtype == TYPE_MEDIUM_CHANGER;
drivers/scsi/st.c
4354
if (SDp->type != TYPE_TAPE)
drivers/scsi/st.c
98
MODULE_ALIAS_SCSI_DEVICE(TYPE_TAPE);
drivers/target/target_core_pscsi.c
325
if (sd->type == TYPE_TAPE) {
drivers/target/target_core_pscsi.c
633
if (sd->type != TYPE_TAPE || !cmd->data_length)
drivers/target/target_core_pscsi.c
682
if (sd->type == TYPE_TAPE && valid_data &&
drivers/target/target_core_spc.c
83
if (dev->transport->get_device_type(dev) == TYPE_TAPE)
drivers/target/target_core_spc.c
997
case TYPE_TAPE:
drivers/usb/storage/scsiglue.c
107
} else if (sdev->type == TYPE_TAPE) {