http://git.etherboot.org
/
people
/
peper
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[infiniband] Change IB_{QPN,QKEY,QPT} names from {SMA,GMA} to {SMI,GSI}
[people/peper/gpxe.git]
/
src
/
include
/
gpxe
/
infiniband.h
diff --git
a/src/include/gpxe/infiniband.h
b/src/include/gpxe/infiniband.h
index
b6139dd
..
2581b17
100644
(file)
--- a/
src/include/gpxe/infiniband.h
+++ b/
src/include/gpxe/infiniband.h
@@
-15,17
+15,17
@@
FILE_LICENCE ( GPL2_OR_LATER );
#include <gpxe/ib_packet.h>
#include <gpxe/ib_mad.h>
#include <gpxe/ib_packet.h>
#include <gpxe/ib_mad.h>
-/** Subnet management QPN */
-#define IB_QPN_SM
A
0
+/** Subnet management
interface
QPN */
+#define IB_QPN_SM
I
0
-/** Subnet management queue key */
-#define IB_QKEY_SM
A
0
+/** Subnet management
interface
queue key */
+#define IB_QKEY_SM
I
0
-/** General
management
QPN */
-#define IB_QPN_G
MA
1
+/** General
service interface
QPN */
+#define IB_QPN_G
SI
1
-/** General
management
queue key */
-#define IB_QKEY_G
MA
0x80010000UL
+/** General
service interface
queue key */
+#define IB_QKEY_G
SI
0x80010000UL
/** Broadcast QPN */
#define IB_QPN_BROADCAST 0xffffffUL
/** Broadcast QPN */
#define IB_QPN_BROADCAST 0xffffffUL
@@
-124,8
+124,8
@@
struct ib_multicast_gid {
/** An Infiniband queue pair type */
enum ib_queue_pair_type {
/** An Infiniband queue pair type */
enum ib_queue_pair_type {
- IB_QPT_SM
A
,
- IB_QPT_G
MA
,
+ IB_QPT_SM
I
,
+ IB_QPT_G
SI
,
IB_QPT_UD,
IB_QPT_RC,
};
IB_QPT_UD,
IB_QPT_RC,
};