Home
last modified time | relevance | path

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

/linux/drivers/target/
A Dtarget_core_spc.c80 if (dev->transport->get_device_type(dev) == TYPE_TAPE) in spc_emulate_inquiry_std()
140 if (cmd->se_dev->transport->get_device_type(dev) == TYPE_DISK) in spc_emulate_inquiry_std()
489 if ((dev->transport->get_device_type(dev) == TYPE_DISK) && in spc_emulate_evpd_86()
525 buf[0] = dev->transport->get_device_type(dev); in spc_emulate_evpd_b0()
609 buf[0] = dev->transport->get_device_type(dev); in spc_emulate_evpd_b1()
630 buf[0] = dev->transport->get_device_type(dev); in spc_emulate_evpd_b2()
686 buf[0] = dev->transport->get_device_type(dev); in spc_emulate_evpd_b3()
748 buf[0] = dev->transport->get_device_type(dev); in spc_emulate_inquiry()
1022 int type = dev->transport->get_device_type(dev); in spc_emulate_modesense()
1427 if (dev->transport->get_device_type(dev) != TYPE_ROM) { in spc_parse_cdb()
[all …]
A Dtarget_core_tpg.c130 if (dev->transport->get_device_type(dev) == TYPE_DISK) in core_tpg_add_node_to_devs()
A Dtarget_core_rd.c669 .get_device_type = rd_get_device_type,
A Dtarget_core_iblock.c916 .get_device_type = sbc_get_device_type,
A Dtarget_core_file.c930 .get_device_type = sbc_get_device_type,
A Dtarget_core_pscsi.c1089 .get_device_type = pscsi_get_device_type,
A Dtarget_core_device.c706 int device_type = dev->transport->get_device_type(dev); in scsi_dump_inquiry()
A Dtarget_core_stat.c260 dev->transport->get_device_type(dev)); in target_stat_lu_dev_type_show()
A Dtarget_core_user.c3102 .get_device_type = sbc_get_device_type,
/linux/include/target/
A Dtarget_core_backend.h47 u32 (*get_device_type)(struct se_device *); member
/linux/drivers/target/sbp/
A Dsbp_target.c1882 type = dev->transport->get_device_type(dev); in sbp_update_unit_directory()

Completed in 31 milliseconds