mirror of https://github.com/ipxe/ipxe.git
[infiniband] Fix TID magic signature
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/1/head
parent
50da1122e6
commit
e6519af60d
|
@ -55,7 +55,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||||
#define IB_MI_NUM_CQES 8
|
#define IB_MI_NUM_CQES 8
|
||||||
|
|
||||||
/** TID magic signature */
|
/** TID magic signature */
|
||||||
#define IB_MI_TID_MAGIC ( ( 'g' << 24 ) | ( 'P' << 16 ) | ( 'X' << 8 ) | 'E' )
|
#define IB_MI_TID_MAGIC ( ( 'i' << 24 ) | ( 'P' << 16 ) | ( 'X' << 8 ) | 'E' )
|
||||||
|
|
||||||
/** TID to use for next MAD */
|
/** TID to use for next MAD */
|
||||||
static unsigned int next_tid;
|
static unsigned int next_tid;
|
||||||
|
|
Loading…
Reference in New Issue