aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDotan Barak <dotanb@dev.mellanox.co.il>2012-09-20 20:31:06 +0000
committerRoland Dreier <roland@purestorage.com>2013-04-03 11:21:48 -0700
commitf1457e788c23f31e5aa78cbc002fd31baf61f6b4 (patch)
tree1f28536097b040c160f8beac76faadaefcd55ceb
parentef656a513d0667d5c0ecd86a555353442ba5751e (diff)
downloadlibmlx4-f1457e788c23f31e5aa78cbc002fd31baf61f6b4.tar.gz
Change enumeration names for masked atomic opcodes
Change the enumeration names of the masked atomic opcodes to be consistent with the ones used by the mlx4 kernel driver. Signed-off-by: Dotan Barak <dotanb@dev.mellanox.co.il> Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com> Signed-off-by: Roland Dreier <roland@purestorage.com>
-rw-r--r--src/mlx4.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mlx4.h b/src/mlx4.h
index 218a3f1..a4e9b32 100644
--- a/src/mlx4.h
+++ b/src/mlx4.h
@@ -110,8 +110,8 @@ enum {
MLX4_OPCODE_RDMA_READ = 0x10,
MLX4_OPCODE_ATOMIC_CS = 0x11,
MLX4_OPCODE_ATOMIC_FA = 0x12,
- MLX4_OPCODE_ATOMIC_MASK_CS = 0x14,
- MLX4_OPCODE_ATOMIC_MASK_FA = 0x15,
+ MLX4_OPCODE_MASKED_ATOMIC_CS = 0x14,
+ MLX4_OPCODE_MASKED_ATOMIC_FA = 0x15,
MLX4_OPCODE_BIND_MW = 0x18,
MLX4_OPCODE_FMR = 0x19,
MLX4_OPCODE_LOCAL_INVAL = 0x1b,