[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>
This commit is contained in:
parent
41e9a69641
commit
ffaac8f45b
3 changed files with 29 additions and 8 deletions
|
@ -349,7 +349,12 @@ struct report_general_resp {
|
|||
|
||||
u8 conf_route_table:1;
|
||||
u8 configuring:1;
|
||||
u8 _r_b:6;
|
||||
u8 config_others:1;
|
||||
u8 orej_retry_supp:1;
|
||||
u8 stp_cont_awt:1;
|
||||
u8 self_config:1;
|
||||
u8 zone_config:1;
|
||||
u8 t2t_supp:1;
|
||||
|
||||
u8 _r_c;
|
||||
|
||||
|
@ -536,7 +541,12 @@ struct report_general_resp {
|
|||
u8 _r_a;
|
||||
u8 num_phys;
|
||||
|
||||
u8 _r_b:6;
|
||||
u8 t2t_supp:1;
|
||||
u8 zone_config:1;
|
||||
u8 self_config:1;
|
||||
u8 stp_cont_awt:1;
|
||||
u8 orej_retry_supp:1;
|
||||
u8 config_others:1;
|
||||
u8 configuring:1;
|
||||
u8 conf_route_table:1;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue