diff options
| author | Luben Tuikov <ltuikov@yahoo.com> | 2011-09-22 09:41:36 -0700 |
|---|---|---|
| committer | James Bottomley <JBottomley@Parallels.com> | 2011-10-02 12:23:11 -0500 |
| commit | ffaac8f45bfb2dffb78179baa5740de34058eef8 (patch) | |
| tree | 653f9eae24129d54ce4df0a67bc883ed16d93dac /include/scsi/libsas.h | |
| parent | [SCSI] ipr: Stop reading adapter dump prematurely (diff) | |
| download | linux-ffaac8f45bfb2dffb78179baa5740de34058eef8.tar.gz linux-ffaac8f45bfb2dffb78179baa5740de34058eef8.zip | |
[SCSI] libsas: Allow expander T-T attachments
Allow expander table-to-table attachments for
expanders that support it.
Signed-off-by: Luben Tuikov <ltuikov@yahoo.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'include/scsi/libsas.h')
| -rw-r--r-- | include/scsi/libsas.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/scsi/libsas.h b/include/scsi/libsas.h index af0a1deac930..ac9d80c93c68 100644 --- a/include/scsi/libsas.h +++ b/include/scsi/libsas.h @@ -142,8 +142,11 @@ struct expander_device { u16 ex_change_count; u16 max_route_indexes; u8 num_phys; + + u8 t2t_supp:1; u8 configuring:1; u8 conf_route_table:1; + u8 enclosure_logical_id[8]; struct ex_phy *ex_phy; |
