aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx4/mlx4_ib.h
diff options
context:
space:
mode:
authorSean Hefty <sean.hefty@intel.com>2011-06-02 11:32:15 -0700
committerRoland Dreier <roland@purestorage.com>2011-10-13 09:44:18 -0700
commit0a1405da9952a72dd587829a3321695adde7dca1 (patch)
treeb22e101a1555a65b2f9c75fa1315f51a8c5f5f7e /drivers/infiniband/hw/mlx4/mlx4_ib.h
parentIB/mlx4: Add support for XRC SRQs (diff)
downloadlinux-dev-0a1405da9952a72dd587829a3321695adde7dca1.tar.xz
linux-dev-0a1405da9952a72dd587829a3321695adde7dca1.zip
IB/mlx4: Add support for XRC QPs
Support the creation of XRC INI and TGT QPs. To handle the case where a CQ or PD is not provided, we allocate them internally with the xrcd. Signed-off-by: Sean Hefty <sean.hefty@intel.com> Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'drivers/infiniband/hw/mlx4/mlx4_ib.h')
-rw-r--r--drivers/infiniband/hw/mlx4/mlx4_ib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/mlx4/mlx4_ib.h b/drivers/infiniband/hw/mlx4/mlx4_ib.h
index ce150b0e2cc8..ed80345c99ae 100644
--- a/drivers/infiniband/hw/mlx4/mlx4_ib.h
+++ b/drivers/infiniband/hw/mlx4/mlx4_ib.h
@@ -145,6 +145,7 @@ struct mlx4_ib_qp {
struct mlx4_mtt mtt;
int buf_size;
struct mutex mutex;
+ u16 xrcdn;
u32 flags;
u8 port;
u8 alt_port;