Skip to content

Commit d84fd39

Browse files
Sreekanth ReddyJames Bottomley
Sreekanth Reddy
authored and
James Bottomley
committed
[SCSI] scsi_transport_sas: add 12GB definitions for mpt3sas
[jejb: split this core change into a separate patch] Signed-off-by: Sreekanth Reddy <[email protected]> Reviewed-by: Nagalakshmi Nandigama <[email protected]> Signed-off-by: James Bottomley <[email protected]>
1 parent 78ad724 commit d84fd39

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

drivers/scsi/scsi_transport_sas.c

+1
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ static struct {
151151
{ SAS_LINK_RATE_1_5_GBPS, "1.5 Gbit" },
152152
{ SAS_LINK_RATE_3_0_GBPS, "3.0 Gbit" },
153153
{ SAS_LINK_RATE_6_0_GBPS, "6.0 Gbit" },
154+
{ SAS_LINK_RATE_12_0_GBPS, "12.0 Gbit" },
154155
};
155156
sas_bitfield_name_search(linkspeed, sas_linkspeed_names)
156157
sas_bitfield_name_set(linkspeed, sas_linkspeed_names)

include/scsi/scsi_transport_sas.h

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ enum sas_linkrate {
3636
SAS_LINK_RATE_3_0_GBPS = 9,
3737
SAS_LINK_RATE_G2 = SAS_LINK_RATE_3_0_GBPS,
3838
SAS_LINK_RATE_6_0_GBPS = 10,
39+
SAS_LINK_RATE_12_0_GBPS = 11,
3940
/* These are virtual to the transport class and may never
4041
* be signalled normally since the standard defined field
4142
* is only 4 bits */

0 commit comments

Comments
 (0)