mirror of
https://github.com/ipxe/ipxe
synced 2026-02-03 06:34:32 +03:00
[golan] Backport typo fix in nodnic_prm.h: s/HERMON/NODNIC/
Signed-off-by: Christian Iversen <ci@iversenit.dk>
This commit is contained in:
committed by
Michael Brown
parent
36a892a7c7
commit
0e788c8eda
@@ -38,10 +38,10 @@ struct nodnic_wqe_segment_data_ptr_st { /* Little Endian */
|
||||
|
||||
struct MLX_DECLARE_STRUCT ( nodnic_wqe_segment_data_ptr );
|
||||
|
||||
#define HERMON_MAX_SCATTER 1
|
||||
#define NODNIC_MAX_SCATTER 1
|
||||
|
||||
struct nodnic_recv_wqe {
|
||||
struct nodnic_wqe_segment_data_ptr data[HERMON_MAX_SCATTER];
|
||||
struct nodnic_wqe_segment_data_ptr data[NODNIC_MAX_SCATTER];
|
||||
} __attribute__ (( packed ));
|
||||
|
||||
#endif /* SRC_DRIVERS_INFINIBAND_MLX_NODNIC_INCLUDE_PRM_NODNIC_PRM_H_ */
|
||||
|
||||
Reference in New Issue
Block a user