summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hns/hns_roce_device.h
diff options
context:
space:
mode:
authoroulijun <oulijun@huawei.com>2018-01-03 10:44:05 +0800
committerJason Gunthorpe <jgg@mellanox.com>2018-01-03 13:58:58 -0700
commitace1c5416b37bc9d925f91ee163c47fa6aa16781 (patch)
tree64c5cbf06f2c9446b607805764aae6067ec411a9 /drivers/infiniband/hw/hns/hns_roce_device.h
parent4f3f7a704b3bff9e4eb322ab3c989b505f7562eb (diff)
RDMA/hns: Set access flags of hip08 RoCE
This patch refactors the code of setting access flags for RDMA operation as well as adds the scene when attr->max_dest_rd_atomic is zero. Signed-off-by: Lijun Ou <oulijun@huawei.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'drivers/infiniband/hw/hns/hns_roce_device.h')
-rw-r--r--drivers/infiniband/hw/hns/hns_roce_device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/hns/hns_roce_device.h b/drivers/infiniband/hw/hns/hns_roce_device.h
index 8d123d3ee1ff..4afa070b20fd 100644
--- a/drivers/infiniband/hw/hns/hns_roce_device.h
+++ b/drivers/infiniband/hw/hns/hns_roce_device.h
@@ -483,6 +483,7 @@ struct hns_roce_qp {
u8 resp_depth;
u8 state;
u32 access_flags;
+ u32 atomic_rd_en;
u32 pkey_index;
void (*event)(struct hns_roce_qp *,
enum hns_roce_event);