Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/conf/
H A Dscsi_confdata.c54 SCSI_OPTIONS_WIDE |
/illumos-gate/usr/src/uts/common/sys/scsi/conf/
H A Dautoconf.h57 #define SCSI_OPTIONS_WIDE 0x200 /* Global WIDE scsi support */ macro
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dcontroller.c93 if (cp->scsi_options & SCSI_OPTIONS_WIDE) { in controller_get_attributes()
/illumos-gate/usr/src/uts/common/sys/
H A Demul64var.h74 SCSI_OPTIONS_WIDE
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c855 if ((fas->f_scsi_options & SCSI_OPTIONS_WIDE) == 0) { in fas_attach()
6906 if (((fas->f_target_scsi_options[target] & SCSI_OPTIONS_WIDE) == 0) || in fas_make_wdtr()
7519 fas->f_target_scsi_options[tgt] &= ~SCSI_OPTIONS_WIDE; in fas_sync_wide_backoff()
9011 SCSI_OPTIONS_WIDE) { in fas_commoncap()
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c7512 if ((options != -1) && ((options & SCSI_OPTIONS_WIDE) == 0)) in scsi_hba_bus_configall_spi()