diff options
| author | Michael Brown | 2007-09-15 02:35:07 +0200 |
|---|---|---|
| committer | Michael Brown | 2007-09-15 02:35:07 +0200 |
| commit | 8b27da9de16675f59be082168de9468346ec7183 (patch) | |
| tree | 76fb2e8dcc0c2834058a5f050653489e5eebaa92 /src/include | |
| parent | Prefix arbel-specific functions etc. with arbel_ (diff) | |
| download | ipxe-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')
| -rw-r--r-- | src/include/gpxe/infiniband.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gpxe/infiniband.h b/src/include/gpxe/infiniband.h index ccb6e49e4..8b3a2f7c0 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 */ |
