aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Iversen <ci@iversenit.dk>2020-05-04 21:45:29 +0200
committerMichael Brown <mcb30@ipxe.org>2021-01-28 17:19:22 +0000
commit0e788c8edabc0a6a31db180bfad7308804b2d731 (patch)
treecdcb18b842e35d2e01d2968c83230f4756b48f24
parent36a892a7c719aed3fd00fc838140b8d24bbb708a (diff)
downloadipxe-0e788c8edabc0a6a31db180bfad7308804b2d731.zip
ipxe-0e788c8edabc0a6a31db180bfad7308804b2d731.tar.gz
ipxe-0e788c8edabc0a6a31db180bfad7308804b2d731.tar.bz2
[golan] Backport typo fix in nodnic_prm.h: s/HERMON/NODNIC/
Signed-off-by: Christian Iversen <ci@iversenit.dk>
-rw-r--r--src/drivers/infiniband/nodnic_prm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/infiniband/nodnic_prm.h b/src/drivers/infiniband/nodnic_prm.h
index 5e0fa98..a962c82 100644
--- a/src/drivers/infiniband/nodnic_prm.h
+++ b/src/drivers/infiniband/nodnic_prm.h
@@ -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_ */