Searched refs:TYPE_DISK (Results 1 – 25 of 36) sorted by relevance
12
423 if (aac->jbod && (sdev->type == TYPE_DISK)) in aac_slave_configure()425 if ((sdev->type == TYPE_DISK) && in aac_slave_configure()434 if (sdev->tagged_supported && (sdev->type == TYPE_DISK) && in aac_slave_configure()454 if (dev->tagged_supported && (dev->type == TYPE_DISK) && in aac_slave_configure()493 if (sdev->tagged_supported && (sdev->type == TYPE_DISK) && in aac_change_queue_depth()500 if (dev->tagged_supported && (dev->type == TYPE_DISK) && in aac_change_queue_depth()526 ((aac->jbod && (sdev->type == TYPE_DISK)) ? "JBOD\n" : "")); in aac_show_raid_level()
85 PS3_DEV_TYPE_STOR_DISK = TYPE_DISK, /* 0 */
591 case TYPE_DISK: in pscsi_create_virtdevice()644 if ((sd->type == TYPE_DISK) && pdv->pdv_bd) { in pscsi_free_device()657 if ((sd->type == TYPE_DISK) || (sd->type == TYPE_ROM)) in pscsi_free_device()1113 if (pdv->pdv_sd->type == TYPE_DISK) in pscsi_do_task()
858 case TYPE_DISK: in target_modesense_write_protect()870 case TYPE_DISK: in target_modesense_dpofua()
531 return TYPE_DISK; in rd_get_device_type()
598 return TYPE_DISK; in fd_get_device_type()
610 return TYPE_DISK; in iblock_get_device_type()
159 if (dev->transport->get_device_type(dev) == TYPE_DISK) in core_tpg_add_node_to_devs()
301 #define TYPE_DISK 0x00 macro
90 MODULE_ALIAS_SCSI_DEVICE(TYPE_DISK);146 if (sdp->type != TYPE_DISK) in sd_store_cache_type()224 if (sdp->type != TYPE_DISK) in sd_store_allow_restart()346 if (sdp->type != TYPE_DISK) in sd_store_provisioning_mode()2286 if (sdp->type != TYPE_DISK) in sd_read_app_tag_own()2673 if (sdp->type != TYPE_DISK && sdp->type != TYPE_MOD && sdp->type != TYPE_RBC) in sd_probe()
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()
608 #define TLDEV(type) ((type) == TYPE_DISK || (type) == TYPE_ROM)2426 else if (tstatus != GOOD && SCpnt->device->type == TYPE_DISK in ihdlr()2434 && SCpnt->device->type == TYPE_DISK in ihdlr()2445 if (spp->target_status && SCpnt->device->type == TYPE_DISK && in ihdlr()
979 case TYPE_DISK: in ti_p()1352 if (*buf == TYPE_DISK) { in device_exists()1353 *device_type = TYPE_DISK; in device_exists()1890 case TYPE_DISK: /* for harddisks enter here ... */ in ibmmca_queuecommand_lck()
800 case TYPE_DISK: in scsi_add_lun()
344 ((IPR_STD_INQ_PERI_DEV_TYPE((std_inq).peri_qual_dev_type) == TYPE_DISK) && \
1566 ((c & 0x1F ) == TYPE_DISK)) { in mega_cmd_done()2706 (scsi_inq[0] & 0x1F) != TYPE_DISK ) { in proc_pdrv()
1208 if (SDptr->tagged_supported && SDptr->type == TYPE_DISK) { in ips_slave_configure()3404 if ((inquiryData.DeviceType & 0x1f) == TYPE_DISK) { in ips_map_status()4052 if ((inquiryData.DeviceType & 0x1f) == TYPE_DISK) in ips_chkstatus()
63 if (sdev->type == TYPE_DISK) { in slave_configure()
149 if (sdev->type == TYPE_DISK) { in slave_configure()
359 tgt->dev_type = TYPE_DISK; in bnx2fc_init_tgt()
1721 if ((dev_type == TYPE_DISK) && (bd_count == 1)) { in bnx2fc_init_task()1803 if (dev_type == TYPE_DISK) { in bnx2fc_init_task()
2425 else if (sdev->type == TYPE_DISK && in mptscsih_change_queue_depth()3125 if (vdevice->vtarget->type != TYPE_DISK || vdevice->vtarget->deleted || in mptscsih_synchronize_cache()
1531 sdev->type == TYPE_DISK) { in megasas_slave_configure()1557 (sdev->type == TYPE_DISK)) { in megasas_slave_alloc()1567 TYPE_DISK)) { in megasas_slave_alloc()
1567 if (sdev->type == TYPE_DISK && in sbp2_scsi_slave_configure()
63 7. Fix megasas_build_dcdb_fusion() to not filter by TYPE_DISK.