summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/errfile.h
diff options
context:
space:
mode:
authorMichael Brown2009-08-03 16:56:56 +0200
committerMichael Brown2009-08-09 00:51:27 +0200
commit0e07516f62db32ff5fd4cc26c9881e2bb0e374d5 (patch)
tree6e97c2d9d859c4d74049809feb4da1f50d1c7c84 /src/include/gpxe/errfile.h
parent[hermon] Allow for multiple calls to ib_modify_qp() (diff)
downloadipxe-0e07516f62db32ff5fd4cc26c9881e2bb0e374d5.tar.gz
ipxe-0e07516f62db32ff5fd4cc26c9881e2bb0e374d5.tar.xz
ipxe-0e07516f62db32ff5fd4cc26c9881e2bb0e374d5.zip
[infiniband] Add the concept of a management interface
A management interface is the component through which both local and remote management agents are accessed. This new implementation of a management interface allows for the user to react to timed-out transactions, and also allows for cancellation of in-progress transactions.
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 b7f63fc5..46a75d9a 100644
--- a/src/include/gpxe/errfile.h
+++ b/src/include/gpxe/errfile.h
@@ -151,6 +151,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ERRFILE_ib_mcast ( ERRFILE_NET | 0x001d0000 )
#define ERRFILE_ib_cm ( ERRFILE_NET | 0x001e0000 )
#define ERRFILE_net80211 ( ERRFILE_NET | 0x001f0000 )
+#define ERRFILE_ib_mi ( ERRFILE_NET | 0x00200000 )
#define ERRFILE_image ( ERRFILE_IMAGE | 0x00000000 )
#define ERRFILE_elf ( ERRFILE_IMAGE | 0x00010000 )