mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 20:40:25 +03:00
[infiniband] Fix TID magic signature
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user