[infiniband] Add the notion of an Ethernet queue pair type

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2010-09-19 17:35:53 +01:00
parent 118a0ca55a
commit 26a50c3a11
3 changed files with 9 additions and 1 deletions

View File

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