summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/hns/hns_roce_hw_v2.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-16RDMA/hns: Modify the print level of CQE errorChengchang Tang1-2/+3
2024-04-16RDMA/hns: Add mutex_destroy()wenglianfa1-1/+5
2024-04-16RDMA/hns: Fix GMV table pagesizeChengchang Tang1-1/+1
2024-04-16RDMA/hns: Add max_ah and cq moderation capacities in query_device()Chengchang Tang1-1/+1
2024-04-16RDMA/hns: Remove unused parameters and variablesChengchang Tang1-13/+7
2024-04-16RDMA/hns: Use macro instead of magic numberYangyang Li1-15/+19
2024-04-09RDMA/hns: Support DSCPJunxian Huang1-18/+67
2024-03-07RDMA/hns: Append SCC context to the raw dump of QPCwenglianfa1-0/+25
2024-03-03RDMA/hns: Support userspace configuring congestion control algorithm with QP ...Junxian Huang1-10/+2
2024-02-19RDMA/hns: Fix mis-modifying default congestion control algorithmLuoyouming1-6/+10
2024-01-25RDMA/hns: Simplify 'struct hns_roce_hem' allocationYunsheng Lin1-7/+2
2024-01-25RDMA/hns: Refactor mtr findChengchang Tang1-49/+53
2023-12-12Expose c0 and SW encap ICM for RDMALeon Romanovsky1-4/+9
2023-12-07RDMA/hns: Fix memory leak in free_mr_init()Chengchang Tang1-0/+4
2023-12-07RDMA/hns: Add a max length of gid tableJunxian Huang1-2/+9
2023-12-07RDMA/hns: Rename the interruptsChengchang Tang1-3/+4
2023-11-19RDMA/hns: Support SW stats with debugfsJunxian Huang1-13/+34
2023-11-19RDMA/hns: Add debugfs to hns RoCEJunxian Huang1-0/+2
2023-11-19RDMA/hns: Fix inappropriate err code for unsupported operationsJunxian Huang1-1/+1
2023-11-13RDMA/hns: Fix unnecessary err return when using invalid congest control algor...Junxian Huang1-4/+9
2023-10-19RDMA/hns: The UD mode can only be configured with DCQCNLuoyouming1-0/+3
2023-10-19RDMA/hns: Add check for SLLuoyouming1-10/+13
2023-10-19RDMA/hns: Fix signed-unsigned mixed comparisonsChengchang Tang1-1/+1
2023-10-19RDMA/hns: Fix printing level of asynchronous eventsChengchang Tang1-3/+3
2023-10-02RDMA/hns: Support SRQ record doorbellYangyang Li1-9/+22
2023-09-20RDMA/hns: Support SRQ restrack ops for hns driverwenglianfa1-0/+25
2023-08-19RDMA/hns: Support hns HW statsChengchang Tang1-0/+51
2023-08-07RDMA/hns: Fix inaccurate error label name in init instanceJunxian Huang1-4/+4
2023-08-07RDMA/hns: Fix incorrect post-send with direct wqe of wr-listJunxian Huang1-1/+2
2023-07-24RDMA/hns: Remove VF extend configurationJunxian Huang1-74/+10
2023-07-24RDMA/hns: Support get XRCD number from firmwareLuoyouming1-3/+2
2023-06-27Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe1-8/+17
2023-06-02RDMA/hns: Remove unnecessary QP type checksJunxian Huang1-21/+3
2023-05-17RDMA/hns: Modify the value of long message loopback sliceYangyang Li1-5/+3
2023-05-17RDMA/hns: Fix timeout attr in query qp for HIP08Chengchang Tang1-3/+14
2023-03-14RDMA/hns: Add new command to support query vf capsYixing Liu1-135/+54
2023-01-09RDMA/hns: Support cqe inline in user spaceLuoyouming1-0/+12
2023-01-09RDMA/hns: Add compatibility handling for only support userspace rq inlineLuoyouming1-9/+21
2023-01-09RDMA/hns: Remove rq inline in kernelLuoyouming1-67/+0
2022-12-09Merge tag 'v6.1-rc8' into rdma.git for-nextJason Gunthorpe1-11/+4
2022-12-08RDMA/hns: Fix XRC caps on HIP08Chengchang Tang1-2/+3
2022-12-08RDMA/hns: Fix error code of CMDChengchang Tang1-1/+25
2022-12-08RDMA/hns: Fix page size cap from firmwareChengchang Tang1-0/+3
2022-12-08RDMA/hns: Fix PBL page MTR findChengchang Tang1-1/+2
2022-12-08RDMA/hns: Fix AH attr queried by query_qpChengchang Tang1-0/+2
2022-12-08RDMA/hns: Fix the gid problem caused by free mrYixing Liu1-43/+132
2022-11-19RDMA/hns: Fix incorrect sge nums calculationLuoyouming1-11/+1
2022-11-19RDMA/hns: Fix ext_sge num error when post sendLuoyouming1-2/+11
2022-10-24RDMA/hns: Fix NULL pointer problem in free_mr_init()Yixing Liu1-0/+4
2022-10-24RDMA/hns: Disable local invalidate operationYangyang Li1-11/+0