mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-07 13:43:51 +00:00
[SCSI] scsi_transport_fc: Add 32Gbps speed definition.
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com> Signed-off-by: Saurav Kashyap <saurav.kashyap@qlogic.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:
parent
3b1bef644e
commit
624f28be81
@ -261,6 +261,7 @@ static const struct {
|
||||
{ FC_PORTSPEED_10GBIT, "10 Gbit" },
|
||||
{ FC_PORTSPEED_8GBIT, "8 Gbit" },
|
||||
{ FC_PORTSPEED_16GBIT, "16 Gbit" },
|
||||
{ FC_PORTSPEED_32GBIT, "32 Gbit" },
|
||||
{ FC_PORTSPEED_NOT_NEGOTIATED, "Not Negotiated" },
|
||||
};
|
||||
fc_bitfield_name_search(port_speed, fc_port_speed_names)
|
||||
|
@ -130,6 +130,7 @@ enum fc_vport_state {
|
||||
#define FC_PORTSPEED_4GBIT 8
|
||||
#define FC_PORTSPEED_8GBIT 0x10
|
||||
#define FC_PORTSPEED_16GBIT 0x20
|
||||
#define FC_PORTSPEED_32GBIT 0x40
|
||||
#define FC_PORTSPEED_NOT_NEGOTIATED (1 << 15) /* Speed not established */
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user