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 384B

1234567891011121314151617181920
  1. #ifndef _GPXE_IB_CMRC_H
  2. #define _GPXE_IB_CMRC_H
  3. /** @file
  4. *
  5. * Infiniband Communication-managed Reliable Connections
  6. *
  7. */
  8. FILE_LICENCE ( BSD2 );
  9. #include <gpxe/infiniband.h>
  10. #include <gpxe/xfer.h>
  11. extern int ib_cmrc_open ( struct xfer_interface *xfer,
  12. struct ib_device *ibdev,
  13. struct ib_gid *dgid,
  14. struct ib_gid_half *service_id );
  15. #endif /* _GPXE_IB_CMRC_H */