mirror of
https://github.com/ipxe/ipxe
synced 2026-01-12 08:28:37 +03:00
[infiniband] Include destination address vector in ib_complete_recv()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -112,12 +112,14 @@ static int ib_mi_handle ( struct ib_device *ibdev,
|
||||
*
|
||||
* @v ibdev Infiniband device
|
||||
* @v qp Queue pair
|
||||
* @v source Address vector
|
||||
* @v dest Destination address vector
|
||||
* @v source Source address vector
|
||||
* @v iobuf I/O buffer
|
||||
* @v rc Completion status code
|
||||
*/
|
||||
static void ib_mi_complete_recv ( struct ib_device *ibdev,
|
||||
struct ib_queue_pair *qp,
|
||||
struct ib_address_vector *dest __unused,
|
||||
struct ib_address_vector *source,
|
||||
struct io_buffer *iobuf, int rc ) {
|
||||
struct ib_mad_interface *mi = ib_qp_get_ownerdata ( qp );
|
||||
|
||||
Reference in New Issue
Block a user