Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

scsi_transport_fc: Add support for 25Gbit speed

Signed-off-by: James Smart <james.smart@emulex.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Ewan D. Milne <emilne@redhat.com>
Signed-off-by: James Bottomley <JBottomley@Odin.com>

authored by

James Smart and committed by
James Bottomley
c749e6bc eef77801

+2
+1
drivers/scsi/scsi_transport_fc.c
··· 265 265 { FC_PORTSPEED_40GBIT, "40 Gbit" }, 266 266 { FC_PORTSPEED_50GBIT, "50 Gbit" }, 267 267 { FC_PORTSPEED_100GBIT, "100 Gbit" }, 268 + { FC_PORTSPEED_25GBIT, "25 Gbit" }, 268 269 { FC_PORTSPEED_NOT_NEGOTIATED, "Not Negotiated" }, 269 270 }; 270 271 fc_bitfield_name_search(port_speed, fc_port_speed_names)
+1
include/scsi/scsi_transport_fc.h
··· 135 135 #define FC_PORTSPEED_40GBIT 0x100 136 136 #define FC_PORTSPEED_50GBIT 0x200 137 137 #define FC_PORTSPEED_100GBIT 0x400 138 + #define FC_PORTSPEED_25GBIT 0x800 138 139 #define FC_PORTSPEED_NOT_NEGOTIATED (1 << 15) /* Speed not established */ 139 140 140 141 /*