linux/drivers/infiniband/hw/hns
Yixian Liu 18a96d25ce RDMA/hns: Redefine the member of hns_roce_cq struct
There is no need to package buf and mtt into hns_roce_cq_buf, which will
make code more complex, just delete this struct and move buf and mtt into
hns_roce_cq. Furthermore, we add size member for hns_roce_buf to avoid
repeatly calculating where needed it.

Link: https://lore.kernel.org/r/1574044493-46984-3-git-send-email-liweihang@hisilicon.com
Signed-off-by: Yixian Liu <liuyixian@huawei.com>
Signed-off-by: Weihang Li <liweihang@hisilicon.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
2019-11-25 10:31:48 -04:00
..
hns_roce_ah.c RDMA/hns: Modify variable/field name from vlan to vlan_id 2019-10-21 15:29:38 -04:00
hns_roce_alloc.c RDMA/hns: Fix non-standard error codes 2019-11-08 16:37:54 -04:00
hns_roce_cmd.c RDMA/hns: Optimize cmd init and mode selection for hip08 2019-09-16 10:52:20 -03:00
hns_roce_cmd.h RDMA/hns: Replace not intuitive function/macro names 2019-11-08 16:37:54 -04:00
hns_roce_common.h RDMA/hns: Remove asynchronic QP destroy 2019-04-24 10:55:31 -03:00
hns_roce_cq.c RDMA/hns: Redefine the member of hns_roce_cq struct 2019-11-25 10:31:48 -04:00
hns_roce_db.c IB/umem: remove the dmasync argument to ib_umem_get 2019-11-17 10:37:00 -04:00
hns_roce_device.h RDMA/hns: Redefine the member of hns_roce_cq struct 2019-11-25 10:31:48 -04:00
hns_roce_hem.c RDMA/hns: Fix cast from or to restricted __le32 for driver 2019-08-28 11:57:26 -04:00
hns_roce_hem.h RDMA/hns: Update some comments style 2019-08-12 10:45:08 -04:00
hns_roce_hw_v1.c RDMA/hns: Redefine the member of hns_roce_cq struct 2019-11-25 10:31:48 -04:00
hns_roce_hw_v1.h RDMA/hns: Remove asynchronic QP destroy 2019-04-24 10:55:31 -03:00
hns_roce_hw_v2_dfx.c RDMA/hns: Dump detailed driver-specific CQ 2019-04-08 13:05:25 -03:00
hns_roce_hw_v2.c RDMA/hns: Redefine the member of hns_roce_cq struct 2019-11-25 10:31:48 -04:00
hns_roce_hw_v2.h RDMA/hns: Bugfix for qpc/cqc timer configuration 2019-10-28 13:33:06 -03:00
hns_roce_main.c RDMA/hns: Modify appropriate printings 2019-11-08 16:37:55 -04:00
hns_roce_mr.c IB/umem: remove the dmasync argument to ib_umem_get 2019-11-17 10:37:00 -04:00
hns_roce_pd.c RDMA/hns: Fix non-standard error codes 2019-11-08 16:37:54 -04:00
hns_roce_qp.c IB/umem: remove the dmasync argument to ib_umem_get 2019-11-17 10:37:00 -04:00
hns_roce_restrack.c RDMA/hns: Fix memory leak on 'context' on error return path 2019-10-28 13:41:23 -03:00
hns_roce_srq.c IB/umem: remove the dmasync argument to ib_umem_get 2019-11-17 10:37:00 -04:00
Kconfig RDMA/hns: Fix build error again 2019-10-29 16:16:54 -03:00
Makefile RDMA/hns: Fix build error again 2019-10-29 16:16:54 -03:00