]> git.baikalelectronics.ru Git - kernel.git/commit
RDMA/hns: Remove unnecessary structure hns_roce_sqp
authorLang Cheng <chenglang@huawei.com>
Tue, 5 Nov 2019 11:07:55 +0000 (19:07 +0800)
committerJason Gunthorpe <jgg@mellanox.com>
Fri, 8 Nov 2019 20:37:53 +0000 (16:37 -0400)
commit8ae42fb1361b2eec6d976988fee162d32dd5434f
tree873e4805501e95fd235858858793b1b1aab6456e
parent8d84ecafc0a0704f67d24282854007079c258289
RDMA/hns: Remove unnecessary structure hns_roce_sqp

Special QP have no differences with normal qp in data structure, so
definition of struct hns_roce_sqp should be removed and replaced by struct
hns_roce_qp.

Link: https://lore.kernel.org/r/1572952082-6681-3-git-send-email-liweihang@hisilicon.com
Signed-off-by: Lang Cheng <chenglang@huawei.com>
Signed-off-by: Weihang Li <liweihang@hisilicon.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/hns/hns_roce_device.h
drivers/infiniband/hw/hns/hns_roce_hw_v1.c
drivers/infiniband/hw/hns/hns_roce_hw_v2.c
drivers/infiniband/hw/hns/hns_roce_qp.c