aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi
diff options
context:
space:
mode:
authorJames Smart <james.smart@broadcom.com>2020-08-31 14:35:18 -0700
committerMartin K. Petersen <martin.petersen@oracle.com>2020-09-02 22:49:07 -0400
commit2a5c98d2d2fe2aeaf95274a48fc9d92b5955dc74 (patch)
tree89b6fe1856adea90dfd752d8a2fdbf130ac8ee39 /include/scsi
parentscsi: fnic: Remove set but not used 'eth_hdrs_stripped' (diff)
downloadlinux-dev-2a5c98d2d2fe2aeaf95274a48fc9d92b5955dc74.tar.xz
linux-dev-2a5c98d2d2fe2aeaf95274a48fc9d92b5955dc74.zip
scsi: fc: Add 256GBit speed setting to SCSI FC transport
Add 256GBit speed setting to the SCSI FC transport. This speed can be reached via FC trunking techniques. Link: https://lore.kernel.org/r/20200831213518.48409-1-james.smart@broadcom.com Reviewed-by: Himanshu Madhani <himanshu.madhani@oracle.com> Signed-off-by: James Smart <james.smart@broadcom.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'include/scsi')
-rw-r--r--include/scsi/scsi_transport_fc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/scsi/scsi_transport_fc.h b/include/scsi/scsi_transport_fc.h
index 7db2dd783834..1c7dd35cb7a0 100644
--- a/include/scsi/scsi_transport_fc.h
+++ b/include/scsi/scsi_transport_fc.h
@@ -124,6 +124,7 @@ enum fc_vport_state {
#define FC_PORTSPEED_25GBIT 0x800
#define FC_PORTSPEED_64GBIT 0x1000
#define FC_PORTSPEED_128GBIT 0x2000
+#define FC_PORTSPEED_256GBIT 0x4000
#define FC_PORTSPEED_NOT_NEGOTIATED (1 << 15) /* Speed not established */
/*