Home
last modified time | relevance | path

Searched refs:TYPE_DISK (Results 1 – 25 of 37) sorted by relevance

12

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/scsi/
H A Dscsi.h142 #define TYPE_DISK 0x00 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/scsi/
H A Dscsi.h142 #define TYPE_DISK 0x00 macro
/OK3568_Linux_fs/kernel/drivers/scsi/aacraid/
H A Dlinit.c417 if (aac->jbod && (sdev->type == TYPE_DISK)) in aac_slave_configure()
420 if (sdev->type == TYPE_DISK in aac_slave_configure()
433 && sdev->type == TYPE_DISK in aac_slave_configure()
451 && dev->type == TYPE_DISK in aac_slave_configure()
529 if (sdev->tagged_supported && (sdev->type == TYPE_DISK) && in aac_change_queue_depth()
536 if (dev->tagged_supported && (dev->type == TYPE_DISK) && in aac_change_queue_depth()
565 ((aac->jbod && (sdev->type == TYPE_DISK)) ? "JBOD\n" : "")); in aac_show_raid_level()
/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_pscsi.c391 phv->phv_host_id, sd->type == TYPE_DISK ? "DISK" : "ZBC", in pscsi_create_type_disk()
510 case TYPE_DISK: in pscsi_configure_device()
571 if ((sd->type == TYPE_DISK || sd->type == TYPE_ZBC) && in pscsi_destroy_device()
1005 if (pdv->pdv_sd->type == TYPE_DISK || in pscsi_execute_cmd()
H A Dtarget_core_spc.c458 if ((dev->transport->get_device_type(dev) == TYPE_DISK) && in spc_emulate_evpd_86()
947 case TYPE_DISK: in spc_modesense_write_protect()
958 case TYPE_DISK: in spc_modesense_dpofua()
1034 if (!dbd && type == TYPE_DISK) { in spc_emulate_modesense()
H A Dtarget_core_tpg.c130 if (dev->transport->get_device_type(dev) == TYPE_DISK) in core_tpg_add_node_to_devs()
H A Dtarget_core_sbc.c1132 return TYPE_DISK; in sbc_get_device_type()
/OK3568_Linux_fs/kernel/include/scsi/
H A Dscsi_proto.h251 #define TYPE_DISK 0x00 macro
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/ps3/
H A Dplatform.h73 PS3_DEV_TYPE_STOR_DISK = TYPE_DISK, /* 0 */
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dsd.c96 MODULE_ALIAS_SCSI_DEVICE(TYPE_DISK);
169 if (sdp->type != TYPE_DISK && sdp->type != TYPE_ZBC) in cache_type_store()
273 if (sdp->type != TYPE_DISK && sdp->type != TYPE_ZBC) in allow_restart_store()
413 if (sdp->type != TYPE_DISK) in provisioning_mode_store()
510 if (sdp->type != TYPE_DISK && sdp->type != TYPE_ZBC) in max_write_same_blocks_store()
2904 if (sdp->type != TYPE_DISK && sdp->type != TYPE_ZBC) in sd_read_app_tag_own()
3396 if (sdp->type != TYPE_DISK && in sd_probe()
H A Dhpsa.c799 if (hdev->devtype == TYPE_DISK || hdev->devtype == TYPE_ZBC) in host_show_hp_ssd_smart_path_enabled()
866 if ((hdev->devtype == TYPE_DISK || hdev->devtype == TYPE_ZBC) && in path_info_show()
1238 case TYPE_DISK: in hpsa_show_dev_msg()
1724 if (dev[j]->devtype != TYPE_DISK && in hpsa_figure_phys_disk_ptrs()
1778 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()
4498 case TYPE_DISK: in hpsa_update_scsi_devices()
H A Dipr.h367 ((IPR_STD_INQ_PERI_DEV_TYPE((std_inq).peri_qual_dev_type) == TYPE_DISK) && \
H A Dscsi_debug.c139 #define DEF_PTYPE TYPE_DISK
1572 is_disk = (sdebug_ptype == TYPE_DISK); in resp_inquiry()
2337 is_disk = (sdebug_ptype == TYPE_DISK); in resp_mode_sense()
6788 sdebug_ptype = TYPE_DISK; in scsi_debug_init()
H A Dmegaraid.c1562 ((c & 0x1F ) == TYPE_DISK)) { in mega_cmd_done()
2420 (scsi_inq[0] & 0x1F) != TYPE_DISK ) { in proc_show_pdrv()
H A Dips.c1197 if (SDptr->tagged_supported && SDptr->type == TYPE_DISK) { in ips_slave_configure()
3312 if ((inquiryData.DeviceType & 0x1f) == TYPE_DISK) { in ips_map_status()
3961 if ((inquiryData.DeviceType & 0x1f) == TYPE_DISK) in ips_chkstatus()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dstorage_common.c157 #define TYPE_DISK 0x00 macro
/OK3568_Linux_fs/kernel/drivers/usb/storage/
H A Dscsiglue.c151 if (sdev->type == TYPE_DISK) { in slave_configure()
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Ddrivetemp.c443 if (sdev->type != TYPE_DISK && sdev->type != TYPE_ZBC) in drivetemp_identify()
/OK3568_Linux_fs/kernel/drivers/scsi/bnx2fc/
H A Dbnx2fc_tgt.c398 tgt->dev_type = TYPE_DISK; in bnx2fc_init_tgt()
H A Dbnx2fc_hwi.c1733 if ((dev_type == TYPE_DISK) && (bd_count == 1)) { in bnx2fc_init_task()
1815 if (dev_type == TYPE_DISK) { in bnx2fc_init_task()
/OK3568_Linux_fs/kernel/drivers/scsi/device_handler/
H A Dscsi_dh_alua.c275 if (sdev->type != TYPE_DISK) { in alua_check_tpgs()
/OK3568_Linux_fs/kernel/drivers/message/fusion/
H A Dmptscsih.c2327 else if (sdev->type == TYPE_DISK && in mptscsih_change_queue_depth()
3020 if (vdevice->vtarget->type != TYPE_DISK || vdevice->vtarget->deleted || in mptscsih_synchronize_cache()
/OK3568_Linux_fs/kernel/drivers/firewire/
H A Dsbp2.c1526 if (sdev->type == TYPE_DISK && in sbp2_scsi_slave_configure()
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A DChangeLog.megaraid_sas162 7. Fix megasas_build_dcdb_fusion() to not filter by TYPE_DISK.
/OK3568_Linux_fs/kernel/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c1364 if (device->devtype == TYPE_DISK) { in pqi_get_logical_device_info()
1650 if (device->devtype == TYPE_DISK) in pqi_dev_info()
1661 if (device->devtype == TYPE_DISK || in pqi_dev_info()
6414 if ((device->devtype == TYPE_DISK || in pqi_path_info_show()

12