mirror of
https://github.com/ipxe/ipxe.git
synced 2026-05-08 13:56:28 +02: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:
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_ */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user