/linux-6.6.21/drivers/scsi/aacraid/ |
D | linit.c | 415 if (aac->jbod && (sdev->type == TYPE_DISK)) in aac_slave_configure() 418 if (sdev->type == TYPE_DISK in aac_slave_configure() 431 && sdev->type == TYPE_DISK in aac_slave_configure() 449 && dev->type == TYPE_DISK in aac_slave_configure() 527 if (sdev->tagged_supported && (sdev->type == TYPE_DISK) && in aac_change_queue_depth() 534 if (dev->tagged_supported && (dev->type == TYPE_DISK) && in aac_change_queue_depth() 563 ((aac->jbod && (sdev->type == TYPE_DISK)) ? "JBOD\n" : "")); in aac_show_raid_level()
|
/linux-6.6.21/drivers/target/ |
D | target_core_pscsi.c | 386 phv->phv_host_id, sd->type == TYPE_DISK ? "DISK" : "ZBC", in pscsi_create_type_disk() 505 case TYPE_DISK: in pscsi_configure_device() 566 if ((sd->type == TYPE_DISK || sd->type == TYPE_ZBC) && in pscsi_destroy_device() 966 if (pdv->pdv_sd->type == TYPE_DISK || in pscsi_execute_cmd()
|
D | target_core_spc.c | 146 if (cmd->se_dev->transport->get_device_type(dev) == TYPE_DISK) in spc_emulate_inquiry_std() 486 if ((dev->transport->get_device_type(dev) == TYPE_DISK) && in spc_emulate_evpd_86() 975 case TYPE_DISK: in spc_modesense_write_protect() 986 case TYPE_DISK: in spc_modesense_dpofua() 1062 if (!dbd && type == TYPE_DISK) { in spc_emulate_modesense()
|
D | target_core_tpg.c | 131 if (dev->transport->get_device_type(dev) == TYPE_DISK) in core_tpg_add_node_to_devs()
|
D | target_core_sbc.c | 1073 return TYPE_DISK; in sbc_get_device_type()
|
/linux-6.6.21/include/scsi/ |
D | scsi_proto.h | 238 #define TYPE_DISK 0x00 macro
|
/linux-6.6.21/arch/powerpc/platforms/ps3/ |
D | platform.h | 73 PS3_DEV_TYPE_STOR_DISK = TYPE_DISK, /* 0 */
|
/linux-6.6.21/drivers/usb/storage/ |
D | scsiglue.c | 147 if (sdev->type == TYPE_DISK) { in slave_configure()
|
/linux-6.6.21/drivers/scsi/ |
D | sd.c | 96 MODULE_ALIAS_SCSI_DEVICE(TYPE_DISK); 148 if (sdp->type != TYPE_DISK && sdp->type != TYPE_ZBC) in cache_type_store() 327 if (sdp->type != TYPE_DISK && sdp->type != TYPE_ZBC) in allow_restart_store() 467 if (sdp->type != TYPE_DISK) in provisioning_mode_store() 564 if (sdp->type != TYPE_DISK && sdp->type != TYPE_ZBC) in max_write_same_blocks_store() 3009 if (sdp->type != TYPE_DISK && sdp->type != TYPE_ZBC) in sd_read_app_tag_own() 3657 if (sdp->type != TYPE_DISK && in sd_probe()
|
D | hpsa.c | 798 if (hdev->devtype == TYPE_DISK || hdev->devtype == TYPE_ZBC) in host_show_hp_ssd_smart_path_enabled() 865 if ((hdev->devtype == TYPE_DISK || hdev->devtype == TYPE_ZBC) && in path_info_show() 1244 case TYPE_DISK: in hpsa_show_dev_msg() 1730 if (dev[j]->devtype != TYPE_DISK && in hpsa_figure_phys_disk_ptrs() 1784 if (dev[i]->devtype != TYPE_DISK && in hpsa_update_log_drive_phys_drive_ptrs() 3995 if ((this_device->devtype == TYPE_DISK || in hpsa_update_device_info() 4495 case TYPE_DISK: in hpsa_update_scsi_devices()
|
D | megaraid.c | 1561 ((c & 0x1F ) == TYPE_DISK)) { in mega_cmd_done() 2407 (scsi_inq[0] & 0x1F) != TYPE_DISK ) { in proc_show_pdrv()
|
D | ipr.h | 364 ((IPR_STD_INQ_PERI_DEV_TYPE((std_inq).peri_qual_dev_type) == TYPE_DISK) && \
|
D | scsi_debug.c | 140 #define DEF_PTYPE TYPE_DISK 1581 is_disk = (sdebug_ptype == TYPE_DISK); in resp_inquiry() 2346 is_disk = (sdebug_ptype == TYPE_DISK); in resp_mode_sense() 6924 sdebug_ptype = TYPE_DISK; in scsi_debug_init()
|
D | ips.c | 1201 if (SDptr->tagged_supported && SDptr->type == TYPE_DISK) { in ips_slave_configure() 3315 if ((inquiryData.DeviceType & 0x1f) == TYPE_DISK) { in ips_map_status() 3964 if ((inquiryData.DeviceType & 0x1f) == TYPE_DISK) in ips_chkstatus()
|
D | 3w-xxxx.c | 1467 request_buffer[0] = TYPE_DISK; /* Peripheral device type */ in tw_scsiop_inquiry_complete()
|
/linux-6.6.21/drivers/hwmon/ |
D | drivetemp.c | 442 if (sdev->type != TYPE_DISK && sdev->type != TYPE_ZBC) in drivetemp_identify()
|
/linux-6.6.21/drivers/scsi/bnx2fc/ |
D | bnx2fc_tgt.c | 398 tgt->dev_type = TYPE_DISK; in bnx2fc_init_tgt()
|
D | bnx2fc_hwi.c | 1732 if ((dev_type == TYPE_DISK) && (bd_count == 1)) { in bnx2fc_init_task() 1814 if (dev_type == TYPE_DISK) { in bnx2fc_init_task()
|
/linux-6.6.21/drivers/scsi/device_handler/ |
D | scsi_dh_alua.c | 282 if (sdev->type != TYPE_DISK) { in alua_check_tpgs()
|
/linux-6.6.21/drivers/scsi/smartpqi/ |
D | smartpqi_init.c | 1711 if (device->devtype == TYPE_DISK) { in pqi_get_logical_device_info() 2029 if (device->devtype == TYPE_DISK) in pqi_dev_info() 2040 if (device->devtype == TYPE_DISK || in pqi_dev_info() 2093 if (existing_device->devtype == TYPE_DISK) { in pqi_scsi_update_device() 3727 if (pqi_is_logical_device(device) && device->devtype == TYPE_DISK) in pqi_mark_volumes_for_rescan() 7240 if ((device->devtype == TYPE_DISK || in pqi_path_info_show() 7342 if (pqi_is_logical_device(device) && device->devtype == TYPE_DISK) in pqi_raid_level_show()
|
/linux-6.6.21/drivers/message/fusion/ |
D | mptscsih.c | 2326 else if (sdev->type == TYPE_DISK && in mptscsih_change_queue_depth() 3019 if (vdevice->vtarget->type != TYPE_DISK || vdevice->vtarget->deleted || in mptscsih_synchronize_cache()
|
/linux-6.6.21/drivers/firewire/ |
D | sbp2.c | 1530 if (sdev->type == TYPE_DISK && in sbp2_scsi_slave_configure()
|
/linux-6.6.21/Documentation/scsi/ |
D | ChangeLog.megaraid_sas | 162 7. Fix megasas_build_dcdb_fusion() to not filter by TYPE_DISK.
|
/linux-6.6.21/drivers/scsi/ibmvscsi/ |
D | ibmvscsi.c | 1876 if (sdev->type == TYPE_DISK) { in ibmvscsi_slave_configure()
|
/linux-6.6.21/drivers/scsi/megaraid/ |
D | megaraid_sas_fusion.c | 3108 instance->pd_list[pd_index].driveType == TYPE_DISK) { in megasas_build_syspd_fusion() 3175 timeout_limit = (scmd->device->type == TYPE_DISK) ? in megasas_build_syspd_fusion()
|