RDMA/hns: Refactor reset state checking flow
The 'HNS_ROCE_OPC_QUERY_MB_ST' command will response the mailbox complete status and hardware busy flag, and the complete status is only valid when the busy flag is 0, so it's better to query these two fields at a time rather than separately. Link: https://lore.kernel.org/r/1616815294-13434-4-git-send-email-liweihang@huawei.com Signed-off-by:Xi Wang <wangxi11@huawei.com> Signed-off-by:
Weihang Li <liweihang@huawei.com> Signed-off-by:
Jason Gunthorpe <jgg@nvidia.com>
Showing
- drivers/infiniband/hw/hns/hns_roce_cmd.c 11 additions, 24 deletionsdrivers/infiniband/hw/hns/hns_roce_cmd.c
- drivers/infiniband/hw/hns/hns_roce_device.h 3 additions, 8 deletionsdrivers/infiniband/hw/hns/hns_roce_device.h
- drivers/infiniband/hw/hns/hns_roce_hw_v1.c 1 addition, 1 deletiondrivers/infiniband/hw/hns/hns_roce_hw_v1.c
- drivers/infiniband/hw/hns/hns_roce_hw_v2.c 198 additions, 162 deletionsdrivers/infiniband/hw/hns/hns_roce_hw_v2.c
- drivers/infiniband/hw/hns/hns_roce_hw_v2.h 7 additions, 5 deletionsdrivers/infiniband/hw/hns/hns_roce_hw_v2.h
Loading
Please register or sign in to comment