summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/errfile.h
diff options
context:
space:
mode:
authorMichael Brown2009-07-17 23:10:42 +0200
committerMichael Brown2009-07-18 00:06:35 +0200
commitcc2e767b5a03db348504b2a320f86a4ba8fef9c3 (patch)
tree1c64452181f69ff603b056704b1843d395ba00b8 /src/include/gpxe/errfile.h
parent[infiniband] Add infrastructure for RC queue pairs (diff)
downloadipxe-cc2e767b5a03db348504b2a320f86a4ba8fef9c3.tar.gz
ipxe-cc2e767b5a03db348504b2a320f86a4ba8fef9c3.tar.xz
ipxe-cc2e767b5a03db348504b2a320f86a4ba8fef9c3.zip
[infiniband] Add Communication Manager (CM)
The Communication Manager is responsible for handling the setup and teardown of RC connections.
Diffstat (limited to 'src/include/gpxe/errfile.h')
-rw-r--r--src/include/gpxe/errfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gpxe/errfile.h b/src/include/gpxe/errfile.h
index 5e7fa09b..d3155324 100644
--- a/src/include/gpxe/errfile.h
+++ b/src/include/gpxe/errfile.h
@@ -147,6 +147,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ERRFILE_ib_gma ( ERRFILE_NET | 0x001b0000 )
#define ERRFILE_ib_pathrec ( ERRFILE_NET | 0x001c0000 )
#define ERRFILE_ib_mcast ( ERRFILE_NET | 0x001d0000 )
+#define ERRFILE_ib_cm ( ERRFILE_NET | 0x001e0000 )
#define ERRFILE_image ( ERRFILE_IMAGE | 0x00000000 )
#define ERRFILE_elf ( ERRFILE_IMAGE | 0x00010000 )