Home
last modified time | relevance | path

Searched refs:get_device_type (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/target/
H A Dtarget_core_spc.c80 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()
628 buf[0] = dev->transport->get_device_type(dev); in spc_emulate_evpd_b1()
649 buf[0] = dev->transport->get_device_type(dev); in spc_emulate_evpd_b2()
705 buf[0] = dev->transport->get_device_type(dev); in spc_emulate_evpd_b3()
767 buf[0] = dev->transport->get_device_type(dev); in spc_emulate_inquiry()
1041 int type = dev->transport->get_device_type(dev); in spc_emulate_modesense()
2432 if (dev->transport->get_device_type(dev) != TYPE_ROM) { in spc_parse_cdb()
[all …]
H A Dtarget_core_tpg.c131 if (dev->transport->get_device_type(dev) == TYPE_DISK) in core_tpg_add_node_to_devs()
H A Dtarget_core_rd.c669 .get_device_type = rd_get_device_type,
H A Dtarget_core_file.c927 .get_device_type = sbc_get_device_type,
H A Dtarget_core_iblock.c1193 .get_device_type = sbc_get_device_type,
H A Dtarget_core_device.c689 int device_type = dev->transport->get_device_type(dev); in scsi_dump_inquiry()
H A Dtarget_core_stat.c260 dev->transport->get_device_type(dev)); in target_stat_lu_dev_type_show()
H A Dtarget_core_user.c3181 .get_device_type = sbc_get_device_type,
/linux/include/target/
H A Dtarget_core_backend.h48 u32 (*get_device_type)(struct se_device *); member
/linux/drivers/target/sbp/
H A Dsbp_target.c1856 type = dev->transport->get_device_type(dev); in sbp_update_unit_directory()