diff options
author | Michael Brown <mcb30@ipxe.org> | 2010-09-19 17:35:53 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2010-09-21 02:12:06 +0100 |
commit | 26a50c3a11f7858753c643dce7076f2e7349465d (patch) | |
tree | 80afb2c000f1d8b381f681a4d96d9fb12ffd85f7 /src/net/infiniband.c | |
parent | 118a0ca55aac1ef66efc8d6756e9b9a892c7a3d2 (diff) | |
download | ipxe-26a50c3a11f7858753c643dce7076f2e7349465d.tar.gz |
[infiniband] Add the notion of an Ethernet queue pair type
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/net/infiniband.c')
-rw-r--r-- | src/net/infiniband.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/infiniband.c b/src/net/infiniband.c index 20734271..bdfc45d6 100644 --- a/src/net/infiniband.c +++ b/src/net/infiniband.c @@ -483,7 +483,7 @@ void ib_complete_send ( struct ib_device *ibdev, struct ib_queue_pair *qp, * * @v ibdev Infiniband device * @v qp Queue pair - * @v av Address vector + * @v av Address vector, or NULL * @v iobuf I/O buffer * @v rc Completion status code */ |