summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/infiniband.h
diff options
context:
space:
mode:
authorMichael Brown2007-09-15 02:35:07 +0200
committerMichael Brown2007-09-15 02:35:07 +0200
commit8b27da9de16675f59be082168de9468346ec7183 (patch)
tree76fb2e8dcc0c2834058a5f050653489e5eebaa92 /src/include/gpxe/infiniband.h
parentPrefix arbel-specific functions etc. with arbel_ (diff)
downloadipxe-8b27da9de16675f59be082168de9468346ec7183.tar.gz
ipxe-8b27da9de16675f59be082168de9468346ec7183.tar.xz
ipxe-8b27da9de16675f59be082168de9468346ec7183.zip
Gets a response out of the hardware. (An error completion, to be precise.)
Diffstat (limited to 'src/include/gpxe/infiniband.h')
-rw-r--r--src/include/gpxe/infiniband.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gpxe/infiniband.h b/src/include/gpxe/infiniband.h
index ccb6e49e..8b3a2f7c 100644
--- a/src/include/gpxe/infiniband.h
+++ b/src/include/gpxe/infiniband.h
@@ -73,10 +73,10 @@ struct ib_work_queue {
* This is the index of the most recently posted entry.
*/
unsigned int posted;
+ /** I/O buffers assigned to work queue */
+ struct io_buffer **iobufs;
/** Driver private data */
void *priv;
- /** I/O buffers assigned to work queue */
- struct io_buffer *iobuf[0];
};
/** An Infiniband Queue Pair */