/linux-4.1.27/drivers/scsi/aacraid/ |
D | linit.c | 405 if (aac->jbod && (sdev->type == TYPE_DISK)) in aac_slave_configure() 407 if ((sdev->type == TYPE_DISK) && in aac_slave_configure() 416 if (sdev->tagged_supported && (sdev->type == TYPE_DISK) && in aac_slave_configure() 436 if (dev->tagged_supported && (dev->type == TYPE_DISK) && in aac_slave_configure() 471 if (sdev->tagged_supported && (sdev->type == TYPE_DISK) && in aac_change_queue_depth() 478 if (dev->tagged_supported && (dev->type == TYPE_DISK) && in aac_change_queue_depth() 504 ((aac->jbod && (sdev->type == TYPE_DISK)) ? "JBOD\n" : "")); in aac_show_raid_level()
|
D | aachba.c | 426 if ((inq_data & 0x20) && (inq_data & 0x1f) == TYPE_DISK) { in aac_expose_phy_device()
|
/linux-4.1.27/drivers/target/ |
D | target_core_pscsi.c | 546 case TYPE_DISK: in pscsi_configure_device() 595 if ((sd->type == TYPE_DISK) && pdv->pdv_bd) { in pscsi_free_device() 610 if ((sd->type == TYPE_DISK) || (sd->type == TYPE_ROM)) in pscsi_free_device() 1043 if (pdv->pdv_sd->type == TYPE_DISK) in pscsi_execute_cmd()
|
D | target_core_spc.c | 930 case TYPE_DISK: in spc_modesense_write_protect() 941 case TYPE_DISK: in spc_modesense_dpofua() 1015 if (!dbd && type == TYPE_DISK) { in spc_emulate_modesense()
|
D | target_core_tpg.c | 155 if (dev->transport->get_device_type(dev) == TYPE_DISK) in core_tpg_add_node_to_devs()
|
D | target_core_sbc.c | 1096 return TYPE_DISK; in sbc_get_device_type()
|
/linux-4.1.27/arch/powerpc/platforms/ps3/ |
D | platform.h | 85 PS3_DEV_TYPE_STOR_DISK = TYPE_DISK, /* 0 */
|
/linux-4.1.27/include/scsi/ |
D | scsi.h | 327 #define TYPE_DISK 0x00 macro
|
/linux-4.1.27/drivers/scsi/ |
D | sd.c | 91 MODULE_ALIAS_SCSI_DEVICE(TYPE_DISK); 164 if (sdp->type != TYPE_DISK) in cache_type_store() 262 if (sdp->type != TYPE_DISK) in allow_restart_store() 392 if (sdp->type != TYPE_DISK) in provisioning_mode_store() 459 if (sdp->type != TYPE_DISK) in max_write_same_blocks_store() 2498 if (sdp->type != TYPE_DISK) in sd_read_app_tag_own() 2929 if (sdp->type != TYPE_DISK && sdp->type != TYPE_MOD && sdp->type != TYPE_RBC) in sd_probe()
|
D | u14-34f.c | 540 #define TLDEV(type) ((type) == TYPE_DISK || (type) == TYPE_ROM) 1816 else if (tstatus != GOOD && SCpnt->device->type == TYPE_DISK in ihdlr() 1822 && SCpnt->device->type == TYPE_DISK in ihdlr() 1832 if (spp->target_status && SCpnt->device->type == TYPE_DISK && in ihdlr()
|
D | eata.c | 608 #define TLDEV(type) ((type) == TYPE_DISK || (type) == TYPE_ROM) 2414 else if (tstatus != GOOD && SCpnt->device->type == TYPE_DISK in ihdlr() 2422 && SCpnt->device->type == TYPE_DISK in ihdlr() 2433 if (spp->target_status && SCpnt->device->type == TYPE_DISK && in ihdlr()
|
D | ipr.h | 368 ((IPR_STD_INQ_PERI_DEV_TYPE((std_inq).peri_qual_dev_type) == TYPE_DISK) && \
|
D | megaraid.c | 1562 ((c & 0x1F ) == TYPE_DISK)) { in mega_cmd_done() 2418 (scsi_inq[0] & 0x1F) != TYPE_DISK ) { in proc_show_pdrv()
|
D | hpsa.c | 1292 if (dev[j]->devtype != TYPE_DISK) in hpsa_figure_phys_disk_ptrs() 1334 if (dev[i]->devtype != TYPE_DISK) in hpsa_update_log_drive_phys_drive_ptrs() 2696 if (this_device->devtype == TYPE_DISK && in hpsa_update_device_info() 3185 case TYPE_DISK: in hpsa_update_scsi_devices()
|
D | ips.c | 1209 if (SDptr->tagged_supported && SDptr->type == TYPE_DISK) { in ips_slave_configure() 3332 if ((inquiryData.DeviceType & 0x1f) == TYPE_DISK) { in ips_map_status() 3980 if ((inquiryData.DeviceType & 0x1f) == TYPE_DISK) in ips_chkstatus()
|
D | 3w-xxxx.c | 1456 request_buffer[0] = TYPE_DISK; /* Peripheral device type */ in tw_scsiop_inquiry_complete()
|
D | gdth.c | 2346 inq.type_qual = (ha->hdr[t].devtype&4) ? TYPE_ROM:TYPE_DISK; in gdth_internal_cache_cmd()
|
/linux-4.1.27/drivers/usb/storage/ |
D | scsiglue.c | 149 if (sdev->type == TYPE_DISK) { in slave_configure()
|
/linux-4.1.27/drivers/scsi/bnx2fc/ |
D | bnx2fc_tgt.c | 398 tgt->dev_type = TYPE_DISK; in bnx2fc_init_tgt()
|
D | bnx2fc_hwi.c | 1713 if ((dev_type == TYPE_DISK) && (bd_count == 1)) { in bnx2fc_init_task() 1795 if (dev_type == TYPE_DISK) { in bnx2fc_init_task()
|
/linux-4.1.27/drivers/message/fusion/ |
D | mptscsih.c | 2332 else if (sdev->type == TYPE_DISK && in mptscsih_change_queue_depth() 3025 if (vdevice->vtarget->type != TYPE_DISK || vdevice->vtarget->deleted || in mptscsih_synchronize_cache()
|
/linux-4.1.27/drivers/firewire/ |
D | sbp2.c | 1542 if (sdev->type == TYPE_DISK && in sbp2_scsi_slave_configure()
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.megaraid_sas | 162 7. Fix megasas_build_dcdb_fusion() to not filter by TYPE_DISK.
|
/linux-4.1.27/drivers/scsi/ibmvscsi/ |
D | ibmvscsi.c | 1927 if (sdev->type == TYPE_DISK) { in ibmvscsi_slave_configure()
|
D | ibmvfc.c | 2887 if (sdev->type == TYPE_DISK) in ibmvfc_slave_configure()
|
/linux-4.1.27/drivers/scsi/megaraid/ |
D | megaraid_sas_fusion.c | 1718 timeout_limit = (scmd->device->type == TYPE_DISK) ? in megasas_build_dcdb_fusion()
|
D | megaraid_mbox.c | 2318 if ((c & 0x1F ) == TYPE_DISK) { in megaraid_mbox_dpc()
|
/linux-4.1.27/drivers/ata/ |
D | libata-scsi.c | 2008 TYPE_DISK, in ata_scsiop_inq_std()
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | f_mass_storage.c | 1102 buf[0] = curlun->cdrom ? TYPE_ROM : TYPE_DISK; in do_inquiry()
|
/linux-4.1.27/drivers/infiniband/ulp/srp/ |
D | ib_srp.c | 2548 if (sdev->type == TYPE_DISK) { in srp_slave_configure()
|