mirror of
https://github.com/ipxe/ipxe.git
synced 2026-05-12 07:46:18 +02:00
[infiniband] Fix TID magic signature
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
parent
50da1122e6
commit
e6519af60d
@ -55,7 +55,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#define IB_MI_NUM_CQES 8
|
||||
|
||||
/** 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 */
|
||||
static unsigned int next_tid;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user