aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/hns/hns_roce_cq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-16RDMA/hns: Add mutex_destroy()wenglianfa1-0/+1
2024-04-16RDMA/hns: Fix UAF for cq async eventChengchang Tang1-11/+13
2024-01-25RDMA/hns: Refactor mtr findChengchang Tang1-6/+5
2023-11-19RDMA/hns: Support SW stats with debugfsJunxian Huang1-6/+11
2022-09-27RDMA/hns: Unified Log Printing StyleGuofeng Yue1-3/+3
2022-03-04RDMA/hns: Refactor the alloc_cqc()Wenpeng Liang1-28/+37
2022-03-04RDMA/hns: Remove similar code that configures the hardware contextsChengchang Tang1-4/+4
2022-03-04RDMA/hns: Refactor mailbox functionsChengchang Tang1-5/+4
2022-03-04RDMA/hns: Remove fixed parameter “timeout” in the mailboxChengchang Tang1-3/+2
2022-03-04RDMA/hns: Remove the unused parameter "op_modifier" in mailboxChengchang Tang1-2/+2
2022-01-05RDMA/hns: Remove support for HIP06Chengchang Tang1-13/+0
2021-09-27RDMA/hns: Add the check of the CQE size of the user spaceWenpeng Liang1-9/+22
2021-06-08RDMA/hns: Use refcount_t instead of atomic_t for CQ reference countingWeihang Li1-4/+4
2021-05-28RDMA/hns: Optimize the base address table config for MTRXi Wang1-2/+2
2021-05-20RDMA/hns: Remove unused parameter udataLang Cheng1-2/+1
2021-04-01RDMA/hns: Reorganize doorbell update interfaces for all queuesYixian Liu1-2/+2
2021-04-01RDMA/hns: Support configuring doorbell mode of RQ and CQYixian Liu1-1/+1
2021-04-01RDMA/hns: Reorganize hns_roce_create_cq()Yixing Liu1-28/+58
2021-01-28RDMA/hns: Refactor the MTR creation flowXi Wang1-1/+0
2021-01-18RDMA/hns: Create CQ with selected CQN for bank load balanceYangyang Li1-18/+97
2020-12-11RDMA/hns: Fix inaccurate printsYixing Liu1-17/+18
2020-12-11RDMA/hns: Fix coding style issuesLang Cheng1-1/+1
2020-12-11RDMA/hns: Limit the length of data copied between kernel and userspaceWenpeng Liang1-2/+3
2020-12-07RDMA/hns: Move capability flags of QP and CQ to hns-abi.hWeihang Li1-1/+0
2020-10-26RDMA: Check flags during create_cqJason Gunthorpe1-0/+3
2020-09-24RDMA/hns: Correct typo of hns_roce_create_cq()Lang Cheng1-1/+1
2020-09-24RDMA/hns: Add support for CQE in size of 64 BytesWenpeng Liang1-2/+20
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky1-1/+2
2020-05-25RDMA/hns: Add CQ flag instead of independent enable flagLang Cheng1-5/+5
2020-05-19RDMA/hns: Rename macro for defining hns hardware page sizeXi Wang1-2/+2
2020-04-22RDMA/hns: Support 0 hop addressing for CQE bufferXi Wang1-240/+111
2020-04-22RDMA/hns: Optimize hns buffer allocation flowXi Wang1-9/+9
2020-03-13RDMA/hns: Fix wrong judgments of udata->outlenWeihang Li1-4/+4
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