Home
last modified time | relevance | path

Searched refs:supported_mode (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/scsi/
H A Dscsi_sysfs.c259 unsigned int supported_mode = shost->hostt->supported_mode; in show_shost_supported_mode() local
261 if (supported_mode == MODE_UNKNOWN) in show_shost_supported_mode()
263 supported_mode = MODE_INITIATOR; in show_shost_supported_mode()
265 return show_shost_mode(supported_mode, buf); in show_shost_supported_mode()
268 static DEVICE_ATTR(supported_mode, S_IRUGO, show_shost_supported_mode, NULL);
H A Dhosts.c471 if (sht->supported_mode == MODE_UNKNOWN) in scsi_host_alloc()
475 shost->active_mode = sht->supported_mode; in scsi_host_alloc()
/linux/include/scsi/
H A Dscsi_host.h465 unsigned supported_mode:2; member
/linux/drivers/scsi/elx/efct/
H A Defct_xport.c16 .supported_mode = MODE_TARGET,
/linux/drivers/scsi/qla2xxx/
H A Dqla_target.c7478 qla2xxx_driver_template.supported_mode |= MODE_TARGET; in qlt_add_target()
7610 if (!(host->hostt->supported_mode & MODE_TARGET)) in qlt_lport_register()
H A Dqla_os.c8118 .supported_mode = MODE_INITIATOR,