Gets a response out of the hardware. (An error completion, to be precise.)

This commit is contained in:
Michael Brown
2007-09-15 01:35:07 +01:00
parent 21d4ab3ce2
commit 8b27da9de1
3 changed files with 98 additions and 14 deletions

View File

@@ -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 */