diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/scsi/scsi_transport_sas.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/scsi/scsi_transport_sas.h b/include/scsi/scsi_transport_sas.h index 38389d8dd56e..57eb68c6e9a7 100644 --- a/include/scsi/scsi_transport_sas.h +++ b/include/scsi/scsi_transport_sas.h | |||
@@ -56,6 +56,9 @@ struct sas_phy { | |||
56 | enum sas_linkrate maximum_linkrate; | 56 | enum sas_linkrate maximum_linkrate; |
57 | u8 port_identifier; | 57 | u8 port_identifier; |
58 | 58 | ||
59 | /* internal state */ | ||
60 | unsigned int local_attached : 1; | ||
61 | |||
59 | /* link error statistics */ | 62 | /* link error statistics */ |
60 | u32 invalid_dword_count; | 63 | u32 invalid_dword_count; |
61 | u32 running_disparity_error_count; | 64 | u32 running_disparity_error_count; |