diff options
author | Wei Hu(Xavier) <xavier.huwei@huawei.com> | 2018-05-28 19:39:24 +0800 |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2018-05-30 20:45:02 -0400 |
commit | cb7a94c9c808d291d813f90bdb53e2005324a332 (patch) | |
tree | 3825e61aebb3ce66bccbd0660b6ff97c54c01eb2 /drivers/infiniband/hw/hns/hns_roce_device.h | |
parent | f3ca0ab114e0de3bbad4c4a537d32fb57aa42f81 (diff) |
RDMA/hns: Add reset process for RoCE in hip08
This patch added reset process for RoCE in hip08.
Signed-off-by: Wei Hu (Xavier) <xavier.huwei@huawei.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/hw/hns/hns_roce_device.h')
-rw-r--r-- | drivers/infiniband/hw/hns/hns_roce_device.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/hns/hns_roce_device.h b/drivers/infiniband/hw/hns/hns_roce_device.h index 412297d4b86c..da8512b40252 100644 --- a/drivers/infiniband/hw/hns/hns_roce_device.h +++ b/drivers/infiniband/hw/hns/hns_roce_device.h @@ -774,6 +774,8 @@ struct hns_roce_dev { const char *irq_names[HNS_ROCE_MAX_IRQ_NUM]; spinlock_t sm_lock; spinlock_t bt_cmd_lock; + bool active; + bool is_reset; struct hns_roce_ib_iboe iboe; struct list_head pgdir_list; |