diff options
Diffstat (limited to 'usr/src/uts/common/sys/fctio.h')
| -rw-r--r-- | usr/src/uts/common/sys/fctio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/fctio.h b/usr/src/uts/common/sys/fctio.h index 93e6128ccc..f9cda2d76e 100644 --- a/usr/src/uts/common/sys/fctio.h +++ b/usr/src/uts/common/sys/fctio.h @@ -21,6 +21,7 @@ /* * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. + * Copyright 2020 RackTop Systems, Inc. */ #ifndef _FCTIO_H #define _FCTIO_H @@ -169,6 +170,7 @@ typedef struct fc_tgt_hba_adapter_port_stats { #define FC_HBA_PORTSPEED_4GBIT 8 /* 4 GBit/sec */ #define FC_HBA_PORTSPEED_8GBIT 16 /* 8 GBit/sec */ #define FC_HBA_PORTSPEED_16GBIT 32 /* 16 GBit/sec */ +#define FC_HBA_PORTSPEED_32GBIT 64 /* 32 GBit/sec */ #define FC_HBA_PORTSPEED_NOT_NEGOTIATED (1<<15) /* Speed not established */ #define FCTIO_SUCCESS 0 |
