aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma/rdma_vt.h
diff options
context:
space:
mode:
authorDennis Dalessandro <dennis.dalessandro@intel.com>2016-02-14 12:10:55 -0800
committerDoug Ledford <dledford@redhat.com>2016-03-10 20:38:09 -0500
commit4eadd8ff21bffcaf3338267dcca571accc612c8e (patch)
treea4cfb3eea3cd84ee387d56d9cdb41cc539549c87 /include/rdma/rdma_vt.h
parentIB/qib: Setup notify free/create mad agent callbacks for rdmavt (diff)
downloadlinux-dev-4eadd8ff21bffcaf3338267dcca571accc612c8e.tar.xz
linux-dev-4eadd8ff21bffcaf3338267dcca571accc612c8e.zip
IB/qib,rdmavt: Move smi_ah to qib
Rdmavt adopted an smi_ah from qib which is not needed by hfi1. Move this back to qib and get it out of the common library. Reviewed-by: Ira Weiny <ira.weiny@intel.com> Reviewed-by: Jubin John <jubin.john@intel.com> Signed-off-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/rdma/rdma_vt.h')
-rw-r--r--include/rdma/rdma_vt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rdma/rdma_vt.h b/include/rdma/rdma_vt.h
index ec658d8bf34e..2c3a04c630fd 100644
--- a/include/rdma/rdma_vt.h
+++ b/include/rdma/rdma_vt.h
@@ -137,7 +137,6 @@ struct rvt_ibport {
u16 *pkey_table;
struct rvt_ah *sm_ah;
- struct rvt_ah *smi_ah;
};
#define RVT_CQN_MAX 16 /* maximum length of cq name */