aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_cq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-21Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe1-1/+1
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua1-1/+1
2020-01-10RDMA/hns: Add support for reporting wc as software modeXi Wang1-0/+2
2019-11-25RDMA/hns: Delete unnecessary callback functions for cqYixian Liu1-55/+36
2019-11-25RDMA/hns: Rename the functions used inside creating cqYixian Liu1-43/+23
2019-11-25RDMA/hns: Redefine the member of hns_roce_cq structYixian Liu1-42/+31
2019-11-25RDMA/hns: Redefine interfaces used in creating cqYixian Liu1-42/+41
2019-11-17IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig1-1/+1
2019-11-08RDMA/hns: Modify appropriate printingsWenpeng Liang1-8/+12
2019-11-08RDMA/hns: Fix non-standard error codesYixian Liu1-2/+2
2019-11-08RDMA/hns: Replace not intuitive function/macro namesYixing Liu1-11/+12
2019-11-08RDMA/hns: Delete unnecessary uar from hns_roce_cqYixian Liu1-3/+1
2019-08-05RDMA/hns: Remove not used UAR assignmentLeon Romanovsky1-13/+5
2019-07-25RDMA/hns: Package the flow of creating cqLijun Ou1-62/+124
2019-06-25RDMA/hns: Cleanup unnecessary exported symbolsLijun Ou1-5/+0
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky1-5/+3
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky1-15/+8
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky1-26/+22
2019-05-21RDMA/umem: Move page_shift from ib_umem to ib_odp_umemJason Gunthorpe1-2/+1
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch1-12/+11
2019-04-01IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch1-2/+6
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-2/+2
2019-03-29RDMA/hns: Convert cq_table to XArrayMatthew Wilcox1-22/+11
2019-01-10IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udataJason Gunthorpe1-4/+5
2018-05-23RDMA/hns: Bugfix for cq record db for kerneloulijun1-0/+1
2018-03-22RDMA/hns: Fix cq record doorbell enable in kernelYixian Liu1-21/+17
2018-03-15RDMA/hns: Fix cqn type and init respYixian Liu1-8/+7
2018-03-13RDMA/hns: Support cq record doorbell for kernel spaceYixian Liu1-1/+16
2018-03-13RDMA/hns: Support cq record doorbell for the user spaceYixian Liu1-6/+36
2017-12-22RDMA/hns: Refactor eq code for hip06Yixian Liu1-9/+10
2017-11-10RDMA/hns: Modify the usage of cmd_sn in hip08oulijun1-0/+2
2017-10-25RDMA/hns: Support WQE/CQE/PBL page size configurable feature in hip08Wei Hu(Xavier)1-3/+18
2017-09-27RDMA/hns: Add support for processing send wr and receive wrWei Hu(Xavier)1-2/+2
2017-09-27RDMA/hns: Add CQ operations support for hip08 RoCE driverWei Hu(Xavier)1-14/+14
2017-09-27RDMA/hns: Split CQE from MTT in hip08Shaobo Xu1-1/+14
2017-09-27RDMA/hns: Update the interfaces for MTT/CQE multi hop addressing in hip08Shaobo Xu1-5/+7
2017-09-27RDMA/hns: Modify assignment device variable to support both PCI device and platform deviceWei Hu(Xavier)1-6/+6
2017-09-27RDMA/hns: Split hw v1 driver from hns roce driverWei Hu(Xavier)1-0/+3
2017-04-25IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov1-2/+1
2016-12-03IB/hns: Move HNS RoCE user vendor structuresLeon Romanovsky1-1/+1
2016-12-03IB/hns: Fix the bug when free cqShaobo Xu1-11/+16
2016-12-03IB/hns: Change qpn allocation to round-robin mode.Wei Hu (Xavier)1-2/+2
2016-12-03IB/hns: Modify the macro for the timeout when cmd processWei Hu (Xavier)1-2/+2
2016-12-03IB/hns: Add code for refreshing CQ CI using TPTRWei Hu (Xavier)1-0/+9
2016-10-03IB/hns: Cq has not been freedLijun Ou1-1/+4
2016-10-03IB/hns: Fix bug of using uninit refcount and freeLijun Ou1-0/+8
2016-10-03IB/hns: Remove parameters of resize cqLijun Ou1-3/+0
2016-10-03IB/hns: Remove unused parameters in some functionsLijun Ou1-4/+3
2016-08-22IB/hns: Add driver files for hns RoCE driveroulijun1-0/+446