summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/isert/ib_isert.h
diff options
context:
space:
mode:
authorSagi Grimberg <sagig@mellanox.com>2014-01-09 18:40:49 +0200
committerNicholas Bellinger <nab@linux-iscsi.org>2014-01-19 02:22:07 +0000
commiteb6ab13267be87dcad3e611500b7cb404ed4479c (patch)
treeae774616fe515a28b181713959e820616bd45aaf /drivers/infiniband/ulp/isert/ib_isert.h
parent59dedde2b67130bf81a2df55df464909c7459df5 (diff)
downloadop-kernel-dev-eb6ab13267be87dcad3e611500b7cb404ed4479c.zip
op-kernel-dev-eb6ab13267be87dcad3e611500b7cb404ed4479c.tar.gz
IB/isert: seperate connection protection domains and dma MRs
It is more correct to seperate connections protection domains and dma_mr handles. protection information support requires to do so. Signed-off-by: Sagi Grimberg <sagig@mellanox.com> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/infiniband/ulp/isert/ib_isert.h')
-rw-r--r--drivers/infiniband/ulp/isert/ib_isert.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/infiniband/ulp/isert/ib_isert.h b/drivers/infiniband/ulp/isert/ib_isert.h
index 691f90f..dec74d4 100644
--- a/drivers/infiniband/ulp/isert/ib_isert.h
+++ b/drivers/infiniband/ulp/isert/ib_isert.h
@@ -144,8 +144,6 @@ struct isert_device {
int refcount;
int cq_active_qps[ISERT_MAX_CQ];
struct ib_device *ib_device;
- struct ib_pd *dev_pd;
- struct ib_mr *dev_mr;
struct ib_cq *dev_rx_cq[ISERT_MAX_CQ];
struct ib_cq *dev_tx_cq[ISERT_MAX_CQ];
struct isert_cq_desc *cq_desc;
OpenPOWER on IntegriCloud