Searched refs:scsi_options (Results 1 – 8 of 8) sorted by relevance
87 if (cp->scsi_options != -1) { in controller_get_attributes()88 if (cp->scsi_options & SCSI_OPTIONS_FAST) { in controller_get_attributes()95 if (cp->scsi_options & SCSI_OPTIONS_WIDE) { in controller_get_attributes()102 if (cp->scsi_options & SCSI_OPTIONS_FAST20) { in controller_get_attributes()109 if (cp->scsi_options & SCSI_OPTIONS_FAST40) { in controller_get_attributes()116 if (cp->scsi_options & SCSI_OPTIONS_FAST80) { in controller_get_attributes()
93 int scsi_options; member
419 cp->scsi_options = get_prop(SCSI_OPTIONS_PROP, node); in add_controller()
47 int scsi_options = variable
190 extern int scsi_options;
39 #define DEBUGGING ((scsi_options & SCSI_DEBUG_TGT) && sddebug > 1)
1137 CONFIG_INT_PROP(self, "scsi-options", scsi_options); in scsa_tran_setup()
1458 ((scsi_options & SCSI_DEBUG_TGT) || (st_debug & 0x7))