aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorGal Pressman <pressmangal@gmail.com>2018-11-07 20:31:36 +0200
committerSaeed Mahameed <saeedm@mellanox.com>2018-12-04 18:20:00 -0800
commit305438310938e9163f9366aa261336f93d2622f6 (patch)
tree2da5e6cd569d89be5de5948ab8a5dd22d7415457 /drivers/net
parentnet/mlx5e: Remove trailing space of tx_pause ethtool counter name (diff)
downloadlinux-dev-305438310938e9163f9366aa261336f93d2622f6.tar.xz
linux-dev-305438310938e9163f9366aa261336f93d2622f6.zip
net/mlx5e: Cleanup unused defines
Remove couple of defines that are no longer used. Signed-off-by: Gal Pressman <pressmangal@gmail.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/ethernet/mellanox/mlx5/core/en.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en.h b/drivers/net/ethernet/mellanox/mlx5/core/en.h
index 118324802926..2af43465ba2c 100644
--- a/drivers/net/ethernet/mellanox/mlx5/core/en.h
+++ b/drivers/net/ethernet/mellanox/mlx5/core/en.h
@@ -147,9 +147,6 @@ struct page_pool;
MLX5_UMR_MTT_ALIGNMENT))
#define MLX5E_UMR_WQEBBS \
(DIV_ROUND_UP(MLX5E_UMR_WQE_INLINE_SZ, MLX5_SEND_WQE_BB))
-#define MLX5E_ICOSQ_MAX_WQEBBS MLX5E_UMR_WQEBBS
-
-#define MLX5E_NUM_MAIN_GROUPS 9
#define MLX5E_MSG_LEVEL NETIF_MSG_LINK