Searched refs:get_device_type (Results 1 – 11 of 11) sorted by relevance
80 if (dev->transport->get_device_type(dev) == TYPE_TAPE) in spc_emulate_inquiry_std()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()523 buf[0] = dev->transport->get_device_type(dev); in spc_emulate_evpd_b0()610 buf[0] = dev->transport->get_device_type(dev); in spc_emulate_evpd_b1()631 buf[0] = dev->transport->get_device_type(dev); in spc_emulate_evpd_b2()687 buf[0] = dev->transport->get_device_type(dev); in spc_emulate_evpd_b3()749 buf[0] = dev->transport->get_device_type(dev); in spc_emulate_inquiry()1023 int type = dev->transport->get_device_type(dev); in spc_emulate_modesense()2389 if (dev->transport->get_device_type(dev) != TYPE_ROM) { in spc_parse_cdb()[all …]
131 if (dev->transport->get_device_type(dev) == TYPE_DISK) in core_tpg_add_node_to_devs()
669 .get_device_type = rd_get_device_type,
927 .get_device_type = sbc_get_device_type,
1052 .get_device_type = pscsi_get_device_type,
1177 .get_device_type = sbc_get_device_type,
668 int device_type = dev->transport->get_device_type(dev); in scsi_dump_inquiry()
260 dev->transport->get_device_type(dev)); in target_stat_lu_dev_type_show()
3181 .get_device_type = sbc_get_device_type,
48 u32 (*get_device_type)(struct se_device *); member
1857 type = dev->transport->get_device_type(dev); in sbp_update_unit_directory()