aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma
diff options
context:
space:
mode:
authorMike Marciniszyn <mike.marciniszyn@intel.com>2016-02-04 11:03:36 -0800
committerDoug Ledford <dledford@redhat.com>2016-03-10 20:38:05 -0500
commit066fad289408e7d48ce00b54a292e7a90602cb30 (patch)
treedf9d7696aa015f37777dcb50299be25fbad16cd0 /include/rdma
parentIB/qib: Insure last cursor is updated prior to complete (diff)
downloadlinux-dev-066fad289408e7d48ce00b54a292e7a90602cb30.tar.xz
linux-dev-066fad289408e7d48ce00b54a292e7a90602cb30.zip
IB/rdmavt: remove unused qp field
The field is a vestige from ipath. Reviewed-by: Dennis Dalessandro <dennis.dalessandro@intel.com> Signed-off-by: Mike Marciniszyn <mike.marciniszyn@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'include/rdma')
-rw-r--r--include/rdma/rdmavt_qp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rdma/rdmavt_qp.h b/include/rdma/rdmavt_qp.h
index 91f20fd91e00..aed13e13591c 100644
--- a/include/rdma/rdmavt_qp.h
+++ b/include/rdma/rdmavt_qp.h
@@ -251,7 +251,6 @@ struct rvt_qp {
u32 pmtu; /* decoded from path_mtu */
u32 qkey; /* QKEY for this QP (for UD or RD) */
u32 s_size; /* send work queue size */
- u32 s_rnr_timeout; /* number of milliseconds for RNR timeout */
u32 s_ahgpsn; /* set to the psn in the copy of the header */
u8 state; /* QP state */