diff options
author | Roland Dreier <roland@topspin.com> | 2005-04-16 18:26:34 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:26:34 -0400 |
commit | 08aeb14e5f6c28878266b01c87cc5ce31101afa8 (patch) | |
tree | 830f591f6931ceb411f0ae97196f113db2cd766b /drivers/infiniband/hw/mthca/mthca_dev.h | |
parent | ddf841f052fa218547c86169d1074968eca8c503 (diff) |
[PATCH] IB/mthca: map context for RDMA responder in mem-free mode
Fix RDMA in mem-free mode: we need to make sure that the RDMA context memory
is mapped for the HCA.
Signed-off-by: Roland Dreier <roland@topspin.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/infiniband/hw/mthca/mthca_dev.h')
-rw-r--r-- | drivers/infiniband/hw/mthca/mthca_dev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/mthca/mthca_dev.h b/drivers/infiniband/hw/mthca/mthca_dev.h index 616a0de54b40..d014b443dc3c 100644 --- a/drivers/infiniband/hw/mthca/mthca_dev.h +++ b/drivers/infiniband/hw/mthca/mthca_dev.h | |||
@@ -222,6 +222,7 @@ struct mthca_qp_table { | |||
222 | struct mthca_array qp; | 222 | struct mthca_array qp; |
223 | struct mthca_icm_table *qp_table; | 223 | struct mthca_icm_table *qp_table; |
224 | struct mthca_icm_table *eqp_table; | 224 | struct mthca_icm_table *eqp_table; |
225 | struct mthca_icm_table *rdb_table; | ||
225 | }; | 226 | }; |
226 | 227 | ||
227 | struct mthca_av_table { | 228 | struct mthca_av_table { |