Searched refs:get_device_type (Results 1 – 11 of 11) sorted by relevance
58 if (dev->transport->get_device_type(dev) == TYPE_TAPE) in spc_emulate_inquiry_std()458 if ((dev->transport->get_device_type(dev) == TYPE_DISK) && in spc_emulate_evpd_86()494 buf[0] = dev->transport->get_device_type(dev); in spc_emulate_evpd_b0()578 buf[0] = dev->transport->get_device_type(dev); in spc_emulate_evpd_b1()599 buf[0] = dev->transport->get_device_type(dev); in spc_emulate_evpd_b2()655 buf[0] = dev->transport->get_device_type(dev); in spc_emulate_evpd_b3()721 buf[0] = dev->transport->get_device_type(dev); in spc_emulate_inquiry()995 int type = dev->transport->get_device_type(dev); in spc_emulate_modesense()1400 if (dev->transport->get_device_type(dev) != TYPE_ROM) { in spc_parse_cdb()1418 if (dev->transport->get_device_type(dev) != TYPE_ROM) { in spc_parse_cdb()
130 if (dev->transport->get_device_type(dev) == TYPE_DISK) in core_tpg_add_node_to_devs()
650 .get_device_type = sbc_get_device_type,
875 .get_device_type = sbc_get_device_type,
938 .get_device_type = sbc_get_device_type,
1095 .get_device_type = pscsi_get_device_type,
709 int device_type = dev->transport->get_device_type(dev); in scsi_dump_inquiry()
263 dev->transport->get_device_type(dev)); in target_stat_lu_dev_type_show()
2862 .get_device_type = sbc_get_device_type,
45 u32 (*get_device_type)(struct se_device *); member
1885 type = dev->transport->get_device_type(dev); in sbp_update_unit_directory()