summaryrefslogtreecommitdiffstats
path: root/include/linux/mlx5
diff options
context:
space:
mode:
authorLeon Romanovsky2018-11-28 19:53:34 +0100
committerLeon Romanovsky2018-12-04 08:14:15 +0100
commit5b5f0f16276021794038f12adc56df70cec42b4f (patch)
tree5f8bfe17c949ec180ea20b270bb3b8a5f5e13e8f /include/linux/mlx5
parentnet/mlx5: Align SRQ licenses and copyright information (diff)
downloadkernel-qcow2-linux-5b5f0f16276021794038f12adc56df70cec42b4f.tar.gz
kernel-qcow2-linux-5b5f0f16276021794038f12adc56df70cec42b4f.tar.xz
kernel-qcow2-linux-5b5f0f16276021794038f12adc56df70cec42b4f.zip
net/mlx5: Remove dead transobj code
Delete functions which are not called and not needed. Reviewed-by: Mark Bloch <markb@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Diffstat (limited to 'include/linux/mlx5')
-rw-r--r--include/linux/mlx5/transobj.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/linux/mlx5/transobj.h b/include/linux/mlx5/transobj.h
index 7f5ca2cd3a32..39ebb699875b 100644
--- a/include/linux/mlx5/transobj.h
+++ b/include/linux/mlx5/transobj.h
@@ -63,11 +63,6 @@ int mlx5_core_create_rmp(struct mlx5_core_dev *dev, u32 *in, int inlen,
int mlx5_core_modify_rmp(struct mlx5_core_dev *dev, u32 *in, int inlen);
int mlx5_core_destroy_rmp(struct mlx5_core_dev *dev, u32 rmpn);
int mlx5_core_query_rmp(struct mlx5_core_dev *dev, u32 rmpn, u32 *out);
-int mlx5_core_arm_rmp(struct mlx5_core_dev *dev, u32 rmpn, u16 lwm);
-int mlx5_core_create_xsrq(struct mlx5_core_dev *dev, u32 *in, int inlen,
- u32 *rmpn);
-int mlx5_core_destroy_xsrq(struct mlx5_core_dev *dev, u32 rmpn);
-int mlx5_core_arm_xsrq(struct mlx5_core_dev *dev, u32 rmpn, u16 lwm);
int mlx5_core_create_rqt(struct mlx5_core_dev *dev, u32 *in, int inlen,
u32 *rqtn);