summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/infiniband.h
diff options
context:
space:
mode:
authorMichael Brown2007-09-15 19:44:09 +0200
committerMichael Brown2007-09-15 19:44:09 +0200
commit6a791649f0a907c595b5efef5cbb1b2d8d6a9713 (patch)
treec0113eca8146a537f93558d9eac3bb774f56e36a /src/include/gpxe/infiniband.h
parentStarted added poll_cq() verb. (diff)
downloadipxe-6a791649f0a907c595b5efef5cbb1b2d8d6a9713.tar.gz
ipxe-6a791649f0a907c595b5efef5cbb1b2d8d6a9713.tar.xz
ipxe-6a791649f0a907c595b5efef5cbb1b2d8d6a9713.zip
Updated MLX_* accessor macros to use implicit type information.
Diffstat (limited to 'src/include/gpxe/infiniband.h')
-rw-r--r--src/include/gpxe/infiniband.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gpxe/infiniband.h b/src/include/gpxe/infiniband.h
index c0819158..72a85d42 100644
--- a/src/include/gpxe/infiniband.h
+++ b/src/include/gpxe/infiniband.h
@@ -113,6 +113,8 @@ struct ib_completion_queue {
/** An Infiniband completion */
struct ib_completion {
+ /** Completion is for send queue */
+ int is_send;
/** Length */
size_t len;
};