|
@@ -475,6 +475,9 @@ struct scsi_host_template {
|
|
|
*/
|
|
|
unsigned ordered_tag:1;
|
|
|
|
|
|
+ /* True if the controller does not support WRITE SAME */
|
|
|
+ unsigned no_write_same:1;
|
|
|
+
|
|
|
/*
|
|
|
* Countdown for host blocking with no commands outstanding.
|
|
|
*/
|
|
@@ -677,6 +680,9 @@ struct Scsi_Host {
|
|
|
/* Don't resume host in EH */
|
|
|
unsigned eh_noresume:1;
|
|
|
|
|
|
+ /* The controller does not support WRITE SAME */
|
|
|
+ unsigned no_write_same:1;
|
|
|
+
|
|
|
/*
|
|
|
* Optional work queue to be utilized by the transport
|
|
|
*/
|