summaryrefslogtreecommitdiff
path: root/usr/src/lib/hbaapi/common/hbaapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/hbaapi/common/hbaapi.h')
-rw-r--r--usr/src/lib/hbaapi/common/hbaapi.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/src/lib/hbaapi/common/hbaapi.h b/usr/src/lib/hbaapi/common/hbaapi.h
index b09fbc5b5a..44ad6e55ea 100644
--- a/usr/src/lib/hbaapi/common/hbaapi.h
+++ b/usr/src/lib/hbaapi/common/hbaapi.h
@@ -36,6 +36,10 @@
*******************************************************************************
*/
+/*
+ * Copyright 2020 RackTop Systems, Inc.
+ */
+
#ifdef __cplusplus
extern "C" {
#endif
@@ -238,6 +242,7 @@ typedef HBA_UINT32 HBA_PORTSPEED;
#define HBA_PORTSPEED_4GBIT 8 /* 4 GBit/sec */
#define HBA_PORTSPEED_8GBIT 16 /* 8 GBit/sec */
#define HBA_PORTSPEED_16GBIT 32 /* 16 GBit/sec */
+#define HBA_PORTSPEED_32GBIT 64 /* 32 GBit/sec */
#define HBA_PORTSPEED_NOT_NEGOTIATED (1<<15) /* Speed not established */