[infiniband] Assign names to CMRC connections

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2016-03-08 15:34:25 +00:00
parent d3db00ecf9
commit 174bf6b569
3 changed files with 53 additions and 40 deletions

View File

@@ -12,9 +12,8 @@ FILE_LICENCE ( BSD2 );
#include <ipxe/infiniband.h>
#include <ipxe/xfer.h>
extern int ib_cmrc_open ( struct interface *xfer,
struct ib_device *ibdev,
union ib_gid *dgid,
union ib_guid *service_id );
extern int ib_cmrc_open ( struct interface *xfer, struct ib_device *ibdev,
union ib_gid *dgid, union ib_guid *service_id,
const char *name );
#endif /* _IPXE_IB_CMRC_H */