mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 02:50:25 +03:00
[infiniband] Return status code from ib_create_mi()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -127,8 +127,9 @@ ib_create_madx ( struct ib_device *ibdev, struct ib_mad_interface *mi,
|
||||
extern void ib_destroy_madx ( struct ib_device *ibdev,
|
||||
struct ib_mad_interface *mi,
|
||||
struct ib_mad_transaction *madx );
|
||||
extern struct ib_mad_interface * ib_create_mi ( struct ib_device *ibdev,
|
||||
enum ib_queue_pair_type type );
|
||||
extern int ib_create_mi ( struct ib_device *ibdev,
|
||||
enum ib_queue_pair_type type,
|
||||
struct ib_mad_interface **new_mi );
|
||||
extern void ib_destroy_mi ( struct ib_device *ibdev,
|
||||
struct ib_mad_interface *mi );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user