You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ib_cmrc.h 386B

12345678910111213141516171819
  1. #ifndef _IPXE_IB_CMRC_H
  2. #define _IPXE_IB_CMRC_H
  3. /** @file
  4. *
  5. * Infiniband Communication-managed Reliable Connections
  6. *
  7. */
  8. FILE_LICENCE ( BSD2 );
  9. #include <ipxe/infiniband.h>
  10. #include <ipxe/xfer.h>
  11. extern int ib_cmrc_open ( struct interface *xfer, struct ib_device *ibdev,
  12. union ib_gid *dgid, union ib_guid *service_id,
  13. const char *name );
  14. #endif /* _IPXE_IB_CMRC_H */