aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/qib/qib_verbs.h
diff options
context:
space:
mode:
authorHarish Chegondi <harish.chegondi@intel.com>2016-02-03 14:20:35 -0800
committerDoug Ledford <dledford@redhat.com>2016-03-10 20:37:34 -0500
commit8e4c066634aa35e7da08981439f4f1b6693fd9fb (patch)
treec73bb6543472be45412f903583080468820a5ebf /drivers/infiniband/hw/qib/qib_verbs.h
parentIB/qib: Remove modify queue pair code (diff)
downloadlinux-dev-8e4c066634aa35e7da08981439f4f1b6693fd9fb.tar.xz
linux-dev-8e4c066634aa35e7da08981439f4f1b6693fd9fb.zip
IB/qib: Remove destroy queue pair code
Destroy QP functionality in rdmavt will be used instead. Remove the remove_qp function being called exclusively by destroy qp code. Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Harish Chegondi <harish.chegondi@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/qib/qib_verbs.h')
-rw-r--r--drivers/infiniband/hw/qib/qib_verbs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/infiniband/hw/qib/qib_verbs.h b/drivers/infiniband/hw/qib/qib_verbs.h
index 0487d62b9cdd..e12bb9dc376d 100644
--- a/drivers/infiniband/hw/qib/qib_verbs.h
+++ b/drivers/infiniband/hw/qib/qib_verbs.h
@@ -346,8 +346,6 @@ int qib_get_counters(struct qib_pportdata *ppd,
__be32 qib_compute_aeth(struct rvt_qp *qp);
-int qib_destroy_qp(struct ib_qp *ibqp);
-
/*
* Functions provided by qib driver for rdmavt to use
*/