summaryrefslogtreecommitdiffstats
path: root/include/linux/mlx4/device.h
diff options
context:
space:
mode:
authorJason Gunthorpe <jgg@mellanox.com>2018-03-13 16:26:46 -0600
committerJason Gunthorpe <jgg@mellanox.com>2018-03-15 15:58:03 -0600
commit48962f5c6fffcb676dd6ebd70f7869cfc6cc8356 (patch)
treebe6a998f00c595dff15cc037f47ffb5e7c8264e6 /include/linux/mlx4/device.h
parent0c43ab371bcb07d9ed9c95ea116e6d1d703b56ca (diff)
downloadlinux-0-day-48962f5c6fffcb676dd6ebd70f7869cfc6cc8356.tar.gz
linux-0-day-48962f5c6fffcb676dd6ebd70f7869cfc6cc8356.tar.xz
RDMA/mlx4: Move flag constants to uapi header
MLX4_USER_DEV_CAP_LARGE_CQE (via mlx4_ib_alloc_ucontext_resp.dev_caps) and MLX4_IB_QUERY_DEV_RESP_MASK_CORE_CLOCK_OFFSET (via mlx4_uverbs_ex_query_device_resp.comp_mask) are copied directly to userspace and form part of the uAPI. Move them to the uapi header where they belong. Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'include/linux/mlx4/device.h')
-rw-r--r--include/linux/mlx4/device.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/mlx4/device.h b/include/linux/mlx4/device.h
index a9b5fed8f7c60..81d0799b60916 100644
--- a/include/linux/mlx4/device.h
+++ b/include/linux/mlx4/device.h
@@ -257,10 +257,6 @@ enum {
};
enum {
- MLX4_USER_DEV_CAP_LARGE_CQE = 1L << 0
-};
-
-enum {
MLX4_FUNC_CAP_64B_EQE_CQE = 1L << 0,
MLX4_FUNC_CAP_EQE_CQE_STRIDE = 1L << 1,
MLX4_FUNC_CAP_DMFS_A0_STATIC = 1L << 2