00001 #ifndef _GPXE_IB_CMRC_H 00002 #define _GPXE_IB_CMRC_H 00003 00004 /** @file 00005 * 00006 * Infiniband Communication-managed Reliable Connections 00007 * 00008 */ 00009 00010 FILE_LICENCE ( BSD2 ); 00011 00012 #include <gpxe/infiniband.h> 00013 #include <gpxe/xfer.h> 00014 00015 extern int ib_cmrc_open ( struct xfer_interface *xfer, 00016 struct ib_device *ibdev, 00017 struct ib_gid *dgid, 00018 struct ib_gid_half *service_id ); 00019 00020 #endif /* _GPXE_IB_CMRC_H */
1.5.7.1